@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap');

:root {
    --primary-color: #198754;
    font-family: "Inter", sans-serif;
}





@media only screen and (min-width:200px) and (max-width:399px) {
    .header-content {
        height: 50px;
        border-bottom: 1px solid rgba(0, 0, 0, 0.1);
        display: flex;
        justify-content: start;
        align-items: center;
        gap: 20px;
        padding: 0 10px;
        font-size: 1.1rem;
        background-color: #fff;
        position: sticky;
        top: 0;
        z-index: 1000;
    }

    .article-data-fooditems {
        height: 80px;
        width: 100%;
        overflow-x: scroll;
        position: relative;
        box-shadow: 1px 2px 12px rgba(0, 0, 0, 0.1);
    }

    .article-data-fooditems::-webkit-scrollbar {
        display: none;
    }

    .box-container {
        display: grid;
        grid-template-columns: repeat(24, 2fr);
        gap: 20px;
    }

    .box img {
        width: 75px;
        height: 75px;
    }

    .animate {
        position: absolute;
        left: 0;
        background-color: #ff9900;
        height: 3px;
        width: 80px;
        bottom: 0;
        transition: all 0.5s;
        border-radius: 12px;
    }

    .box-container .cureent,
    .box:nth-child(1):hover~.animate {
        left: 0;
    }

    .box:nth-child(2):hover~.animate {
        left: 92px;
    }

    .box:nth-child(3):hover~.animate {
        left: 186px;
    }

    .box:nth-child(4):hover~.animate {
        left: 282px;
    }

    .box:nth-child(5):hover~.animate {
        left: 377px;
    }

    .box:nth-child(6):hover~.animate {
        left: 470px;
    }

    .box:nth-child(7):hover~.animate {
        left: 566px;
    }

    .box:nth-child(8):hover~.animate {
        left: 662px;
    }

    .box:nth-child(9):hover~.animate {
        left: 757px;
    }

    .box:nth-child(10):hover~.animate {
        left: 850px;
    }

    .box:nth-child(11):hover~.animate {
        left: 946px;
    }

    .box:nth-child(12):hover~.animate {
        left: 1040px;
    }

    .box:nth-child(13):hover~.animate {
        left: 1135px;
    }

    .box:nth-child(14):hover~.animate {
        left: 1232px;
    }

    .box:nth-child(15):hover~.animate {
        left: 1325px;
    }

    .box:nth-child(16):hover~.animate {
        left: 1422px;
    }

    .box:nth-child(17):hover~.animate {
        left: 1515px;
    }

    .box:nth-child(18):hover~.animate {
        left: 1610px;
    }

    .box:nth-child(19):hover~.animate {
        left: 1706px;
    }

    .box:nth-child(20):hover~.animate {
        left: 1802px;
    }

    .box:nth-child(21):hover~.animate {
        left: 1896px;
    }

    .box:nth-child(22):hover~.animate {
        left: 1990px;
    }

    .box:nth-child(23):hover~.animate {
        left: 2085px;
    }

    /* food items */

    .southindian,
    .pizza,
    .chinese,
    .cake,
    .burger,
    .northindia,
    .rools,
    .shawarma,
    .noodles,
    .parota,
    .pasta,
    .icecream,
    .salad,
    .partha,
    .pureveg,
    .shake,
    .dosa,
    .pancake,
    .vada,
    .tea,
    .dessert,
    .sandwich {
        display: none;
        transition: all 1s ease-in-out;
        border-top: 1px solid rgba(0, 0, 0, 0.1);
        height: 780px;
        overflow: scroll;
    }

    .biriyani-container {
        border-top: 1px solid rgba(0, 0, 0, 0.1);
        box-shadow: 1px 2px 12px rgba(0, 0, 0, 0.1);
        transition: all 1s ease-in-out;
        height: 780px;
        overflow: scroll;
    }

  
    ::-webkit-scrollbar {
        display: none;
    }

    .article {
        margin-top: 10px;
    }

    .heads {
        font-size: 18px;
        padding: 10px 10px;
        font-weight: 600;
        margin: 0;
    }

    .leads {
        color: #666;
        font-size: 15px;
        padding: 0 10px;
        margin: 0;
    }
    .products
    {
        display: grid;
        grid-template-columns: 1fr 1fr 1fr;
        text-align: center;
        justify-content: center;
        height: auto;
        row-gap: 20px;
    }
    .product img
    {
        width: 80px;
        height: 80px;
        border-radius: 50%;
        object-fit: contain;
    }
    .content
    {
        display: flex;
        flex-direction: column;
        text-align: center;
        text-transform: capitalize;
    }
    .content p
    {
        margin: 0;
        font-weight: 600;
    }



}





