FinalUI / style.css
JAYASWAROOP's picture
Update style.css
65277fe
@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");
.food-munch-logo {
width: 80px;
height: 70px;
border-radius: 50%;
}
#navItem1 {
color: #323f4b;
font-family: "Roboto";
}
#navItem2 {
color: #323f4b;
font-family: "Roboto";
}
#navItem3 {
color: #323f4b;
font-family: "Roboto";
}
#navItem4 {
color: #323f4b;
font-family: "Roboto";
}
.banner-section-bg-container {
background-image: url("img4.jpg");
height: 100vh;
background-size: cover;
background-size: cover;
background-repeat: no-repeat;
background-position: center;
}
.bot{
margin-left: auto;
margin-right: auto;
}
.banner-heading {
color: white;
font-family: "Roboto";
font-size: 45px;
font-weight: bold;
}
.banner-caption {
color: white;
font-family: "Roboto";
font-size: 24px;
font-weight: 500;
}
.custom-button {
color: white;
background-image: linear-gradient(#d0b200, #a58d00);
width: 130px;
height: 45px;
border-width: 0;
border-radius: 8px;
margin-right: 10px;
}
.custom-outline-button {
color: white;
background-color: transparent;
width: 130px;
height: 45px;
border-style: solid;
border-width: 1px;
border-color: #d0b200;
border-radius: 8px;
}
.wcu-section {
background-color: #f9fbfe;
}
.wcu-section-heading {
color: #183b56;
font-family: "Roboto";
font-size: 28px;
font-weight: 700;
}
.wcu-section-description {
color: #5a7184;
font-family: "Roboto";
font-size: 16px;
}
.wcu-card {
text-align: center;
background-color: white;
border-style: solid;
border-width: 1px;
border-color: #e5eaf4;
border-radius: 16px;
}
.wcu-card-image {
width: 87px;
height: 90px;
}
.wcu-card-title {
color: #323f4b;
font-family: "Roboto";
font-size: 22px;
font-weight: 500;
}
.wcu-card-description {
color: #7b8794;
font-family: "Roboto";
font-size: 16px;
}
.offers {
color: #323f4b;
font-style: italic;
font-weight: 600;
}
.explore-menu-section {
background-color: white;
}
.menu-section-heading {
color: #183b56;
font-family: "Roboto";
font-size: 28px;
font-weight: 700;
}
.menu-item-image {
border-radius: 16px;
}
.menu-card-title {
color: #323f4b;
font-family: "Roboto";
font-size: 18px;
font-weight: 500;
margin-top: 24px;
}
.menu-item-link {
color: #d0b200;
font-family: "Roboto";
font-size: 14px;
font-weight: 500;
}
.menu-item-card {
border-radius: 16px;
}
.healthy-food-section {
background-color: #f9fbfe;
}
.healthy-food-section-img {
width: 270px;
border-radius: 5px;
}
.healthy-food-section-heading {
color: #183b56;
font-family: "Roboto";
font-size: 28px;
font-weight: 700;
}
.healthy-food-section-description {
color: #5a7184;
font-family: "Roboto";
font-size: 16px;
}
/*.delivery-and-payment-section {
background-color: white;
}
.delivery-and-payment-section-img {
width: 270px;
}
.delivery-and-payment-section-heading {
color: #183b56;
font-family: "Roboto";
font-size: 28px;
font-weight: 700;
}
.delivery-and-payment-section-description {
color: #5a7184;
font-family: "Roboto";
font-size: 16px;
}
.payment-card-img {
width: 50px;
height: 50px;
margin-right: 28px;
}
.thanking-customers-section {
background-image: radial-gradient(#fff8db, #fae38c);
}
.thanking-customers-section-heading {
color: #183b56;
font-family: "Roboto";
font-size: 28px;
font-weight: 700;
}
.thanking-customers-section-description {
color: #5a7184;
font-family: "Roboto";
font-size: 16px;
}
.thanking-customers-section-img {
width: 270px;
margin-bottom: 20px;
}
.thanking-customers-section-modal-title {
color: #d0b200;
font-weight: 800;
}*/
.follow-us-section {
background-color: white;
}
.follow-us-section-heading {
text-align: center;
color: #183b56;
font-family: "Roboto";
font-size: 28px;
font-weight: 700;
}
.follow-us-icon-container {
background-color: #faf7e8;
width: 80px;
height: 80px;
border-radius: 40px;
margin: 15px;
padding-top: 22px;
padding-bottom: 14px;
padding-right: 16px;
padding-left: 22px;
}
.icon {
color: #d0b200;
font-size: 35px;
}
.footer-section {
background-color: #0d2436;
}
.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-size: 14px;
}
.email-form {
margin-top: 10px;
display: flex;
flex-direction: column;
}
.email-form input {
padding: 10px;
margin-bottom: 10px;
border: 1px solid #ccc;
border-radius: 5px;
}
.email-form button {
background-color: #ff6600;
color: #fff;
padding:10px;
border: none;
border-radius: 5px;
cursor: pointer;
}