/* CSS RESET  */

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: Arial, Helvetica, sans-serif;
}

/* DEFALT CSS APPLY */

.body-align {
    margin: auto;
    width: 80vw;
}

html {
    font-size: 16px;
}

p {
    font-size: 1rem;
}

h1 {
    font-size: 3rem;
}

h2 {
    font-size: 2rem;
}

h4 {
    font-size: 1rem;
}

button {
    transition: 0.5s;
}

button:hover {
    cursor: pointer;
    transform: scale(1.1);
}

img {
    transition: 0.6s;
}

img:hover {
    /* transform:rotate(360deg); */
    transform: translatey(-12px);
}


/* DEFALT CSS APPLY */

/* NAVBAR STYLE START  */
nav {
    width: 80vw;
    margin: auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px;
}

.logo img {
    max-width: 250px;

}

.address {
    font-size: 1rem;
}

/* HAMBURGER ICON  */
.menu {
    display: none;
}

.side-btn input {
    color: black;
    width: 98px;
    font-weight: bold;
    border: none;
}

.side-btn button {
    padding: 10px 28px;
    border: none;
    border-radius: 6px;
    background-color: #ffffff;
    color: #ffb700;
    font-weight: 700;
    box-shadow: #ffb700c2 0px 3px 8px;
    cursor: pointer;
}

/* NAVBAR STYLE CLOSE */