/* lg mobiles */
@media only screen and (min-width:400px) and (max-width:767px) {
    .header-content {
        height: 50px;
        border-bottom: 1px solid rgba(0, 0, 0, 0.1);
        display: flex;
        justify-content: start;
        align-items: center;
        gap: 20px;
        padding: 0 10px;
        font-size: 1.1rem;
        background-color: #fff;
        position: sticky;
        top: 0;
        z-index: 1000;
    }

    .article-data-fooditems {
        height: 80px;
        width: 100%;
        overflow-x: scroll;
        position: relative;
        box-shadow: 1px 2px 12px rgba(0, 0, 0, 0.1);
    }

    .article-data-fooditems::-webkit-scrollbar {
        display: none;
    }

    .box-container {
        display: grid;
        grid-template-columns: repeat(24, 2fr);
        gap: 20px;
    }

    .box img {
        width: 75px;
        height: 75px;
    }

    .animate {
        position: absolute;
        left: 0;
        background-color: #ff9900;
        height: 3px;
        width: 80px;
        bottom: 0;
        transition: all 0.5s;
        border-radius: 12px;
    }

    .box-container .cureent,
    .box:nth-child(1):hover~.animate {
        left: 0;
    }

    .box:nth-child(2):hover~.animate {
        left: 92px;
    }

    .box:nth-child(3):hover~.animate {
        left: 186px;
    }

    .box:nth-child(4):hover~.animate {
        left: 282px;
    }

    .box:nth-child(5):hover~.animate {
        left: 377px;
    }

    .box:nth-child(6):hover~.animate {
        left: 470px;
    }

    .box:nth-child(7):hover~.animate {
        left: 566px;
    }

    .box:nth-child(8):hover~.animate {
        left: 662px;
    }

    .box:nth-child(9):hover~.animate {
        left: 757px;
    }

    .box:nth-child(10):hover~.animate {
        left: 850px;
    }

    .box:nth-child(11):hover~.animate {
        left: 946px;
    }

    .box:nth-child(12):hover~.animate {
        left: 1040px;
    }

    .box:nth-child(13):hover~.animate {
        left: 1135px;
    }

    .box:nth-child(14):hover~.animate {
        left: 1232px;
    }

    .box:nth-child(15):hover~.animate {
        left: 1325px;
    }

    .box:nth-child(16):hover~.animate {
        left: 1422px;
    }

    .box:nth-child(17):hover~.animate {
        left: 1515px;
    }

    .box:nth-child(18):hover~.animate {
        left: 1610px;
    }

    .box:nth-child(19):hover~.animate {
        left: 1706px;
    }

    .box:nth-child(20):hover~.animate {
        left: 1802px;
    }

    .box:nth-child(21):hover~.animate {
        left: 1896px;
    }

    .box:nth-child(22):hover~.animate {
        left: 1990px;
    }

    .box:nth-child(23):hover~.animate {
        left: 2085px;
    }

    /* food items */

    .southindian,
    .pizza,
    .chinese,
    .cake,
    .burger,
    .northindia,
    .rools,
    .shawarma,
    .noodles,
    .parota,
    .pasta,
    .icecream,
    .salad,
    .partha,
    .pureveg,
    .shake,
    .dosa,
    .pancake,
    .vada,
    .tea,
    .dessert,
    .sandwich {
        display: none;
        transition: all 1s ease-in-out;
        border-top: 1px solid rgba(0, 0, 0, 0.1);
        height: 780px;
        overflow: scroll;
    }

    .biriyani-container {
        border-top: 1px solid rgba(0, 0, 0, 0.1);
        box-shadow: 1px 2px 12px rgba(0, 0, 0, 0.1);
        transition: all 1s ease-in-out;
        height: 780px;
        overflow: scroll;
    }

  
    ::-webkit-scrollbar {
        display: none;
    }

    .article {
        margin-top: 10px;
    }

    .heads {
        font-size: 18px;
        padding: 10px 10px;
        font-weight: 600;
        margin: 0;
    }

    .leads {
        color: #666;
        font-size: 15px;
        padding: 0 10px;
        margin: 0;
    }
    .products
    {
        display: grid;
        grid-template-columns: 1fr 1fr 1fr;
        text-align: center;
        justify-content: center;
        height: auto;
        row-gap: 20px;
    }
    .product img
    {
        width: 80px;
        height: 80px;
        border-radius: 50%;
        object-fit: contain;
    }
    .content
    {
        display: flex;
        flex-direction: column;
        text-align: center;
        text-transform: capitalize;
    }
    .content p
    {
        margin: 0;
        font-weight: 600;
    }





}















