@import url('https://fonts.googleapis.com/css2?family=Inter:slnt,wght@-10..0,100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');



* {
    margin: 0;
    padding: 0;
}

.container {
    padding: 0px 40px;
    margin: 0px auto;

}

.nav-bar {
    display: flex;
    justify-content: space-between;

    align-items: center;
    padding: 15px 60px;
    position: sticky;
    top: 0%;
    background-color: white;
    box-shadow: 0px 15px 29px -1px rgba(0, 0, 0, 0.20);
    z-index: 10;
}

.nav-bar-ul-list ul {
    display: flex;

    list-style-type: none;
}

.nav-bar-ul-list ul li {
    margin: 0px 15px;
    font-family: "Inter", sans-serif;
}

.login-btn {
    border: none;
    font-size: 16px;
    font-weight: 600;
    font-family: "Inter", sans-serif;
    background-color: white;
    margin-right: 15px;
    cursor: pointer;
}

.signup-btn {
    font-family: "Inter", sans-serif;
    border: none;
    background-color: #E94339;
    color: white;
    font-size: 16px;
    padding: 10px 20px;
    border-radius: 36px;
    cursor: pointer;
}

/* HERO SECTION */





.Hero-section {
    display: flex;
    justify-content: space-around;
    margin: 30px 0px;
    align-items: center;

}

/* .hero-section-text{



} */


.hero-section-text h1 {
    font-family: "Inter", sans-serif;
    margin-bottom: 20px;

    font-size: 61px;
    font-weight: 700;
    line-height: 65px;
    text-align: left;

}


.hero-section-text p {
    font-family: "Inter", sans-serif;
    margin-bottom: 20px;

    font-size: 18px;
    font-weight: 400;
    line-height: 30px;
    letter-spacing: -0.01em;
    text-align: left;

}




.delivery-boy-img {
    width: 500px;
    height: 452px;
    cursor: pointer;
    animation: delivery-boy-img-animation 8s cubic-bezier(0.12, 0, 0.39, 0) 0s infinite normal none;
    /* top: 37px; */


}

.input-type-bar {
    position: relative;
    margin: 25px 0px;
}

.input-type-bar input {
    border: none;
    border-radius: 52px;
    width: 400px;
    height: 40px;
    background-color: #F6F6F6;



}

.input-type-bar input[type] {
    font-size: 14px;
    padding: 3px 20px;
}


.input-type-bar button {
    position: absolute;
    left: 57%;
    top: 5%;
    font-family: "Inter", sans-serif;
    border: none;
    background-color: #E94339;
    color: white;
    font-size: 16px;
    padding: 10px 20px;
    border-radius: 36px;
    cursor: pointer;





}

.download-btn {
    display: flex;
    
}

.apple-btn {
    display: flex;
    align-items: center;
    font-family: "Inter", sans-serif;
    padding: 8px 16px;
    border-radius: 5px;
    border: none;
    cursor: pointer;
}

.app-store {
    font-size: 18px;
    margin-right: 10px;
    font-weight: bold;
    cursor: pointer;
}

.download-onthe {
    margin-left: 8px;
   cursor : pointer;
}

.playstore-btn {
    display: flex;
    margin-left: 30px;
    font-family: "Inter", sans-serif;
    padding: 8px 16px;
    border-radius: 5px;
    border: none;
    cursor: pointer;


}

.span-text span {
    margin-left: 10px;
}

.google-play {
    font-size: 18px;
    margin-right: 10px;
    font-weight: bold;

}

.get-iton {
    margin-right: 46px
}

.delivery-boy-img {
    display: flex;

}

.no-of-dishes {
    text-align: center;
    margin: 75px 0px 15px;
}


.no-of-dishes h1 {

    font-family: "Inter", sans-serif;
    font-size: 46px;
    font-weight: 600;

}

.no-of-dishes span {
    color: #FF5331;
    font-weight: 700;
}

.no-of-dishes p {

    font-family: "Inter", sans-serif;
    font-size: 18px;
    font-weight: 400;


}

/* cards */

.food-cards {
    display: flex;

}


.food-cards :hover {
    cursor: pointer;
    scale: 1 1;
    box-shadow: 0px 15px 29px -1px rgba(0, 0, 0, 0.20);
    transform: translateY(-10px);
}








.card {
    display: flex;
    justify-content: center;
    flex-direction: column;
    background-color: #FAFAFA;
    border-radius: 28px;
    padding: 50px;
    width: 90px;
    margin: 0px 20px;
}




.card span {
    text-align: center;
    margin: 15px 0px;
    font-size: 16px;
    font-family: "Inter", sans-serif;
}

.food-item {
    background-color: white;
    border-radius: 50px;
    padding: 14px;

}

.cards-food-delivery {
    display: flex;
    justify-content: flex-end;
    margin-top: 80px;
}

.delivery {
    font-family: "Inter", sans-serif;
    background-color: #FAFAFA;
    border-radius: 28px;

}

.delivery h3 {
    font-size: 27px;
    font-weight: 500;
    margin-left: 30px;
    margin-top: 40px;
}

.deals {
    color: #FF5331;
    font-weight: 600;

}

.free-delivery {
    color: #009B00;
    font-weight: 600;

}

