

html{
    font-family: 'Noto Kufi Arabic', sans-serif;
}

body{
    font-family: 'Noto Kufi Arabic', sans-serif;
    display: flex;
    justify-content: center;
    align-items: center;
    background-image: url("bg.png");
    background-size:auto
}
header {
    width: 100%;
    text-align: center;
    overflow: hidden;
}
.bg{
    width: 100vw;
    height: 100vh;
    background-image: url("bg.png");
}

.main{
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    margin-top: 10vh;
    align-items: center;
    text-align: center;
    font-family: 'Noto Kufi Arabic', sans-serif;
}

.r-button{
    background-color: #F2F0ED;
    width: 20vw;
    color:#5C351E;
    border-radius: 10px;
    margin-top: 40px;
    font-size: 30px;
    padding: 20px;
    border-top: none;
    border-left: 1px solid silver;
    border-right: 1px solid silver;
    border-bottom: none; 
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.5); 
    cursor: pointer;
    font-family: 'Noto Kufi Arabic', sans-serif;
}
.r-button2{
    background-color: #F2F0ED;
    width: 18vw;
    color:#5C351E;
    border-radius: 10px;
    margin-top: 40px;
    font-size: 25px;
    padding: 10px;
    border-top: none;
    border-left: 1px solid silver;
    border-right: 1px solid silver;
    border-bottom: none;
    text-align: center; 
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.5); 
    cursor: pointer;
    font-family: 'Noto Kufi Arabic', sans-serif;
}

.dropdown {
    display: none;
    flex-direction: column;
    margin-top: 10px;
    text-align: center;
    justify-content: center;
    align-items: center;
    font-family: 'Noto Kufi Arabic', sans-serif;
}

.inner-div{
    display: flex;
    flex-direction: row;
}

.dropdown-button {
    font-size: 20px;
    padding: 10px;
    background-color: #5e2e00;
    color: white;
    border: none;
    cursor: pointer;
}


.back-button {
    font-size: 16px;
    padding: 5px;
    margin: 5px;
    margin-top: 20px;
    border: none;
    cursor: pointer;
    background: none;
    color: #5e2e00;
    background-color: #F2F0ED;
    border-radius: 5px;
}

.next-button {
    font-size: 16px;
    padding: 5px;
    margin: 5px;
    margin-top: 20px;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    background: #5e2e00;
    color: white;
}

.next-button2 {
    display: flex;
    font-size: 16px;
    padding: 5px;
    margin: 5px;
    margin-top: 20px;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    background: #5e2e00;
    color: white;
}

.next-button2-div{
    display: flex;
    align-items: center;
    justify-content: center;
} 

.insta{
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 280px;
}

.insta label{
    color:#5e2e00 ;
    font-size: 1.6rem;
    margin-left: 10px;
    cursor: pointer;
}

.reservation-form {
    width: 20vw;
    border-radius: 8px;
    
}
.reservation-form2 {
    width: 20vw;
    border-radius: 8px;
    
}



.reservation-form label {
    display: block;
    text-align: center;
    justify-content: center;
    margin-top: 10px;
    color: #B29D91;
    font-weight: 700;
}

.reservation-form input {
    color: #5C351E;
    max-width: 15vw;
    min-width:  15vw;
    padding: 8px;
    margin-top: 5px;
    background:none;
    border:0px none;
    border-bottom: 1px solid #C8BCB2;
    text-align: center;
    font-family: 'Noto Kufi Arabic', sans-serif;
   
    
}
.reservation-form select {
    color: #5C351E;
    max-width: 15vw;
    min-width:  15vw;
    padding: 8px;
    margin-top: 5px;
    background:none;
    border:0px none;
    border-bottom: 1px solid #C8BCB2;
    text-align: center;
    font-family: 'Noto Kufi Arabic', sans-serif;
   
    
}

.reservation-form2 label {
    display: block;
    text-align: center;
    justify-content: center;
    margin-top: 10px;
    color: #B29D91;
    font-weight: 700;
    font-family: 'Noto Kufi Arabic', sans-serif;
}

.reservation-form2 input {
    color: #5C351E;
    max-width: 15vw;
    min-width:  15vw;
    padding: 8px;
    margin-top: 5px;
    background:none;
    border:0px none;
    border-bottom: 1px solid #C8BCB2;
    text-align: center;
    font-family: 'Noto Kufi Arabic', sans-serif;
    
}
.reservation-form2 select {
    color: #5C351E;
    max-width: 15vw;
    min-width:  15vw;
    padding: 8px;
    margin-top: 5px;
    background:none;
    border:0px none;
    border-bottom: 1px solid #C8BCB2;
    text-align: center;
    font-family: 'Noto Kufi Arabic', sans-serif;
    
}



input[type="time"]::-webkit-calendar-picker-indicator {
    display: none;
  }


.input-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 10px;
}

.input-with-arrows {
    display: flex;
    align-items: center;
    margin-left: 10px;
}

.arrow-button {
    background: none;
    color: #5C351E;
    font-weight: 600;
    border: none;
    padding: 5px 10px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 20px;
    margin:20px;
    cursor: pointer;
    position: relative;
    overflow: hidden;
}