/*  tablets */
@media only screen and (min-width:768px) and (max-width:1023px) {
     .header-content {
        height: 50px;
        border-bottom: 1px solid rgba(0, 0, 0, 0.1);
        display: flex;
        justify-content: start;
        align-items: center;
        gap: 20px;
        padding: 0 10px;
        font-size: 1.1rem;
        background-color: #fff;
        position: sticky;
        top: 0;
        z-index: 1000;
    }

    .article-data-fooditems {
        height: 80px;
        width: 100%;
        overflow-x: scroll;
        position: relative;
        box-shadow: 1px 2px 12px rgba(0, 0, 0, 0.1);
    }

    .article-data-fooditems::-webkit-scrollbar {
        display: none;
    }

    .box-container {
        display: grid;
        grid-template-columns: repeat(24, 2fr);
        gap: 20px;
    }

    .box img {
        width: 75px;
        height: 75px;
    }

    .animate {
        position: absolute;
        left: 0;
        background-color: #ff9900;
        height: 3px;
        width: 80px;
        bottom: 0;
        transition: all 0.5s;
        border-radius: 12px;
    }

    .box-container .cureent,
    .box:nth-child(1):hover~.animate {
        left: 0;
    }

    .box:nth-child(2):hover~.animate {
        left: 92px;
    }

    .box:nth-child(3):hover~.animate {
        left: 186px;
    }

    .box:nth-child(4):hover~.animate {
        left: 282px;
    }

    .box:nth-child(5):hover~.animate {
        left: 377px;
    }

    .box:nth-child(6):hover~.animate {
        left: 470px;
    }

    .box:nth-child(7):hover~.animate {
        left: 566px;
    }

    .box:nth-child(8):hover~.animate {
        left: 662px;
    }

    .box:nth-child(9):hover~.animate {
        left: 757px;
    }

    .box:nth-child(10):hover~.animate {
        left: 850px;
    }

    .box:nth-child(11):hover~.animate {
        left: 946px;
    }

    .box:nth-child(12):hover~.animate {
        left: 1040px;
    }

    .box:nth-child(13):hover~.animate {
        left: 1135px;
    }

    .box:nth-child(14):hover~.animate {
        left: 1232px;
    }

    .box:nth-child(15):hover~.animate {
        left: 1325px;
    }

    .box:nth-child(16):hover~.animate {
        left: 1422px;
    }

    .box:nth-child(17):hover~.animate {
        left: 1515px;
    }

    .box:nth-child(18):hover~.animate {
        left: 1610px;
    }

    .box:nth-child(19):hover~.animate {
        left: 1706px;
    }

    .box:nth-child(20):hover~.animate {
        left: 1802px;
    }

    .box:nth-child(21):hover~.animate {
        left: 1896px;
    }

    .box:nth-child(22):hover~.animate {
        left: 1990px;
    }

    .box:nth-child(23):hover~.animate {
        left: 2085px;
    }

    /* food items */

    .southindian,
    .pizza,
    .chinese,
    .cake,
    .burger,
    .northindia,
    .rools,
    .shawarma,
    .noodles,
    .parota,
    .pasta,
    .icecream,
    .salad,
    .partha,
    .pureveg,
    .shake,
    .dosa,
    .pancake,
    .vada,
    .tea,
    .dessert,
    .sandwich {
        display: none;
        transition: all 1s ease-in-out;
        border-top: 1px solid rgba(0, 0, 0, 0.1);
        height: 780px;
        overflow: scroll;
    }

    .biriyani-container {
        border-top: 1px solid rgba(0, 0, 0, 0.1);
        box-shadow: 1px 2px 12px rgba(0, 0, 0, 0.1);
        transition: all 1s ease-in-out;
        height: 780px;
        overflow: scroll;
    }

  
    ::-webkit-scrollbar {
        display: none;
    }

    .article {
        margin-top: 10px;
    }

    .heads {
        font-size: 18px;
        padding: 10px 10px;
        font-weight: 600;
        margin: 0;
    }

    .leads {
        color: #666;
        font-size: 15px;
        padding: 0 10px;
        margin: 0;
    }
    .products
    {
        display: grid;
        grid-template-columns: 1fr 1fr 1fr;
        text-align: center;
        justify-content: center;
        height: auto;
        row-gap: 20px;
    }
    .product img
    {
        width: 80px;
        height: 80px;
        border-radius: 50%;
        object-fit: contain;
    }
    .content
    {
        display: flex;
        flex-direction: column;
        text-align: center;
        text-transform: capitalize;
    }
    .content p
    {
        margin: 0;
        font-weight: 600;
    }



}