.delivery img {
    margin-left: 330px;
    margin-top: 9px;
}


/* second menu card */




.how-to-order h3 {
    text-align: center;
    font-family: "Inter", sans-serif;
    font-size: 46px;
    font-weight: 600;
    margin-top: 30px;


}

.second-menu-card {
    display: flex;
    margin-top: 30px;
}

.second-menu-card-text p {
    font-family: "Inter", sans-serif;
    font-size: 23px;
    font-weight: 280;
    margin-top: 20px;


}




.how-order {
    position: relative;
    width: 380px;
    cursor: pointer;
}


.order-1 {
    position: absolute;
    left: -2%;
    top: 62%;
}

.how-to-order-cards {
    display: flex;
    justify-content: space-between;
    margin-top: 40px;
}


.cards-text span {
    font-family: "Inter", sans-serif;
    font-size: 24px;
    font-weight: 500;
    line-height: 30px;
    text-align: center;

}

.card-img img {
    padding: 18px;
    background-color: white;
    border-radius: 9px;
}

.Clients-feedback {
    margin-top: 400px;
    text-align: center;
}

.Clients-feedback h3 {
    font-family: "Inter", sans-serif;
    font-size: 44px;
    font-weight: 700;
    line-height: 54px;
    text-align: center;


}

.Clients-feedback {
    font-family: "Inter", sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 26px;
    text-align: center;

}

.clients-feedback-2 img {
    margin-top: 30px;

}

.clients-feedback-2 p {
    font-family: "Inter", sans-serif;
    font-size: 16px;
    font-style: italic;
    font-weight: 600;
    margin-top: 30px;
    text-align: center;

}

.ceo h4 {
    font-family: "Inter", sans-serif;
    font-size: 18px;
    font-weight: 600;
    line-height: 21.78px;
    letter-spacing: -0.01em;
    text-align: center;

    margin-top: 30px;
}

.ceo img {
    margin-top: 20px;
    cursor: pointer;
}

.subscribe-section h3 {
    font-family: "Poppins", sans-serif;
    font-size: 46px;
    font-weight: 600;
    line-height: 58px;
    letter-spacing: 0.005em;



}

.subscribe-section p {
    font-family: "Poppins", sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 26px;
    letter-spacing: 0.005em;


}

.subscribe-section {
    display: flex;
    justify-content: space-between;
    margin-top: 120px;
    background-color: #FFEFEC;
    padding: 70px 40px;

}

.input-adress-bar {
    position: relative;

}



.input-adress-bar input {
    border: none;
    border-radius: 52px;
    width: 300px;
    height: 50px;
    background-color: white;
    padding-right: 30px;


}



.input-adress-bar input[type] {
    font-size: 14px;
    padding: 3px 20px;
}


.input-adress-bar button {
    position: absolute;
    right: 3%;
    top: 2%;
    border: none;
    background-color: #FF5331;
    color: white;
    font-size: 16px;
    padding: 15px 23px 15px 23px;
    font-family: "Poppins", sans-serif;
    border-radius: 36px;
    cursor: pointer;


}

/* footer-section */


.whole-footer-section {
    background-color: black;

}

.footer-section {
    display: flex;
    justify-content: space-between;
    padding-left: 60px;
    cursor: pointer;

    /* margin-top: 90px; */
    /* align-items: center; */
}

.footer-btns {
    display: flex;
    margin-top: 80px;

}

.apple-footer-btn {
    font-family: "Inter", sans-serif;
    padding: 8px 16px;
    border-radius: 5px;
    border: none;
    cursor: pointer;

}


.playstore-footer-btn {

    margin-left: 30px;
    font-family: "Inter", sans-serif;
    padding: 8px 16px;
    border-radius: 5px;
    border: none;
    cursor: pointer;
}

.footer-ul-list {
    display: flex;
    justify-content: space-between;
    margin-left: 600px;
    color: white;





}

.list-heading {
    font-family: "Inter", sans-serif;
    font-size: 17.76px;
    font-weight: 600;
    line-height: 26.63px;
    list-style-type: none;


}


.ul-list {
    list-style-type: none;
    /* margin-top: 500px; */
    font-family: "Poppins", sans-serif;
    font-size: 14px;
    font-weight: 200;
    line-height: 40px;
    color: white;
    /* width: 500px; */



}


.img-footer {
    align-items: center;
    padding-left: 50px;
    padding-top: 120px;


}

.bottam-bar-footer {
    display: flex;
    justify-content: space-between;
    font-family: "Inter", sans-serif;
    font-weight: 200;
    color: white;
    margin-top: 150px;
    padding-bottom: 120px;

}

.bottam-ul-list {
    display: flex;
    list-style-type: none;
cursor: pointer;
}



.bottam-ul-list li {
    margin: 0px 25px;
    cursor: pointer;
}

/* ANIMATION */


@keyframes delivery-boy-img-animation {

    0%,
    100% {
        transform: translateY(0);
    }

    10%,
    30%,
    50%,
    70% {
        transform: translateY(-8px);
    }

    20%,
    40%,
    60% {
        transform: translateY(8px);
    }

    80% {
        transform: translateY(6.4px);
    }

    90% {
        transform: translateY(-6.4px);
    }
}