@import url('https://fonts.googleapis.com/css2?family=Poppins&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Dancing+Script&display=swap');


body{
    /* background-color: rgb(163, 123, 13); */
    background: #fad6a5;
    /* background: rgb(199,108,63) ; */
    /* background: #da6d42; */
    /* background: #9e7305; */
    margin: 0;
}

.saatwiklogo{
    width: 25%;
    background-color: none;
    display: block;
    align-items: center;
    margin-left: 38%;
    margin-right: 38%;
    margin-top: 1%;
}



/* .progress-bar */
.progress-container {
    width: 100%;
    height: 2px;
    background: #ccc;
  }
  
  .progress-bar {
    height: 2px;
    background: #04AA6D;
    width: 0%;
  }


  .progressheader {
    position: fixed;
    top: 0;
    z-index: 1;
    width: 100%;
    background-color: #f1f1f1;
  }
  



  /* preloader */

.preloader {
    display: flex;
    justify-content: center;
    align-items: center;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #fad6a5;
    z-index: 9999; 

}

.loader {
    border: 4px solid rgba(255, 255, 255, 0.3);
    border-top: 4px solid #000;
    border-radius: 50%;
    display: block;
    width: 40px;
    height: 40px;
    animation: spin 1s linear infinite;
}

@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}


.saatwikload{
    width: 50%;
}




header{
    text-align: center;
    /* font-size: 6vw; */
    /* position: sticky; */
    top: 0;
    /* background-color:#93060a; */
    background-color: #fad6a5;
    margin: 0;
    opacity: 100%;
}

.saatwiklogoininfo{
    width: 13%;
}

.grocery{
    text-align: center;
    /* font-size: 6vw; */
    /* position: sticky; */
    top: 0;
    background-color : none;
    margin-left: 27%;
    width: 50%;
    opacity: 100%;
   
}

.saatwiklogoinmenu{
    width: 30%;
}


#demo{
    margin-left: 7%;
    margin-right: 7%;
    font-size: 2.2vw;
    font-style: italic;
    font-family: Poppins;
}


.info{
    text-align: center;
    font-size: 2.4vw;
    font-style: italic;
}

.topitalics{
    text-align: center;
    font-size: 2.4vw;
    font-style: italic;
}


#info{
    text-align: center;
    font-size: 3.5vw;
    font-style: italic;
}


.bold{
    font-size: 3.5vw;
}


.menutitle{
    background: #000;
    color: #93060a;
    text-align: center;
    font-size: 7.5vw;
    font-family: Dancing Script;
    position: sticky;
    top: 0vw;
    /* background-color: #8e6d00; */
    background-color: #fad6a5;

}

.itemdesc{
    font-size: 12px;
    margin-top: 5px;
    font-style: italic;
}

.sweetdesc{
    font-size: 12px;
    font-style: italic;

}

.timedesc{
    font-family: Poppins;
    font-size: 2.4vw;
    font-style: italic;
}

hr.menutitlehr{
    border: 0.761px solid rgba(111, 9, 29, 0.582);
    width: 50%;
    margin-top: 1px;
}

table{
    width: 100%;
    margin: 0%;
    padding: 1vw;
}
td{
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 5px;
    padding-bottom: 5px;
}






@media screen and (min-width: 300px) {
  .itemlist {
    font-family: Arial;
  }
  .info{
    text-align: center;
    font-size: 13px;
    font-style: italic;
    padding-left: 20px;
    padding-right: 20px;
}
}




@media screen and (min-width: 400px) {
  .itemlist {
    font-family: Poppins;
  }




@media screen and (min-width: 680px) {
  .itemlist {
    font-family: Poppins;
    font-size: 22px;
  }
  .info{
    text-align: center;
    font-size: 22px;
    font-style: italic;
}





@media screen and (min-width: 1224px) {
  .itemlist {
    font-family: Arial;
    font-size: 1.85vw;
  }
  .info{
    text-align: center;
    font-size: 22px;
    font-style: italic;
}



@media screen and (min-width: 1400px) {
  .itemlist {
    font-family: Poppins;
    font-size: 1.85vw;
  }
  .info{
    text-align: center;
    font-size: 22px;
    font-style: italic;
}





.rate{
    text-align: right;
    /* margin-right: 0%; */
    /* margin-right: 20%; */
}

.item{
    text-align: left;
    font-family: Poppins;
}

@keyframes animatebottom {
    from {
        bottom: -300px;
        opacity: 0
    }

    to {
        bottom: 0;
        opacity: 1
    }
}



.bottomnaman{
    display: block;
    align-items: center;
    margin-left: 40%;
}


#bottomnaman{
    width: 18vw;
}