@font-face {
    font-family: yekan-bakh;
    src: url(./fonts/yekanbakh-regular.ttf);
}
@font-face {
    font-family: yekan-bakh-bold;
    src: url(./fonts/Yekan\ Bakh\ FaNum\ 07\ Heavy.ttf);
}
body, html {
    margin: 0;
    padding: 0;
    font-family: yekan-bakh;
    display: flex;
    flex-direction: column;
    align-items: center;
    user-select: none;
}
button{
    color: black;
    text-decoration: none;
}
a{
    text-decoration: none;
    color: black;
}
.landing-container{  /* css for landing page */
    min-width: 320px;
    width: 100vw;
    height: 100vh;
    max-width: 767px;
    overflow-y: hidden;
    overflow-x: hidden;
    position: relative;
}
.landing-container img{
    width: 100%;
    height: 100vh;
    max-width: 760px;
    min-width: 500px;
    filter: blur(6px);
}
.overlay{
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color:#000000A8;
    pointer-events: none;
    z-index: 1;
}
.main-options { /* css for landing page */
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: absolute;
    z-index: 10;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}
.menu-button{ /* css for landing page */
    width: 193px;
    height: 53px;
    padding: 8px 32px;
    border-radius: 118px;
    font-size: 24px;
    font-weight: 500;
    display: flex;
    justify-content: center;
    align-items: center;
    color: black;
    text-decoration: none;
    background-color: #F5F5DC;
    margin-bottom: 12px;
}
.aboutUs-button{ /* css for landing page */
    width: 193px;
    height: 53px;
    padding: 8px 32px;
    border-radius: 118px;
    font-size: 24px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: black;
    text-decoration: none;
    background-color: #A8D5BA;
}
/* header section css */
.header{
    width: 100vw;
    max-width: 767px;
    height: 200px;
    overflow-y: hidden;
    overflow-x: hidden;
    position: relative;
}
.headerImage img{
    width: 100%;
    max-width: 760px;
    min-width: 500px;
    filter: blur(4px);
}
.headerTitle{
    position: absolute;
    top: 60px;
    left: 50%;
    transform: translate(-50%,0);
    display: flex;
    flex-direction: column;
    align-items: center;
    color: #FFFFFF;
    width: 80vw;
    z-index: 2;
}
.headerTitleName{
    font-size: 20px;
    font-family: yekan-bakh-bold;
    padding: 0px;
    margin-bottom:6px ;
}
.headerTitleDescription{
    font-size: 12px;
    font-weight: 400;
    padding: 0px;
    max-width: 767px;
    max-height:50px ;
    justify-self: center;
    align-content: center;
    margin: auto;
    overflow: hidden;
}
.pageContiner{
    margin-top: 35px;
    max-width: 767px;
}
/* about us page css */
#workingHours{
    display: flex;
    flex-direction: column;
    margin: 36px 20px;
    margin-top: 0px;
    position: relative;
}
.workingHoursTitle{
    font-size: 18px;
    font-family: yekan-bakh;
    font-weight: 400;
    margin-bottom: 10px;
    margin-top: 0;
}
.workingDays{
    display: flex;
    justify-content: space-between;
    padding: 0px 2px;
    font-size: 12px;
    border-bottom: 1px dashed #F1F1F1 ;
    margin: 0;
}
.workingDays:last-child{
    border: none;
}
#location{
    display: flex;
    flex-direction: column;
    margin: 36px 20px;
}
#location iframe{
    margin-top: 24px ;
}
.addressTitle{
    font-size: 18px;
    font-family: yekan-bakh;
}
.address{
    font-size: 12px;
    font-family: yekan-bakh;
} 
#contacting{
    margin: 36px 20px;
    margin-top: 50px;
}
.contactingTitle{
    font-size: 18px;
    font-family: yekan-bakh;
    color: black;
}
.phoneNumber{
    font-size: 12px;
    font-family: yekan-bakh;
    text-decoration: none;
    color: black;
}
/* menu page css */
 
