* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

/* navbar */


.navbar {
    background-color: white;
    color: black;
    display: flex;
    height: 9vh;

    font-family: Arial, Helvetica, sans-serif;
    font-weight: 400;
    column-gap: 25rem;
    justify-content: center;

}

.left {
    padding-top: 15px;
    font-family: Arial, Helvetica, sans-serif;
}



.eternal {
    font-weight: 800;
    font-size: 25px;
}

.right ul {
    padding-top: 23px;
}


.right ul {
    display: flex;
    flex-direction: row;
    gap: 2rem;
    font-size: 15px;


}

.right ul li {
    text-decoration: none;
    list-style: none;
    color: #6b7280;
}


/* hero */

.background-img {
    background-image: url(./image/zomato.avif);
    width: 100%;
    height: 80vh;
    background-repeat: no-repeat;
    background-size: cover;
}

.hero-text {
    font-family: Arial, Helvetica, sans-serif;
    color: white;
    padding: 16rem;
}

.Zomato {
    font-weight: 900;
    font-size: 3rem;


}

.Better {
    font-size: 3rem;
}


/* section-1 */

.box2-ttt {
    display: flex;
    justify-content: center;
    margin-top: 5rem;
    gap: 8rem;
    color: rgb(73, 72, 72);
}

.text-box {
    width: 25vw;
    height: 50vh;

    font-family: Arial, Helvetica, sans-serif;
    letter-spacing: 1px;
}

.text-box img {
    width: 30vw;
}

/* section-2 */

.container2 {
    font-family: Arial, Helvetica, sans-serif;
    display: flex;
    flex-direction: column;
    padding-left: 21rem;
    gap: 5rem;
}

.With {
    color: grey;
    margin-top: 2rem;
}

.Fueling {
    font-size: 40px;
    margin-top: 3rem;
}

.container2-box3 {
    display: flex;
    gap: 2rem;
   
}

.food {
    width: 19vw;
    height: 30vh;
    border: 1px solid rgb(151, 149, 149);
    padding: 1rem;

}

.million {
    font-size: larger;
    letter-spacing: 1px;
}


/* section-3 */

.container3 {
    font-family: Arial, Helvetica, sans-serif;
    display: flex;
    flex-direction: column;
    padding-left: 20rem;
    gap: 5rem;
    margin-top: 4rem;
}

.bbb {
    width: 19vw;
    height: 30vh;

    padding: 1rem;
}

.bbb img {
    width: 17vw;
}

.bb-text {
    font-size: 20px;
    margin-top: 1rem;
    margin-bottom: 1rem;
}

/* footer */



.footer {
    background: #f8f9fb;
    padding: 60px 0;
}