/* laptops */
@media only screen and (min-width:1024px) and (max-width:1439px) {
     .header-content {
        height: 50px;
        border-bottom: 1px solid rgba(0, 0, 0, 0.1);
        display: flex;
        justify-content: start;
        align-items: center;
        gap: 20px;
        padding: 0 10px;
        font-size: 1.1rem;
        background-color: #fff;
        position: sticky;
        top: 0;
        z-index: 1000;
    }

    .article-data-fooditems {
        height: 110px;
        width: 80%;
        margin: auto;
        display: flex;
        position: relative;
        box-shadow: 1px 2px 12px rgba(0, 0, 0, 0.1);
    }
    .arrow-left-data
    {
        position: absolute;
        left: 0;
        background-color: #fff;
        z-index: 1000;
        display: flex;
        justify-content: center;
        align-items: center;
        width: 24px;
        height: 100%;
        cursor: pointer;
        
    }
    .arrow-right-data
    {
        position: absolute;
        right: 0;
         background-color: #fff;
        z-index: 1000;
        display: flex;
        justify-content: center;
        align-items: center;
        width: 24px;
        height: 100%;
        cursor: pointer;
    }

  

    .article-data-fooditems::-webkit-scrollbar {
        display: none;
    }

    .box-container {
        display: flex;
        gap: 20px;
          overflow-x: scroll;
          width: 96%;
          margin: auto;
          height: 110px;
          position: relative;
          scroll-behavior: smooth;
    }

    .box img {
        width: 100px;
        height:100px;
        cursor: pointer;
    }

    .animate {
        position: absolute;
        left: 20px;
        background-color: #ff9900;
        height: 3px;
        width: 60px;
        bottom: 0;
        transition: all 0.5s;
        border-radius: 12px;
    }

    

   

    /* food items */

    .southindian,
    .pizza,
    .chinese,
    .cake,
    .burger,
    .northindia,
    .rools,
    .shawarma,
    .noodles,
    .parota,
    .pasta,
    .icecream,
    .salad,
    .partha,
    .pureveg,
    .shake,
    .dosa,
    .pancake,
    .vada,
    .tea,
    .dessert,
    .sandwich {
        display: none;
        transition: all 1s ease-in-out;
        border-top: 1px solid rgba(0, 0, 0, 0.1);
        height: 780px;
        overflow: scroll;
        width: 80%;
        margin: auto;
    }

    .biriyani-container {
        border-top: 1px solid rgba(0, 0, 0, 0.1);
        box-shadow: 1px 2px 12px rgba(0, 0, 0, 0.1);
        transition: all 1s ease-in-out;
        height: 780px;
        overflow: scroll;
          width: 80%;
        margin: auto;
    }

  
    ::-webkit-scrollbar {
        display: none;
    }

    .article {
        margin-top: 10px;
    }

    .heads {
        font-size: 18px;
        padding: 10px 10px;
        font-weight: 600;
        margin: 0;
    }

    .leads {
        color: #666;
        font-size: 15px;
        padding: 0 10px;
        margin: 0;
    }
    .products
    {
        display: grid;
        grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
        text-align: center;
        justify-content: center;
        height: auto;
        row-gap: 20px;
    }
    .product img
    {
        width: 80px;
        height: 80px;
        border-radius: 50%;
        object-fit: contain;
    }
    .content
    {
        display: flex;
        flex-direction: column;
        text-align: center;
        text-transform: capitalize;
    }
    .content p
    {
        margin: 0;
        font-weight: 600;
    }



}






