body{
    font-family: 'Quicksand', 'sans-serif';
}
.headerSection{
    background-image: url(resources/bg/header-bg.png);
    background-repeat: no-repeat;
    background-size: cover;
}

/* navbar design */
.nav-link{
    color: white !important;
}
.activeNav{
    background-color: rgb(253, 63, 30);
    color:white !important;
    border-radius: 30px;
    padding: 1px 15px;
    
}

/* 
.home-btn{
    background-color: rgb(253, 63, 30);
    border-radius: 30px;
    padding: 5px 20px !important;
} */
.languageBtn{
    /* background-color: white;
    color: gray !important;
    border-radius: 30px;
    padding: 5px 20px !important; */
    font-weight: 700;
    font-size: 16px;
}

.header{
    color: white !important;
    padding: 110px 0 0;
}

.headerTitle{
    letter-spacing: 4px;
    font-size: 54px !important;
    font-weight: 700;
}

.headerSmallText{
    padding-bottom: 30px;
    font-size: 20px;
}

.header-search{
    position: relative;
    margin-bottom: 40px !important;
    text-align: center !important;
}
.input-group{
    position: absolute;
    padding-bottom: 40px;
    right: 21%;
}

.form-control {
    display: block;
    width: 100%;
    height: calc(1.5em + .75rem + 2px);
    padding: .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: none;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

.input-group-text {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    padding: .375rem .75rem;
    margin-bottom: 0;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    text-align: center;
    white-space: nowrap;
    background-color: white;
    border: none;
    border-top-right-radius: .25rem !important;
    border-bottom-right-radius: .25rem !important;
}






.headerManu{
    color: gray;
    padding: 0 250px;
}
.mx-1{
    cursor: pointer;
}


.headerManuImg{
    padding: 10px !important;
    width: 80px;
}

.headerManuTitle{
    line-height: 18px;
}

.activeM{
    background-color: rgb(238, 57, 51) !important;
    color: white;
    text-align: center !important;
    border-radius: 10px !important;
    margin-bottom: 30px;
}
.inactiveM{
    background-color:white !important;
    text-align: center !important;
    border-radius: 10px !important;
    margin-bottom: 30px;
}




/* how it works CSS */
.content-section{
    padding: 110px 0 80px;
}

.content-title{
    font-size: 44px;
}

.content-para{
    color:gray;
    font-size: 20px;
    margin-bottom: 60px;
}

.colord-Title{
    color: rgb(255, 60, 25);
    font-size: 20px;
    font-weight: 600;
}

.card-para{
    color:gray;
    font-size: 16px;
}


/* popular Restaurant Section Css */
.popularRestaurantSection{
    background-image: url(resources/bg/popular-rstrnt-bg.png);
    background-repeat: no-repeat;
    background-size: cover;
}

.foodsBtn{
    padding: 8px 20px;
    background-color: white;
    color: black;
    font-weight: 600;
    border-radius: 30px;
    margin-left: 10px;
    box-shadow: 2px 2px 4px lightgray;
}
.activeFBtn{
    padding: 10px 20px;
    background-color: tomato;
    color: white;
}


.btnIcon{
    width: 30px;
}

.features-card{
    padding-left: 10px;
    margin: 40px 0 20px;
}


.closeBtn{
    font-size: 14px;
    padding: 5px 10px;
    background-color: tomato;
    color:white;
    border:none;
    border-top-right-radius: 20px;
    border-bottom-right-radius: 20px;
}
.availableBtn{
    font-size: 14px;
    padding: 5px 10px;
    background-color: #55D562;
    color:white;
    border:none;
    border-top-right-radius: 20px;
    border-bottom-right-radius: 20px;
}


.heart-icon{
    width: 30px;
    position: absolute;
    left: 380%;
}

.avalityOption{
    position: absolute;
    top: 3%;
}

.cardLogo{
    width: 90px;
    position: absolute;
    top: 30%;
    right: 59%;
}

.star{
    width: 12px !important;
    height:12px !important;
}
.starMark{
    display: flex;
    position: absolute;
    top: 40% !important;
    right: 8%;
}



/* Advantages */
.advantage{
    padding: 0 150px;
}

.advantage-cardIcon{
    width: 80px;
    margin-bottom: 15px !important;
}

.advantageCard{
    border: none !important;
    background-color: #F9F9F9;
    border-radius: 10px;
    margin-bottom: 30px !important;
    padding: 25px;
}



/* Sponsors Section */
.sponsorsSection{
    background-image: url(resources/bg/sponsor-bg1.png);
    background-repeat: no-repeat;
    background-size: cover;
    
}

.sponsorsLogo img{
    width: 180px;
    padding-bottom: 50px;
}


.red-btn{
    padding: 10px 20px;
    background-color: rgb(255, 52, 16);
    color:white;
    color: white;
    font-size: 16px;
    font-weight: 600;
    border-radius: 30px;
    border: none;

}




/* clients Comment Section */

.clientsCommentSection{
    background-color: #F8F8F8;
    padding: 80px 0;
}


.feedback-summary{
    background-color: #F8F8F8;
    border:none;
}

.feedback-title{
    font-size: 40px;
}
.feedback-para{
    font-size: 18px;
}

.add-review-btn{
    padding: 15px 20px;
    border-radius: 30px;
    border:none;
    background-color: rgb(255, 52, 16);
    color: white;
    font-size: 16px;
    font-weight: 500;
    width: 140px;
}


.clients-card{
    border:none;
    box-shadow: 0px 2px 15px lightgray;
}

.clients-img{
    width: 100px;
}

.clients-message{
    font-size: 20px;
    margin-top: 20px;
}



/* Slider Control */
.carousel-indicators{
    position: absolute;
    bottom: -20% !important;
    left: 60%;
}
.carousel-indicators li{
    height: 14px;
    width: 14px;
    border-radius: 50%;
    background: #D2D2D2;
    border: none;
    opacity: 1;
    margin-bottom: 4px;
}
.carousel-indicators li.active{
    opacity: 1;
    background-color: #F44336;
}

.clients-feedback-slider{
    padding: 20px 30px;
}








.playstoreAddSection{
    background-image: url(resources/bg/playstore1.png);
    background-repeat: no-repeat;
    background-size: cover;
}

.mobile-img{
    width: 400px;
}

.playstore-icon-section{
    padding: 0 60px;
}

.playstore-title{
    color: white;
    font-size: 36px;
    font-weight: 700;
}

.playstore-para{
    font-size: 20px;
    margin-bottom: 30px;
    letter-spacing: 1px;
    color: white;
}

.googlePlay{
    margin-left: 20px;
}


/* footer Section Css */
.footer-section{
    background-color: #363636;
    padding: 60px 0;

}

.subscribe-message-block{
    padding: 10px 25px;
}

.subscribe-message{
    color: white;
    font-size: 35px;
    font-weight: 400;
}

/* Subscribe input Field Control */
.subscribe-input{
    padding: 20px 25px;
    width: 75%;
    border-radius: 10px;
    border: none;
}
.subscribe-input::placeholder{
    font-size: 14px;
}


.subscribe-button{
    border-radius: 10px;
    border:none;
    background-color: rgb(255, 52, 16);
    color: white;
    padding: 20px 20px;
    margin-left: 15px;
    font-size: 14px;
}
hr{
    background-color: #707070;
}

.footer-bottom-block{
    padding-top: 30px;
}

.footer-logo{
    width: 120px;
    padding-bottom: 20px;
}

.footer-para{
    color: lightgray;
    font-size: 14px;
}

.copyright-text{
    font-size: 16px;
    color: lightgray;
}

.social-icon a{
    padding-left: 10px;
    width: 20px;
}

.manus{
    padding: 0 20px 20px;
}

.manu-title{
    color: white;
    margin-bottom: 20px;
}

.sub-manu{
    padding-left: 0;
}

.sub-manu li{
    list-style: none;
    margin-bottom: 22px !important;
}
.sub-manu li a{
    font-size: 14px;
    color: lightgray;
    
}

.address-icon{
    width: 30px;
}

.address-text{
    font-size: 14px;
    color: lightgray;
}

.sub-manu-address li{
    list-style: none;
    margin-bottom: 12px !important;
}











/* =========================All Extra CSS belongs to About.html Page========================= */
.aboutHeaderSection{
    background-image: url(resources/bg/about-bg1.png);
    background-repeat: no-repeat;
    background-size: cover;
}


.aboutHeader{
    padding: 80px 20px;
    color: white;
}

.aboutHeaderTitle{
    font-size: 64px;
}

.ShortDescriptionSection{
    padding: 80px 0;
}

.about-details{
    background-image: url(resources/bg/about-text-bg1.png);
    background-repeat: no-repeat;
    background-size: cover;
    padding: 80px 0;
}

.about-details-card{
    background-color: white;
    box-shadow: 2px 2px 20px lightgray;
    padding-left: 0;
    padding-top: 40px;
}

.description-title{
    border-left: 5px solid tomato;
    padding-left: 30px;
}

.description-text{
    padding-top: 10px;
    padding-bottom: 30px;
    padding-left: 25px;
    padding-right: 25px;
}

.aboutHowItWorksBlock{
    padding: 40px 0;
    position: relative;
}
.HowItWorksBlock-title{
    font-size: 64px;
    font-weight: 700;
    font-family: sans-serif;
}

.HowItWorksBlock-title:after{
    position: absolute;
    content: "";
    height: 11px;
    width: 135px;
    background: transparent linear-gradient(142deg, #F37135 0%, #D33A33 100%) 0% 0% no-repeat padding-box;
    border-radius: 10px;
    top: 20%;
    left: 50%;
    transform: translateX(-50%);
}


.video{
    width: 70%;
    padding-top: 40px;
    border-radius: 15px;
    top: 30% !important;
}

.counter-section{
    background-image: url(resources/bg/counter-bg.png);
    background-repeat: no-repeat;
    background-size: cover;
    padding: 80px 110px;
}

.counter-color-text{
    font-size: 54px;
    color: tomato;
    font-weight: 700;
}

.counter-title{
    font-size:20px;
    color: white;
}



/* =========================All Extra CSS belongs to faq.html Page========================= */
.contactHeaderSection{
    background-image: url(resources/bg/contact-head-bg.png);
    background-repeat: no-repeat;
    background-size: cover;
}


.contact-form-block{
    padding: 80px 20px;
    position: relative;
}

.contactHeader{
    padding: 80px 20px;
    color: white;
}

.contactHeaderTitle{
    font-size: 64px;
    
}

.contact-form-heading {
    font-size: 44px;
    font-weight: 700;
    color: rgb(75, 74, 74);
    padding-bottom: 50px;
}

.contact-form{
    width: 80%;
    margin-left: auto;
    margin-right: auto;
    position: relative;
}

.form-control{
    width: 100%;
    height: 100%;
}


.form-input-field{
    padding: 10px 20px;
    border-radius: 8px;
    box-shadow: 0px 1px 8px lightgray;
    border-bottom: 3px solid rgb(231, 231, 231);
    margin-bottom: 30px !important;
    margin-left: 4%;
}
.form-input-big-field{
    padding: 10px 20px;
    border-radius: 8px;
    box-shadow: 0px 1px 8px lightgray;
    border-bottom: 3px solid rgb(231, 231, 231);
    margin-bottom: 30px !important;
    margin-left: 4%;
    width: 88%;
}

.form-input-field::placeholder{
    font-size: 22px !important;
}


.button-group{
    position: absolute;
    left: 60%;
    right:0;
}

.sbt-Btn{
    padding: 15px 25px;
    background-color: rgb(255, 40, 2);
    color: white;
}
.sbt-Btn:hover{
    color: white;
    background-color: rgb(231, 35, 1);
}

.rqst-call-Btn{
    padding: 15px 25px;
    background-color: rgb(105, 105, 105);
    color: white;
}
.rqst-call-Btn:hover{
    background-color: rgb(77, 77, 77);
    color: white;
}

.rqst-call-Btn-icon{
    width: 25px;
}



.contact-info-Section{
    background-image: url(resources/bg/contact-map-bg.png);
    background-repeat: no-repeat;
    background-size: cover;
    padding: 110px 130px;
}


.contact-card{
    width: 75%;
    padding: 50px !important;
}



.contact-map-icon{
    width: auto;
    margin-top: 20px;
    margin-bottom: 20px;

}


/* =========================All Extra CSS belongs to addReview.html Page========================= */


.addReviewHeaderSection{
    background-image: url(resources/bg/add-review-bg.png);
    background-repeat: no-repeat;
    background-size: cover;
}

.addReviewHeaderTitle{
    font-size: 64px;
    padding-bottom: 40px;
}

.addReviewForm{
    padding: 40px 0;
}

.addReviewForm-block-title{
    font-size: 44px;
    font-weight: 700;
    color: rgb(82, 82, 82);
    padding: 20px 0;
}

.review-form{
    border: 1px solid lightgray;
    width: 60%;
    background-color: #FDFDFC;
    margin-left: auto;
    margin-right: auto;
    padding: 30px;
}

.addReviewForm-title{
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 30px;

}

.review-message{
    width: 100%;
    border: 1px solid lightgray !important;
    border-radius:8px;
    margin-bottom: 10px;
}


.reviewCheckBox{
    height: 25px;
    width: 25px;
    border-radius: 8px;
    margin-left: 10px;
    border: 1px solid lightgray !important;
}

.review-publish-btn{
    padding: 15px 30px;
    background-color: rgb(255, 68, 35);
    color: white;
    font-weight: 600;
}
.review-publish-btn:hover{
    background-color: rgb(233, 35, 0);
    color: white;
}





/* ===================================Media Query===================================== */

/* Small/Mobile Screen control */
@media only screen and (min-width: 300px) and (max-width: 500px){
    .headerManu{
        padding: 0 40px;
    }
    .headerTitle{
        font-size: 40px !important;
    }
    .content-title{
        font-size: 34px;
    }


    .foodsBtn{
        display: list-item;
        margin: 0 0 15px 50px;
    }

    .clients-card{
        text-align: center;
    }

    .advantage{
        padding: 0 30px;
    }
    .advantageCard{
        text-align: center !important;
    }

    .mobile-img{
        width: 200px;
        margin-bottom: 50px;
    }
    .playstore-icon-section{
        padding: 40px 30px;
    }
    .playstore-title{
        padding: 20px 20px;
    }
    .apps-ads{
        text-align: center !important;
    }
    .apps-ads img{
        margin-bottom: 40px;
    }
    .googlePlay{
        margin-left: 0;
    }
    .subscribe-message-block{
        text-align: center;
    }

    .footer-short-description{
        text-align: center;
    }

    .manu-title{
        margin-top: 50px;
        text-align: center;
    }
    .address-desc{
        text-align: center;
    }
    .HowItWorksBlock-title{
        font-size: 34px;
    }
    .HowItWorksBlock-title:after{
        top: 25%;
    }
    .aboutHeaderTitle{
        font-size: 44px;
    }
    .description-title{
        font-size: 34px;
    }

    .counter-section{
        padding: 40px 20px;
        text-align: center;
        margin-bottom: 20px;
    }

    .single-counter{
        margin-bottom: 30px;
    }

    .feedback-summary{
        text-align: center !important;
    }
    .feedback-title{
        font-size: 34px;
    }
    .carousel-indicators{
        position: absolute;
        left: 10%;
        right: 10%;
    }

    .contact-form-block{
        padding-bottom: 150px;
    }
    .contactHeaderTitle{
        font-size: 48px;
    }

    .contact-form-heading{
        font-size: 36px;
    }

    .form-input-big-field {
        padding: 10px 20px;
        border-radius: 8px;
        box-shadow: 0px 1px 8px lightgrey;
        border-bottom: 3px solid rgb(231, 231, 231);
        margin-bottom: 30px !important;
        margin-left: 4%;
        width: 100%;
    }
    
    .button-group{
        text-align: center;
        left: 0;
        right:0;
        display: inline-block !important;
        margin-bottom: 30px !important;
    }
    .sbt-Btn{
        margin-bottom: 20px !important;
    }




    .contact-card{
        padding: 30px 10px;
        width: 100%;
    }
    
    .contact-info-Section{
        padding: 60px 30px;
    }

    .px-5, .py-6{
        padding: 0 !important;
    }

    .addReviewForm-title{
        font-size: 20px;
    }

    .review-form{
        border: 1px solid black;
        width: 95%;
    }


    .d-none-sm{
        display:none !important;
    }
    
}