.cafeOrResturantbtn{
    width: 100vw;
    max-width: 767px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
} 
.cafeOrResturantbtn button{
    font-family: yekan-bakh;
    text-decoration: none;
    background-color: transparent;
    border: 1px solid #F5F5DC;
    font-size: 16px;
    padding: 4px 24px;
    border-radius: 127px;
    margin-left: 8px;
}
.foodCategoryScrollBar{
    max-width: 767px;
    width:100vw;
    display: flex;
    align-items: center;
    overflow-x: scroll !important;
    font-family: yekan-bakh;
    white-space: nowrap;
    cursor: pointer;
    -ms-overflow-style: none;
    scrollbar-width: none; 
    margin-top: 14px;
    padding-top: 10px;
}
.foodCategoryScrollBar::-webkit-scrollbar{
    display: none;
}
.foodCategoryScrollBarSticky{
    position: sticky;
    top: 0;
    z-index: 10000000;
    background-color: white;
}

.scroll-button img{
    cursor: pointer;
}
.foodCategoryScrollBarList{
    display: flex;
    flex-direction: column;
    margin-left:16px ;
    cursor: pointer;
}
.svg-container{
    position: relative;
    z-index: 1000;
}
.categoryButtonDiv{
    width: 52px;
    height: 52px;
    border-radius: 8px;
    margin: 0 !important;
    display: flex;
    justify-content: center;
    align-items: center;
    box-shadow: 0px 0px 8px 0px #BEBEBE40;

}
.svg-active{
    background-color: #32453A;
}
.foodCategoryScrollBarList:first-child{
    margin-right: 10px;
}
.foodCategoryScrollBar button{
    width: 52px;
    height: 52px;
    background-color: transparent;
    border: none;
    border-radius: 8px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.texeT{
    font-family: yekan-bakh;
    font-size: 12px;
    color: #32453A;
    max-width: 55px !important;
    word-wrap: break-word !important;
    overflow-wrap: break-word !important;
    white-space: normal;
    height: 25px;
    text-align: center;
}
.serchBar{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    max-width: 767px;
    height: 50px;
    margin-top: 20px;
    border: 1px solid #F1F1F1;
    padding-right:12px ;
}
.serchBar button{
    text-decoration: none;
    background-color: transparent;
    border: none;
}
.serchBar input{
    font-family: yekan-bakh;
    width: 90vw;
    border-radius: 127px;
    height: 41px;
    border: none;
}
.listOfMenu{
    display: flex;
    flex-direction: column;
    width: 100VW;
    max-width: 767px;
    margin-right: 0px;
    margin-bottom: 128px;
    align-items: center;
}
.itemsCategotyTitle{
    justify-self: start;
    align-self: flex-start;
    margin-right: 20px;
}
.itemsCard{
    position: relative;
    width: 82%;
    max-width: 490px;
    height: 156px;
    max-height: 200px;
    display: flex;
    border: 1px solid #F1F1F1;
    border-radius: 12px;
    padding: 12px 10px;
    margin-bottom: 12px;
    margin-right: 1%;
}
.itemsDescriptions{
    display: flex;
    width: 40%;
    flex-direction: column;
    align-items: start;
    font-family: yekan-bakh;
    border-left: 1px solid #F1F1F1;
    padding-left: 12px;
}
.itemName{
    font-size: 14px;
    color: black;
    font-weight: bold;
    /* font-family: yekan-bakh-bold; */
}
.itemDescriptions{
    display: flex;
    max-height: 50px;
}
.itemDescriptions img{
    width: 10px;
    height: 10px;
    margin-top: 25px;
    cursor: pointer;
}
.itemDescriptionsPopup{
    position:absolute;
    background-color: #7E7E7E;
    width: 109px;
    border-radius: 6px;
    padding: 10px;
    color: white;
    font-family: yekan-bakh;
    font-size: 10px;
    z-index: 10000;
}
.itemDescriptionsPopup p{
    color: white !important;
}
.itemDescriptionsText{
    font-size: 10px;
    color: #7E7E7E;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    line-height: 1.6;
    max-height: 4.8em;
    text-overflow: ellipsis;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2; 
}
.itempPice{
    font-size: 14px;
    color: black;
    font-weight: bold;
}
.itmeImeagesAndAddBtn{
    display: flex;
    flex-direction: column;
    margin-right: 12px;
    align-items: end;
    justify-content: space-evenly;
}
.itemImage{
    width: 141px;
    height: 94px;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;

}
.itemImage img{
    height:inherit;
    border-radius: 8px;
}
.addToCart{
    background-color: #F5F5DC;
    font-family: yekan-bakh;
    font-size: 12px;
    border: 1px solid #F1F1F1;
    border-radius: 54px ;
    width: 75px;
    height: 28px;
    cursor: pointer;
}
.quantity-controls{
    background-color: #F5F5DC;
    font-family: yekan-bakh;
    font-size: 12px;
    border: 1px solid #F1F1F1;
    border-radius: 54px ;
    width: 75px;
    height: 28px;
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    font-size: 12px;
    display: none;
}
.quantity-controls button{
    background-color: transparent;
    text-decoration: none;
    border: none;
}
.quantity-controls span {
    margin-top: 5px;
}
/* footer section css */
footer{
    display: flex;
    flex-direction: column;
    align-items: center;
    font-size: 12px;
}
footer a{
    font-size: 12px;
    text-decoration: none;
    color: black;
}
.designdBy{
    display: flex;
}
footer img{
    width: 24px;
    height: 24px;
    margin-top: 12px;
}
.btnSheet{
    background-color: #A8D5BA;
    color: black;
    width: 90%;
    height: 32px;
    border: none;
    text-decoration: none;
    border-radius: 54px;
    position: sticky;
    bottom: 10px;
    margin-right: 5%;
    cursor: pointer;
}

.bottom-sheet {
    position: fixed;
    bottom: -100%; /* Initially hidden */
    left: 0;
    right: 0;
    background-color: white;
    box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.2);
    transition: bottom 0.3s ease;
    z-index: 999999999999999999;
    overflow: hidden; /* Prevent content overflow */
}

