@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');

.demo {
    position: absolute; /* Position it relative to the parent container */
    left: 20px; /* Adjust left position */
    top: 50px; /* Adjust top position */
    color: white; /* Set text color */
    font-size: 90px; /* Adjust font size */
    font-weight: bold;
    opacity: 0.5; /* Set opacity to 50% */
    background: rgba(0, 0, 0, 0.3); /* Optional: Add a slight background for visibility */
    padding: 10px;
    border-radius: 5px;
  }@media (max-width: 600px) {
    .demo {
      left: 50%; /* Move it to center */
      top: 20%;
      transform: translate(-50%, -50%); /* Ensure it's fully centered */
      text-align: center;
      width: 80%; /* Optional: Adjust width for better display */
    }
  }
.custom-nav-text {
    color: grey !important;
    font-family: "Roboto" !important;
}

.logo-img {
    height: 70px;
    width: 70px;
    padding: 10px;
}

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

.banner-text-container {
    text-align: center;
}

.banner-heading {
    font-size: 45px;
    font-family: "Roboto";
    font-weight: 400;
    color: #ffffff;
}

.banner-caption {
    font-size: 25px;
    font-family: "Roboto";
    font-weight: 400;
    color: #ffffff;
}

.banner-button1 {
    width: 130px;
    height: 45px;
    color: #ffffff;
    background-color: #d0b200;
    border-width: 0px;
    border-radius: 8px;
    margin-right: 10px;
}

.banner-button2 {
    width: 130px;
    height: 45px;
    color: #d0b200;
    background-color: transparent;
    border-width: 1px;
    border-style: solid;
    border-color: #d0b200;
    border-radius: 8px;
}


.wcu-text-container-heading {
    font-family: "Roboto";
    font-size: 25px;
    color: #183b56;
    font-weight: 700;
}

.wcu-text-container-paragraph {
    font-family: "Roboto";
    font-size: 15px;
    color: #5a7184;
}

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

.wcu-card-image {
    height: 100px;
    width: 100px;
}

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

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

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


.explore-menu-section {
    background-color: white;
}

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

.em-card {
    border-radius: 15px;
}

.em-card-image {
    border-radius: 16px;
}

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

.em-card-link {
    color: #d0b200;
    font-family: "Roboto";
    font-weight: 500;
    font-size: 14px;
}


.hf-image {
    width: 100%;
}

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

.hf-paragraph {
    color: #5a7184;
    font-family: "Roboto";
    font-size: 16px;
}

.hf-button {
    color: #ffffff;
    background-color: #d0b200;
}



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

.dnp-paragraph {
    color: #5a7184;
    font-family: "Roboto";
    font-size: 16px;
}

.dnp-button {
    color: #ffffff;
    background-color: #d0b200;
}

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



.thanking-customers-section {
    background-color: #d0b2001a;
}

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

.tc-paragraph {
    color: #5a7184;
    font-family: "Roboto";
    font-size: 16px;
}

.tc-image {
    width: 280px;
    margin-bottom: 20px;
}

.tc-button {
    color: #ffffff;
    background-color: #d0b200;
}


.VR-Follow-Us-Section {
    background-color: #ffffff;
}

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

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

.fu-icon-background {
    background-color: #faf7e8;
    height: 80px;
    width: 80px;
    margin: 15px;
    padding-top: 24px;
    padding-bottom: 14px;
    border-radius: 40px;
}


.Food-Munch-Footer-Section {
    background-color: #0d2436;
}

.fos-image {
    height: 80px;
    width: 85px;
}

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

.fos-address {
    color: #959ead;
    font-family: "Roboto";
    font-size: 16px;
}