/* desktop */
@media only screen and (min-width:1440px) and (max-width:2159px) {
     .header-content {
        height: 50px;
        border-bottom: 1px solid rgba(0, 0, 0, 0.1);
        display: flex;
        justify-content: start;
        align-items: center;
        gap: 20px;
        padding: 0 10px;
        font-size: 1.1rem;
        background-color: #fff;
        position: sticky;
        top: 0;
        z-index: 1000;
    }

    .article-data-fooditems {
        height: 110px;
        width: 80%;
        margin: auto;
        display: flex;
        position: relative;
        box-shadow: 1px 2px 12px rgba(0, 0, 0, 0.1);
    }
    .arrow-left-data
    {
        position: absolute;
        left: 0;
        background-color: #fff;
        z-index: 1000;
        display: flex;
        justify-content: center;
        align-items: center;
        width: 24px;
        height: 100%;
        cursor: pointer;
        
    }
    .arrow-right-data
    {
        position: absolute;
        right: 0;
         background-color: #fff;
        z-index: 1000;
        display: flex;
        justify-content: center;
        align-items: center;
        width: 24px;
        height: 100%;
        cursor: pointer;
    }

  

    .article-data-fooditems::-webkit-scrollbar {
        display: none;
    }

    .box-container {
        display: flex;
        gap: 20px;
          overflow-x: scroll;
          width: 96%;
          margin: auto;
          height: 110px;
          position: relative;
          scroll-behavior: smooth;
    }

    .box img {
        width: 100px;
        height:100px;
        cursor: pointer;
    }

    .animate {
        position: absolute;
        left: 20px;
        background-color: #ff9900;
        height: 3px;
        width: 60px;
        bottom: 0;
        transition: all 0.5s;
        border-radius: 12px;
    }

    

   

    /* food items */

    .southindian,
    .pizza,
    .chinese,
    .cake,
    .burger,
    .northindia,
    .rools,
    .shawarma,
    .noodles,
    .parota,
    .pasta,
    .icecream,
    .salad,
    .partha,
    .pureveg,
    .shake,
    .dosa,
    .pancake,
    .vada,
    .tea,
    .dessert,
    .sandwich {
        display: none;
        transition: all 1s ease-in-out;
        border-top: 1px solid rgba(0, 0, 0, 0.1);
        height: 780px;
        overflow: scroll;
        width: 80%;
        margin: auto;
    }

    .biriyani-container {
        border-top: 1px solid rgba(0, 0, 0, 0.1);
        box-shadow: 1px 2px 12px rgba(0, 0, 0, 0.1);
        transition: all 1s ease-in-out;
        height: 780px;
        overflow: scroll;
          width: 80%;
        margin: auto;
    }

  
    ::-webkit-scrollbar {
        display: none;
    }

    .article {
        margin-top: 10px;
    }

    .heads {
        font-size: 18px;
        padding: 10px 10px;
        font-weight: 600;
        margin: 0;
    }

    .leads {
        color: #666;
        font-size: 15px;
        padding: 0 10px;
        margin: 0;
    }
    .products
    {
        display: grid;
        grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
        text-align: center;
        justify-content: center;
        height: auto;
        row-gap: 20px;
    }
    .product img
    {
        width: 80px;
        height: 80px;
        border-radius: 50%;
        object-fit: contain;
    }
    .content
    {
        display: flex;
        flex-direction: column;
        text-align: center;
        text-transform: capitalize;
    }
    .content p
    {
        margin: 0;
        font-weight: 600;
    }




}