.footer-container {
    max-width: 1100px;
    margin: auto;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.footer-col {
    min-width: 200px;
}

.footer-col h4 {
    font-size: 15px;
    font-weight: 600;
    margin-bottom: 16px;
    color: #000;
}

.footer-col ul {
    list-style: none;
}

.footer-col ul li {
    margin-bottom: 10px;
}

.footer-col ul li a {
    text-decoration: none;
    color: #6b7280;
    font-size: 14px;
}

.footer-col ul li a:hover {
    color: #000;
}

.brand h2 {
    font-size: 26px;
    font-weight: bold;
    color: #000;
}

.footer {
    margin-top: 10rem;
}

/* media */


@media (max-width:1400px) {
    .left {
        padding-top: 20px;
        font-family: Arial, Helvetica, sans-serif;

    }



    .eternal {
        font-weight: 800;
        font-size: 30px;
    }

    .right ul {
        padding-top: 30px;
        font-size: 20px;
    }

    /* hero */


    .background-img {
        background-image: url(./image/zomato.avif);
        width: 100%;
        height: 70vh;
        background-repeat: no-repeat;
        background-size: cover;
    }


    /* section-1 */


    .box2-ttt {
        display: flex;
        justify-content: center;
        margin-top: 5rem;
        gap: 8rem;
        color: rgb(73, 72, 72);
    }

    .text-box {
        width: 35vw;
        height: 50vh;
        font-size: 17px;
        font-family: Arial, Helvetica, sans-serif;
        letter-spacing: 1px;
        font-size: 20px;

    }

    .text-box img {
        width: 40vw;
    }


    /* section-2 */

    .container2 {
        font-family: Arial, Helvetica, sans-serif;
        display: flex;
        flex-direction: column;
        padding-left: 10rem;
        gap: 5rem;
    }

    .With {
        color: grey;
        margin-top: 2rem;
        font-size: 20px;
    }

    .Fueling {
        font-size: 45px;
    }

    .container2-box3 {
        display: flex;
        gap: 2rem;
    }

    .food {
        width: 25vw;
        height: 30vh;
        border: 1px solid rgb(151, 149, 149);
        padding: 1rem;

    }

    .million {
        font-size: xx-large;
        letter-spacing: 1px;
    }


    /* section-3 */

    .container3 {
        font-family: Arial, Helvetica, sans-serif;
        display: flex;
        flex-direction: column;
        padding-left: 10rem;
        gap: 5rem;
        margin-top: 4rem;
    }

    .bbb {
        width: 25vw;
        height: 30vh;

        padding: 1rem;
    }

    .bbb img {
        width: 25vw;


    }

    .bb-text {
        font-size: 20px;
        margin-top: 1rem;
        margin-bottom: 1rem;
    }

    /* footer */



    .footer {
        background: #f8f9fb;
        padding: 60px 0;
        font-family: Arial, Helvetica, sans-serif;

    }

    .footer-container {
        max-width: 1100px;
        margin: auto;
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
    }

    .footer-col {
        min-width: 200px;
    }

    .footer-col h4 {
        font-size: 18px;
        font-weight: 600;
        margin-bottom: 16px;
        color: #000;
    }

    .footer-col ul {
        list-style: none;

    }

    .footer-col ul li {
        margin-bottom: 10px;
    }

    .footer-col ul li a {
        text-decoration: none;
        color: #6b7280;
        font-size: 14px;
        font-size: large;
    }

    .footer-col ul li a:hover {
        color: #000;
    }

    .brand h2 {
        font-size: 26px;
        font-weight: bold;
        color: #000;
    }

    .footer {
        margin-top: 15rem;
    }


}


@media (max-width:1200px) {

    .hero-text {
        font-family: Arial, Helvetica, sans-serif;
        color: white;
        padding: 11rem;
    }



    /* section-1 */


    .box2-ttt {
        display: flex;
        justify-content: center;
        margin-top: 5rem;
        gap: 8rem;
        color: rgb(73, 72, 72);
    }

    .text-box {
        width: 35vw;
        height: 50vh;
        font-size: 17px;
        font-family: Arial, Helvetica, sans-serif;
        letter-spacing: 1px;
        font-size: 18px;

    }

    .text-box img {
        width: 40vw;
    }


    /* section-2 */

    .container2 {
        font-family: Arial, Helvetica, sans-serif;
        display: flex;
        flex-direction: column;
        padding-left: 3rem;
        gap: 5rem;
    }

    .With {
        color: grey;
        margin-top: 2rem;
        font-size: 20px;
    }

    .Fueling {
        font-size: 45px;
        margin-top: 2rem;
    }

    .container2-box3 {
        display: flex;
        gap: 2rem;
    }

    .food {
        width: 28vw;
        height: 30vh;
        border: 1px solid rgb(151, 149, 149);
        padding: 1rem;

    }

    .million {
        font-size: x-large;
        letter-spacing: 1px;
    }

    /* section-3 */

    .container3 {
        font-family: Arial, Helvetica, sans-serif;
        display: flex;
        flex-direction: column;
        padding-left: 3rem;
        gap: 5rem;
        margin-top: 4rem;
    }

    .bbb {
        width: 30vw;
        height: 30vh;

        padding: 1rem;
    }

    .bbb img {
        width: 25vw;


    }

    .bb-text {
        font-size: 20px;
        margin-top: 1rem;
        margin-bottom: 1rem;
    }

    .bb-text {
        font-size: x-large;
    }

    .footer-col {
        font-weight: 400;
    }

}


@media (max-width:992px) {
    .navbar {
        column-gap: 18rem;
    }

    .hero-text {
        padding: 8rem;
    }


    .background-img {
        background-image: url(./image/zomato.avif);
        width: 100%;
        height: 60vh;
        background-repeat: no-repeat;
        background-size: cover;
    }

    .text-box {
        font-size: medium;
    }

    .footer-container {
        margin-left: 4rem;
    }

    .container3 {
        margin-right: 3rem;
    }
}


@media (max-width:768px) {
    .right {
        display: none;
    }

    .background-img {
        background-image: url(./image/zomato.avif);
        width: 100%;
        height: 40vh;
        background-repeat: no-repeat;
        background-size: cover;
    }

    .hero-text {
        padding: 2rem;
        padding-top: 8rem;

    }

    .Better {
        font-size: xx-large;
    }

    .box2-ttt {
        display: flex;
        flex-direction: column;
        margin-left: 2rem;
    }

    .text-box {
        width: 75vw;
        height: 50vh;
        font-size: 17px;
        font-family: Arial, Helvetica, sans-serif;
        letter-spacing: 1px;
        font-size: 20px;
        margin-left: 2rem;


    }

    .text-box img {
        width: 80vw;

    }



    .Fueling {
        font-size: xx-large;
    }

    .container2 {
        padding-left: 2rem;
    }


    .container2-box3 {
        display: grid;
        grid-template-columns: repeat(2, 1fr);

    }

    .foood2 {
        grid-column: span 2;
    }

    .food {
        width: 35vw;
    }

    .bbb {
        width: 40vw;
    }


    .bbb img {
        width: 38vw;
    }

    .bb {
        margin-top: 7rem;
    }
}



@media (max-width:576px) {
    .background-img {
        background-image: url(./image/zomato.avif);
        width: 100%;
        height: 68vh;
        background-repeat: no-repeat;
        background-size: cover;
    }

    .Zomato {
        font-size: xx-large;
    }


    .text-box {
        width: 85vw;
        font-family: Arial, Helvetica, sans-serif;
        font-size: 18px;

    }

        .container2-box3 {
        display: grid;
        grid-template-columns: repeat(1, 1fr);

    }

    .foood2 {
        grid-column: span 2;
    }
    
    .food{
        width: 90vw;
        height: auto;
    }
    .bbbb{
        margin-top: 7rem;
    }

    .bbb{
        width: 90vw;
    }

    .bbb img{
        width: 70vw;
    }

    .container2-box3{
     
        gap: 5rem;
    }

    .footer-container{
        display: flex;
        flex-direction: column;
        gap: 2rem;
    }
}

@media (max-width:400px){
     .background-img {
        background-image: url(./image/zomato.avif);
         width: 100vw;
        height: 55vh;
        background-repeat: no-repeat;
        background-size: cover;
    }

    .box2-ttt{
        margin-left: 1rem;
    }
     
    .text-box img{
        margin-top: 3rem;
        width: 20rem;
    }
 
    .container2-box3{
        gap: 1rem;
    }
    
    .bbb{
        width: 80vw;
    }

    .bbb img{
        width: 70vw;
    }

}