@import url('https://fonts.googleapis.com/css2?family=Bree+Serif&family=Caveat:wght@400;700&family=Lobster&family=Monoton&family=Open+Sans:ital,wght@0,400;0,700;1,400;1,700&family=Playfair+Display+SC:ital,wght@0,400;0,700;1,700&family=Playfair+Display:ital,wght@0,400;0,700;1,700&family=Roboto:ital,wght@0,400;0,700;1,400;1,700&family=Source+Sans+Pro:ital,wght@0,400;0,700;1,700&family=Work+Sans:ital,wght@0,400;0,700;1,700&display=swap');

.thanking-customers-modal-title {
    color: #d0b200;
    font-weight: 800;
}

.footer-section-mail-id {
    color: #959ead;
    font-family: "Roboto";
    font-weight: bold;
    font-size: 16px;
    margin-top: 20px;
}

.footer-section-address {
    color: #959ead;
    font-family: "Roboto";
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
}

.footer-section {
    background-color: #0d2436;
}

.follow-us-icon-container {
    width: 80px;
    height: 80px;
    background-color: #faf7e8;
    padding-top: 22px;
    padding-bottom: 14px;
    padding-right: 16px;
    padding-left: 22px;
    margin: 15px;
    border-radius: 40px;
}

.icon {
    font-size: 35px;
    color: #d0b200;
}

.follow-us-section {
    background-color: white;
}

.follow-us-section-heading {
    font-family: "Roboto";
    font-weight: 700;
    font-size: 28px;
    color: #183b56;
    text-align: center;
}

.thanking-customers-section-img {
    width: 270px;
    margin-bottom: 20px;
}

.thanking-customers-section-description {
    color: #5a7184;
    font-family: "Roboto";
    font-size: 16px;
    line-height: 28px;
}

.thanking-customers-section-heading {
    font-family: "Roboto";
    font-weight: 700;
    font-size: 28px;
    color: #183b56;
}

.thanking-customers-section {
    background-image: radial-gradient(#fff8db, #fae38c);
}

.payment-card-img {
    width: 50px;
    height: 50px;
    margin-right: 28px;
}

.delivery-and-payment-section-description {
    color: #5a7184;
    font-family: "Roboto";
    font-size: 16px;
    line-height: 28px;
}

.delivery-and-payment-section-heading {
    font-family: "Roboto";
    font-weight: 700;
    font-size: 28px;
    color: #183b56;
}

.delivery-and-payment-section-img {
    width: 270px;
}

.delivery-and-payment-section-heading {
    font-family: "Roboto";
    font-weight: 700;
    font-size: 28px;
    color: #183b56;
}

.healthy-food-section-description {
    font-family: "Roboto";
    font-size: 16px;
    color: #5a7184;
}

.healthy-food-section-headding {
    font-family: "Roboto";
    font-weight: 700;
    font-size: 28px;
    color: #183b56;
}

.healthy-food-section-img {
    width: 270px;
}

.healthy-food-section {
    background-color: #f9fbfe;
}

.menu-item-card {
    border-radius: 16px;
    background: white;
}

.menu-card-title {
    color: #323f4b;
    font-family: "Roboto";
    font-size: 18px;
    font-weight: 500;
    margin-top: 24px;
}

.view-all {
    color: #d0b200;
    font-family: "Roboto";
    font-size: 14px;
    font-weight: 500;
}

.menu-item-image {
    border-radius: 16px;
}

.menu-section-heading {
    color: #183b56;
    font-family: "Roboto";
    font-size: 28px;
    font-weight: 700;
}

.explore-menu-section {
    background: #b0b200;
    /*background:#323f4b;*/
}

.offers {
    color: #323f4b;
    font-style: italic;
    font-weight: 600;
}

.wcu-card-description {
    font-family: "Roboto";
    font-size: 16px;
    color: #7b8794;
}

.wcu-card-title {
    font-family: "Roboto";
    font-size: 22px;
    font-weight: 500;
    color: #323f4b;
}

.wcu-card-img {
    height: 90px;
    width: 87px;
}

.wcu-card {
    background-color: white;
    text-align: center;
    border-radius: 16px;
    border-width: 1px;
    border-style: solid;
    border-color: #e5eaf4;
    height: 18rem;
}

.wcu-section-description {
    font-family: "Roboto";
    font-size: 16px;
    color: #5a7184;

}

.wcu-section-headding {
    font-family: "Roboto";
    font-weight: 700;
    font-size: 28px;
    color: #183b56;
}

.wcu-section {
    background-color: #f9fbfe;
}

.banner-content-border {
    border-style: solid;
    border-width: 2px;
    border-color: #d0b200;
    border-radius: 8px;
    padding: 15px;
    display: inline-block;
    position: absolute;
    top: 28%;
    bottom: 28%;
    right: 30px;
    left: 30px;

}

.custom-outline-button {
    height: 50px;
    width: 130px;
    color: #d0b200;
    background-color: transparent;
    border-color: #d0b200;
    border-style: solid;
    border-width: 2px;
    border-radius: 8px;
    margin-right: 10px;

}

.custom-button {
    height: 50px;
    width: 130px;
    color: white;
    background-image: linear-gradient(#d0b200, #a58d00);
    border-style: solid;
    border-width: 0px;
    border-radius: 8px;
    margin-right: 10px;
    margin-bottom: 10px;
}

.banner-caption {
    color: #f5f7fa;
    font-family: "Roboto";
    font-size: 24px;
    font-weight: 300;
}

.banner-section-bg-container {
    background-image: url("https://d1tgh8fmlzexmh.cloudfront.net/ccbp-responsive-website/foodmunch-banner-bg.png");
    height: 100vh;
    background-size: cover;
    padding: 15px;
}

.banner-headding {
    color: white;
    font-family: "Roboto";
    font-weight: 300;
    font-size: 45px;
}

.food-munch-logo {
    width: 80px;
    height: 70px;
}

#navItem1 {
    font-family: "Roboto";
    color: #323f4b;
}

#navItem2 {
    font-family: "Roboto";
    color: #323f4b;
}

#navItem3 {
    font-family: "Roboto";
    color: #323f4b;
}

#navItem4 {
    font-family: "Roboto";
    color: #323f4b;
}