.bottom-sheet.open {
    bottom: 0; /* Slide up */
}

.bottom-sheet-content {
    padding: 20px;
}

.resizer {
    height: 10px; /* Height of the draggable area */
    background-color: #ccc;
    cursor: ns-resize; /* Cursor style for resizing */
}

.overlay {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.5); /* Semi-transparent background */
    display: none; /* Initially hidden */
    z-index: 99999999999999999; /* Behind the bottom sheet */
    cursor: pointer;
}

.overlay.activeee {
    display: block; 
}
.no-scroll {
    overflow: hidden; /* Prevent body scrolling */
}
#closeBottomSheet{
    text-decoration: none;
    background-color: transparent;
    border: none;
    position: relative;
    margin-bottom: 10px;
}
.bottomItemContainer{
    max-width: 760px;
    display: flex;
    margin: 20px;
    flex-direction: column;
    justify-content: space-evenly;
    align-items: start;
    font-size: 3vw;
    margin-right: 10vw;
}
.invoice-card{
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid #F1F1F1 ;
    margin-top: 8px;

}
.invoice-card-image{
    margin-left: 15px;
}
.invoice-card-image img{
    max-width: 110px !important;
    width: 22vw;
    border-radius: 10px;
}
.invoice-card-details{
    margin-top: 5px;
    margin-left: 70px;
}
.invoice-card-details h3{
    margin: 0px;
}

/* responsive */
@media only screen and (min-width: 768px){
    .landing-container{
        background-size:contain;
    }
    .itemDescriptionsPopup{
        right: 230px;
    }
    .btnSheet{
        max-width: 512px;
        margin-right: 17%;
    }
    .bottomItemContainer{
        margin-right: 25%;
        margin-left: 25%;
    }

}
@media only screen and (min-width:450px) { 
    .itemsDescriptions{
        width: 70%;
    }
    
}
@media only screen and (min-width:600px) { 
    .bottomItemContainer{
        font-size: 16px;
    }
}