.tab-custom{
    margin-top: 15px;
    font-size: 20px;
    font-weight: 600;
    color:#C3B5A9;
    border:none;
    background: none;
    border-bottom: 2px solid #C3B5A9;
}
.selected{
    margin-top: 15px;
    font-size: 20px;
    font-weight: 600;
    color:#5C351E;
    border:none;
    background: none;
    border-bottom: 2px solid #5e2e00;
}


.card-custom{
    justify-content: space-between;
    display: flex;
    flex-direction: row;
    margin-top: 10px;
    padding:20px;
    width: 40vw;
    text-align: start;
    background-color: #F2F0ED;
}
.card-custom-ar{
    direction: rtl;
    justify-content: space-between;
    display: flex;
    flex-direction: row;
    margin-top: 10px;
    padding:20px;
    width: 40vw;
    text-align: start;
    background-color: #F2F0ED;
    font-family: 'Noto Kufi Arabic', sans-serif;
}

.name{
    width: 100%;
}

.name h4{
    color: #5C351E;
    font-weight: 700;
} 

.name h6{
    font-size: 15px;
    /* padding:10px  ; */
    padding-right:0  
}

.price-label{
    color:#5e2e00;
    font-weight: 600;
}

/* .vat-label{
    margin-left: 5%;
} */
/* .vat-label-ar{
    margin-right: 5%;
} */

.menu-img{
    width: 200px;
    border-radius: 10px;

}
.cc-img{
    width: 150px;
    border-radius: 10px;
}

.img2{
    background-image: url('http://freshhouse.com.sa/web/image?model=product.template&id=36055&field=image_1920');
}

.fixed-h{
    position: fixed;
    background-color: #F2F0ED;
    left: 0;
    display: flex;
    justify-content: space-around;
    align-items: center;
   
}

.fixed-h img{
    width: 50px;
}

.fixed-buttons {
    position: relative; /* Initial position */
  }
  
  .fixed-buttons.fixed {
    position: fixed;
    top: 8vh;
    left: 0;
    width: 100%;
    z-index: 1000;
    justify-content: center;
    background-color: #F2F0ED; /* Background color when fixed */
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1); /* Box shadow when fixed */
  }
  
  .buttons-container {
    display: flex;
    overflow-x: auto;
    white-space: nowrap;
    /* Add other styles as needed */
  }

  .buttons-container-ar {
    display: flex;
    overflow-x: auto;
    white-space: nowrap;
    direction: ltr;
    flex-direction: row-reverse;
    /* Add other styles as needed */
  }

.buttons-container button {
    margin-right: 10px;
}
.buttons-container-ar button {
    margin-right: 10px;
}

.product-cards-container{
    display: flex;
    flex-direction: column;
    align-items: center;
}

.card-bottom{
    display: flex;
    flex-direction: column;
}

@media screen and (max-width:900px) {
    body{
        background-image: url(bg2.png);
    }
    .fixed-h{
        position: fixed;
        background-color: #F2F0ED;
        width: 100vw;
        padding:0 !important
    }
    .r-button{
        font-size:15px;
        width: 50%;
    }
    .nav-fill img{
        width: 40px;
    }
    .r-button2{
        width: 100%;
    }
    .reservation-form{
        width: 100%;
    }
    .reservation-form input {
        display: flex;
        flex-direction: row;
        min-width: 50%;
        max-width: 50%;
    }
    .reservation-form select{
        min-width: 50%;
        max-width: 50%
    }
    .reservation-form2{
        width: 100%;
    }

    .reservation-form2 input {
        display: flex;
        flex-direction: row;
        min-width: 90%;
        max-width: 90%;
    }
    .input-with-arrows{
        margin-left: 0;
        justify-content: center;
    }
    .input-container{
        align-items: normal;
    }
    .next-button{
        width: 25%;
    }
    .menu-img{
        width: 100px;
        height: auto;
    }

    .card-custom{
        width: 90vw;
    }

    .card-custom h4{
        font-size: 15px;
    }

    .card-custom h6{
        font-size: 10px;
    }


    .card-custom-ar{
        width: 90vw;
    }

    .card-custom-ar h4{
        font-size: 15px;
    }

    .card-custom-ar h6{
        font-size: 10px;
    }

    .card-bottom{
        display: flex;
        flex-direction: column;
    }

    .price-label{
        font-size: 12px;
    }

    .vat-label{
        font-size: 7px;
        margin-left: 0%;
    }
    .vat-label-ar{
        font-size: 7px;
        margin-right: 0%;
    }


    /* .collapse{
        width: 70%;
        display: flex;
        flex-direction: column;
        align-items: center;
    } */
    .buttons-container{
        display: flex;
        flex-direction: row;
        max-width: 100vw;
        overflow-x: scroll;
    }
    .buttons-container-ar{
        display: flex;
        flex-direction: row-reverse;
        max-width: 100vw;
        overflow-x: scroll;
    }
    #menu-section{
        max-width: 100%;
    }
    .fixed-buttons.fixed {
        justify-content:unset;
        position: fixed;
        top: 8%;
        left: 0;
        width: 100%;
        z-index: 1000;
        padding:5px;
        background-color: #F2F0ED; /* Background color when fixed */
        box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1); /* Box shadow when fixed */
      }
    .custom-option{
        font-size: 15px;
    }
}   .tab-custom {
    font-size: 12px;
    white-space: nowrap;
    padding:0
}

