:root {
    --white: #fff;
    --off-white: #F7F7F7;
    --text: #1A1A1A;
    --orange-color: #FFC040;
    --red-color: #E31837;
	--red-hover: #bf112b;
    --body-font: "Inter", sans-serif;
}
body {
    font-family: var(--body-font);
    font-size: 16px;
    line-height: 1.5;
    font-weight: 400;
    color: var(--text);
    background-color: var(--white);
}
body :is(a, button, input, select, textarea) {
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}
body *:last-child {
    margin-bottom: 0;
}
ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}
a {
    cursor: pointer;
    display: inline-block;
    text-decoration: none;
}
img {
    max-width: 100%;
    height: auto;
}
h1, h2, h3, h4, h5 {
    font-family: var(--body-font);
    color: var(--text);
    margin: 0;
}
h1 {
    font-size: 47px;
    font-weight: 900;
    line-height: 1.19;
    letter-spacing: 0.219px;
}
h2 {
    font-size: 36px;
    font-weight: 700;
    line-height: 1.33;
    letter-spacing: -0.446px;
}
h5 {
    font-size: 16px;
    font-weight: 700;
    line-height: 1.5;
    letter-spacing: -0.15px;
}
h1 span, h2 span{
    color: var(--red-color);
}
p, p:last-child {
    margin-bottom: 0;
}
p a {
    color: var(--text);
    text-decoration: underline;
}
.primary-solid {
    color: var(--white);
    text-align: center;
    font-family: var(--body-font);
    font-size: 20px;
    font-weight: 900;
    line-height: 1.4;
    letter-spacing: 0.051px;
    max-width: -webkit-max-content;
    max-width: -moz-max-content;
    max-width: max-content;
    text-transform: uppercase;
    border-radius: 4px;
    background: var(--red-color);
    box-shadow: 0 4px 6px -4px rgba(0, 0, 0, 0.10), 0 10px 15px -3px rgba(0, 0, 0, 0.10);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 18px 32px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 8px;
}
.primary-solid span {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.primary-solid i {
    color: var(--white);
}
.primary-solid:hover {
	background: var(--red-hover);
}
.container {
    padding: 0 20px;
}

/* Hero Section style */
.hero-wrapper {
    background-color: var(--orange-color);
    padding: 40px 0 64px;
}
.site-header {
    text-align: center;
    margin-bottom: 24px;
}
a.logo {
    max-width: 275px;
    height: auto;
}
.hero-left-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 24px;
}
.hero-left-content .location, .footer-content-area .location {
    color: var(--text);
    font-size: 16px;
    font-weight: 700;
    letter-spacing: 0.219px;
    text-transform: uppercase;
    border-radius: 36px;
    border: 2px solid var(--text);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 8px 16px 8px 8px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 8px;
    max-width: -webkit-max-content;
    max-width: -moz-max-content;
    max-width: max-content;
}
.hero-left-content .location span i {
    font-size: 18px;
    color: var(--text);
}
.hero-left-content p {
    font-size: 20px;
    font-weight: 500;
    line-height: 1.4;
    letter-spacing: -0.446px;
    max-width: 509px;
}
.image-shadow {
    box-shadow: 12px 12px var(--text);
}
.hero-right-image img {
    width: 100%;
}

/* Footer Section Style */
footer.site-footer {
    background-color: var(--text);
    color: var(--white);
    padding-top: 64px;
}
.footer-content-area {
    max-width: 748px;
    margin: 0 auto;
    text-align: center;
}
.footer-content-area .location {
    border-color: var(--white);
    color: var(--white);
    margin: 0 auto 12px;
    font-size: 16px;
    letter-spacing: 0.219px;
}
.footer-content-area h2 {
    color: var(--white);
    margin-bottom: 12px;
    font-size: 47px;
    font-weight: 900;
    line-height: 1.19;
    letter-spacing: 0.219px;
}
.footer-content-area p {
    text-align: center;
    font-size: 20px;
    font-weight: 500;
    line-height: 1.4;
    letter-spacing: -0.446px;
    margin-bottom: 48px;
}
.footer-content-area .primary-solid {
    margin: 0 auto 24px;
}
.footer-large-image {
    margin-top: -74px;
}

/* Meal Deal section Style */
section.meal-deal-section {
    background-color: var(--off-white);
    padding: 64px 0;
}
.meal-heading {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    max-width: 500px;
    gap: 24px;
    margin: 0 auto 32px;
    text-align: center;
}
.badge {
    color: var(--white);
    text-align: center;
    font-size: 12px;
    line-height: 1.33;
    font-weight: 900;
    letter-spacing: 1.2px;
    text-transform: uppercase;
    border-radius: 50px;
    background: var(--red-color);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 5px 18px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    max-width: -webkit-max-content;
    max-width: -moz-max-content;
    max-width: max-content;
}
.gap-32 {
    --bs-gutter-y: 24px;
    --bs-gutter-x: 32px;
}
.meal-card {
    border-radius: 4px;
    border: 2px solid #E31837;
    background: #FFF;
    height: 100%;
    padding: 23px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 4px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    text-align: center;
}
.meal-card span {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 20px;
    width: 20px;
    margin-bottom: 4px;
}
.meal-card span i {
    font-size: 20px;
    color: var(--red-color);
}
.meal-card h6 {
    color: var(--red-color);
    font-size: 20px;
    font-weight: 500;
    line-height: 1.4;
    letter-spacing: -0.446px;
    margin: 0;
}
.meal-card p {
    font-size: 20px;
    line-height: 1.4;
    letter-spacing: -0.446px;
}
.images-area {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 32px;
    max-width: 824px;
    margin: 48px auto;
}
.images-area > div {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
}
.image-box {
    border: 1px solid #E8E8E8;
    background: #FFF;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 12px 39px 22px 38px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}
.images-area .circle-plus {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    border-radius: 56px;
    background: #E31837;
    height: 64px;
    width: 64px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    z-index: 10;
}
.images-area .circle-plus i {
    font-size: 32px;
    color: var(--white);
}

/* Testimonial Section Style */
section.testimonial-section {
    padding: 80px 0;
    background-color: var(--white);
}
.testimonial-heading {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 8px;
    max-width: 550px;
    margin: 0 auto 48px;
    text-align: center;
}
.testimonial-heading .badge {
    background-color: var(--orange-color);
    color: var(--text);
}
.testimonial-card {
    border-radius: 16px;
    background: #FFF;
    box-shadow: 0 4px 24px 0 rgba(0, 0, 0, 0.10);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 32px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 24px;
}
.stars {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 6px;
}
.stars span {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 16px;
}
.stars i {
    font-size: 16px;
    color: #F5A623;
}
.testimonial-card p {
    color: #364153;
    letter-spacing: -0.274px;
}
.avater img {
    width: 44px;
    height: 44px;
    border-radius: 50%;
}
.author-details {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 12px;
    width: 100%;
    border-top: 1px solid #DADADA;
    padding-top: 12px;
}
.author-name h6 {
    color: var(--text);
    font-weight: 700;
    line-height: 1.5;
    letter-spacing: -0.15px;
    margin: 0;
}
.author-name span {
    color: #545454;
    font-family: Inter;
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: 1.33;
}
.author-name {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 0;
}