/* BODY STYLE STRAT  */
.sec-1_bg {
    background: linear-gradient(to bottom, #fbce2c, #f8a500);
}

/* SECTION_1 STYLE START  */
.sec-1 {
    padding-top: 40px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap-reverse;
    overflow: hidden;
}

.sec-1 .content>h1 {
    font-family: arial black;
    color: #ffffff;
    margin: 10px 0px;


}

.form {
    background-color: #FFFFFF;
    border: none;
    border-radius: 10px;
    color: #ff5e00;
    max-width: 560px;
    width: 100%;
    margin: 20px 0px;
    padding: 10px;
    flex-wrap: wrap;
    align-items: center;

}

.btns button {
    font-weight: bold;
    margin: 10px;
    height: auto;
    padding: 8px 19px;
    border: none;
    border-radius: 5px;
    background-color: rgba(255, 186, 146, 0.568);
    color: #ff5e00;
    cursor: pointer;


}

.form-input {
    align-items: center;
    border-top: 1px solid black;
    padding: 15px;

}

.form-input input {
    max-width: 280px;
    width: 100%;
    flex-wrap: wrap;
    height: 35px;
    border: 1px solid rgba(0, 0, 0, 0.514);
    border-radius: 5px;

}

.form-input button {
    width: 100px;
    height: 35px;
    background-color: #ff5e00;
    color: #ffffff;
    padding: 5px;
    border: none;
    border-radius: 8px;

}

.sec-1 img {
    max-width: 300px;
    width: 100%;
    height: auto;
    display: flex;
    align-items: center;
    position: relative;
    bottom: -14px;
}

/* SECTION_1 STYLE END  */

/* SECTION-2 STYLE START  */
.sec-2 {

    display: flex;
    justify-content: space-evenly;
    flex-wrap: wrap;
    align-items: center;
    margin: 50px auto;

}

.cards img {
    max-width: 230px;
    height: auto;
    border: none;
    border-radius: 20px;
    margin-top: 20px;

}

.card-img {
    position: relative;
}

.discount {
    max-width: 80px;
    width: 100%;
    position: absolute;
    bottom: 4px;
    background-color: #ffb300;
    color: #fff;
    font-weight: bold;
    font-size: 20px;
    padding: 10px;
    border: none;
    border-top-right-radius: 20px;
    border-bottom-left-radius: 20px;
}

.cards p {
    line-height: 42px;

}

/* SECTION-2 STYLE END  */

/* SECTION-3 STYLE START  */
.sec-3_bg {

    background: linear-gradient(180deg, rgba(255, 206, 103, 0.22) -42.47%, rgba(253, 237, 202, 0) 100%);
}

.sec-3 {
    margin: 40px auto;
    padding: 50px 0px;


}

.sec-3 h2 {
    display: flex;
    justify-content: center;
    color: #F17228;
    font-weight: 700px;
}

.sec-3 .sec-icon {
    padding: 40px 0px;
    text-align: center;
    display: flex;
    justify-content: space-between;
    justify-content: center;
    flex-wrap: wrap;
    align-items: center;

}

.sec-3 .sec-icon .icon_1 {
    width: 250px;
    line-height: 20px;



}

/* SECTION-3 STYLE END  */

/* SECTION-4 STYLE START */
.pop-dishes {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin: auto;
}

.dishes {
    margin: 20px auto;
}

.sec-4 {
    padding: 20px;
}

.sec-4 h2 {
    margin: 20px auto;
    text-align: center;

}

.pop-dishes .dishes>img {
    max-width: 200px;
    border: none;
    border-radius: 15px;
}

.dishes .pop-dishes_content>h4 {
    line-height: 2.5;
}

.dishes .pop-dishes_content>p {
    color: #ffb700;
}

.dishes button {
    font-weight: bold;
    border: none;
    border-radius: 10px;
    background-color: #F17228;
    color: #ffffff;
    box-shadow: 0px 20px 40px 0px #FA63233D;
    box-shadow: 0px 5px 10px 0px #FD725C38;
    padding: 15px;
    max-width: 270px;
    width: 100%;
}

/* SECTION-4 STYLE END  */
/* SECTION-5 STYLE START  */

.sec-5 {
    margin: 50px auto;
}

.sec-5 h2 {
    text-align: center;
}

.feature-dish {
    display: flex;
    justify-content: space-evenly;
    flex-wrap: wrap;
    margin: 30px auto;

}

.sec-5_cards img {
    max-width: 230px;
    height: auto;
    border: none;
    border-radius: 20px;
    margin-top: 20px;

}

.tags {
    position: absolute;
    top: 10%;
    display: flex;
    padding: 10px;

}

.sec-5_discount {
    /* position: absolute; */
    background-color: #F17228;
    color: #fff;
    font-weight: bold;
    font-size: 15px;
    padding: 8px;
    margin-right: 5px;
    border: none;
    border-radius: 8px;

}

.discount-2 {
    /* position: absolute; */
    background-color: #ffb300;
    color: #fff;
    font-weight: bold;
    font-size: 15px;
    padding: 8px;
    border: none;
    border-radius: 8px;

}

.sec-5_img img {
    max-width: 130px;
    height: auto;
    margin-bottom: 10px;
}

.sec-5>:last-child button {
    width: 120px;
    background: linear-gradient(97.86deg, #FFBA26 -8.95%, #FF9A0E 109.24%);
    color: #ffffff;
    font-weight: bold;
    border: none;
    border-radius: 13px;
    padding: 15px 20px;
    align-items: center;

}

.sec-5>.view-btn {
    margin: 80px 0px;
    display: flex;
    justify-content: center;

}

/* SECTION-5 STYLE END  */

/* SECTION-6 STYLE START */
.sec-6_bg {
    background-color: #fff8e9;
}

.sec-6 {
    padding: 40px 0px;
}

.sec-6_head {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;

}

.sec-6_btns {
    display: flex;
    align-items: center;
}


.view {
    color: #f8a500;

}

.side-arrows {
    display: flex;
}

.side-arrows .arrow-left {

    margin: 5px;
    padding: 10px;
    font-size: 25px;
    border-radius: 50%;
    text-align: center;
    background-color: #ffb300;
    color: #FFFFFF;
    cursor: pointer;
    box-shadow: 0px 5px 8px 0px #DE97003D;
}

.side-arrows .arrow-right {
    margin: 5px;
    padding: 10px;
    font-size: 25px;
    border-radius: 50%;
    text-align: center;
    background-color: #ffb300;
    color: #FFFFFF;
    cursor: pointer;
    box-shadow: 0px 5px 8px 0px #DE97003D;
}

.sec-6_img-box {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-top: 80px;

}

.sec-6_img img {
    max-width: 150px;
    border: none;
    border-radius: 50%;
}

.sec-6_img-box h4 {
    margin-top: 25px;
    text-align: center;
}

/* SECTION-6 STYLE END  */

/* SECTION-7 STYLE START  */
.sec-7_bg {
    background-color: #f8a500;

}

.curve-bg {
    background-color: rgb(255, 241, 210);
    border-bottom-right-radius: 30%;
    border-bottom-left-radius: 200px;
    width: 100%;
}

.sec-7 {
    width: 70vw;
    margin: auto;

}

.service-img {
    width: fit-content;
    margin: auto;
}

.service-img img {
    margin: 80px auto;
    max-width: 900px;
    width: 100%;
    align-items: center;
    text-align: center;
    cursor: pointer;
    border-radius: 20px;
    box-shadow: 0px 12px 19px 0px #de98006e;

}

/* SECTION APP INSTALL STYLE START  */

.install-sec {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;

}

.install-sec .mobile-img>img {
    max-width: 450px;
    width: 100%;
}

.install-txt {
    line-height: 1.5;
    max-width: 350px;
    width: 100%;
    margin: 50px;
}

.install-txt>h1 {
    margin-bottom: 15px;
    color: #f8a500;
}

.app-btns {
    margin-top: 20px;
    display: flex;
    align-items: center;

}

.app-btns button {
    display: flex;
    align-items: center;
    text-align: left;
    margin: 10px;
    padding: 5px;
    width: 140px;
    background-color: #ffffff;
    border: none;
    box-shadow: 0px 12px 19px 0px #de98006e;
    border-radius: 5px;
}

.app-btns .btn-icon {
    font-size: 30px;
    color: #f17228;
}

/* SECTION-7 STYLE END  */

/* SECTION-8 STYLE START  */


.container {
    display: flex;
    margin: auto;
    border: none;
    border-radius: 20px;
    max-width: 100%;
    box-shadow: 0px 12px 19px 0px #0000006e;
    margin: 80px 0px;
}


#container-2 img {
    /* NO APPLY  */
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
    /* APPLY THIS */
    border-top-left-radius: 20px;
    border-bottom-left-radius: 20px;
}

.side-txt {
    width: 35%;
    padding: 40px;
    padding-top: 80px;
    line-height: 1.3;
}

.side-txt p {
    padding-top: 10px;
}

.side-txt>button {
    background: linear-gradient(97.86deg, #ffbc2d -8.95%, #fa9200 109.24%);
    box-shadow: 0px 12px 19px 0px #de98006e;
    color: #FFFFFF;
    border: none;
    border-radius: 5px;
    font-weight: 800;
    padding: 13px 60px;
    margin-top: 90px;
}


.side-img {
    width: 65%;

}

.container .side-img img {
    width: 100%;
    height: 100%;
    padding: 0%;
    border: none;
    border-top-right-radius: 20px;
    border-bottom-right-radius: 20px;
}


/* SECTION-8 STYLE END  */

/* SECTION-9 STYLE START  */

.sec-9 {
    background-image: url(./Assets/sec-9_img.png);
    background-repeat: no-repeat;
    background-size: cover;

    background-position: center;
    text-align: center;
    color: #FFFFFF;
    padding: 50px;
}

.sec-9_txt {
    max-width: 500px;
    margin: auto;

}

.sec-9 h2 {
    font-size: 2.2rem;
}

.sec-9 button {
    background-color: #ff5e00;
    box-shadow: 0px 12px 19px 0px #de98006e;
    color: #FFFFFF;
    border: none;
    border-radius: 5px;
    font-weight: 795;
    padding: 13px 18px;
    margin-top: 60px;
}

/* SECTION-9 STYLE END  */


/* BODY STYLE CLOSE  */

/* FOOTER STYLE START  */

/* FOOTER SECTION 1 START  */
footer {
    background-color: #212121;
    position: relative;
}

.f-sec_1 {
    padding: 70px 0px;
}

.f-sec_1>.list {
    color: #f5f5f5e3;
    margin: 20px 0px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
}

.f-sec_1 h3 {
    color: #F5F5F5;
}

.list ul li {
    list-style: none;
    line-height: 1.8;
}

/* FOOTER SECTION 1 CLOSE  */

/* FOOTER SECTION 2 START  */
.f-sec_2 {
    border-top: solid #f5f5f5be 1px;
    border-bottom: solid #f5f5f5be 1px;
    padding: 50px 0px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.f-sec_2>.list {
    color: #f5f5f5e3;
    max-width: 500px;
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.f-sec_2 h3 {
    margin-bottom: 20px;
    color: #F5F5F5;
}

.s-media_icon {
    font-size: 25px;
    cursor: pointer;
}

.f-sec_2 .about {
    line-height: 40px;
    color: #f5f5f5e3;
}

.about .email>button {
    background: linear-gradient(97.86deg, #ffbc2d -8.95%, #fa9200 109.24%);
    box-shadow: 0px 12px 19px 0px #de98006e;
    color: #FFFFFF;
    font-size: 11px;
    border: none;
    border-radius: 5px;
    font-weight: 800;
    padding: 10px 10px;


}

.about input {
    background-color: #424242;
    color: #ADADAD;
    border: none;
    border-radius: 5px;
    padding: 8px;
    max-width: 180px;
    width: 100%;
}

/* FOOTER SECTION 2 CLOSE  */

/* FOOTER LAST SECTION  START  */
.f-end {
    display: flex;
    align-items: center;
    text-align: center;
    justify-content: space-between;
    flex-wrap: wrap;
    color: #f5f5f5e3;
    padding-top: 10px;
    padding-bottom: 70px;

}

/* FOOTER LAST SECTION CLOSE  */

/* FOOTER STYLE CLOSE  */

/* MOBILE RESPONSIVE STYLE  */

@media only screen and (min-width:320px) and (max-width:800px) {


    /* DEFALT CSS  */

    h1 {
        font-size: 2rem;
    }

    h2 {
        font-size: 1.6rem;
    }

    p {
        font-size: 0.9rem;
    }


    /* NAVBAR RESPONSIVE  */
    .address {
        display: none;
    }

    .side-btn {
        display: none;
    }

    nav {
        width: 90vw;
        padding: 5px;
    }

    .menu {
        display: inline;
        font-size: 1.5rem;
    }

    /* SECTION 1 RESPONSIVE */

    .sec-1 {
        align-items: center;
        text-align: center;
    }

    .sec-1 img {
        max-width: 340px;
    }

    .form-input input {
        max-width: 185px
    }


    /* SECTION 6 RESPONSIVE */
    .sec-6_head {
        display: flex;
        text-align: center;
    }

    .view {
        display: none;
    }

    /* SECTION 7 RESPONSIVE */
    .sec-7 {
        width: 100vw;
    }

    .mobile-img img {
        display: none;
    }

    /* SECTION 8 RESPONSIVE */
    .container {
        flex-direction: column-reverse;
        border-radius: 20px;
    }

    #container-2 {
        flex-direction: column;
    }

    #container-2 img {
        border-radius: 20px;
    }

    .container .side-img {
        width: 100%;
        border-radius: 20px;
    }

    .side-img img {
        border-radius: 20px;

    }

    .side-txt {
        width: 100%;
        padding: 0px 20px;
    }

    .side-txt>button {
        margin: 25px 0px;
        /* 
        padding: 13px 30px;
         */
        width: 100%;
    }

    /* MIDDLE CONTAINER  */

    #container-2_img {
        width: 100%;
        border-radius: 20px;
        display: flex;

    }

    .f-end {
        justify-content: center;
        line-height: 1.8;
    }

}