* {
    box-sizing: border-box;
}

body,
html {
    margin: 0;
    padding: 0;
    font-family: "Archivo", sans-serif;
    scroll-behavior: smooth;
    background-color: #FFF3E8;
}

p {
    margin: 0;
}

a {
    text-decoration: none;
    color: #2B1811;
}

.card {
    background-color: #FFFFFF;
    border-radius: 10px;
    display: flex;
    flex-direction: column;
}

.card .card-image {
    height: 75%;
}

.card .card-image img {
    height: 100%;
    width: 100%;
    border-radius: 10px 10px 0 0;
    object-fit: cover;
}

.card .card-details {
    padding: 12px;
    display: flex;
    flex-direction: column;
    gap: 5px;
}

.card .card-details .card-tag {
    border-radius: 30px;
    background-color: #eeeeee;
    color: #000000;
    width: fit-content;
    padding: 4px 8px;
    font-size: 10px;
    line-height: 12px;
}

.card .card-details .card-title {
    font-weight: 700;
}

.card .card-details .card-sub-title {
    font-weight: 400;
}

.card .card-testimonial {
    display: flex;
    gap: 10px;
    align-items: start;
    padding-bottom: 10px;
}

.card .card-reviewer-name {
    margin-bottom: 5px;
    font-size: 16px;
    font-weight: 700;
}

.card .card-reviewer-designation {
    font-size: 12px;
    font-weight: 400;
    color: #666666;
}

.swiper-button-next::after,
.swiper-button-prev::after {
    color: #1F1712;
}


/* Hero Section  */
.hero {
    overflow: hidden;
    position: relative;
    aspect-ratio: 1366 / 600;
}

.hero .hero-content::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background: linear-gradient(to right, #D7BCA6 0%, #D7BCA6 40%, rgba(215, 188, 166, 0.5) 60%, transparent 80%);
    z-index: 1;
    pointer-events: none;
}

.hero-content {
    display: grid;
    grid-template-columns: 40% 60%;
    background-color: #D7BCA6;
}

.text-content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    color: #321c17;
    z-index: 2;
    margin-top: 10%;
}

.text-content section {
    display: flex;
    flex-direction: column;
    width: 70%;
    margin-left: auto;
}

.logo {
    position: absolute;
    top: 1rem;
}

.hero .mobile-logo {
    display: none;
}

.hero .desktop-logo {
    width: 80px;
}

.title {
    font-size: 54px;
    line-height: 48px;
    font-weight: 400;
    font-family: "Bebas Neue", sans-serif;
    text-transform: uppercase;
    text-align: center;
    color: #1F1712;
}

.sub-title {
    font-size: 20px;
    line-height: 26px;
    font-weight: 400;
    text-align: center;
    color: #1F1712;
    margin: 8px 0 40px 0;
}

.hero-title {
    text-align: left;
    font-size: 60px;
    line-height: 60px;
}

.hero-description {
    text-align: left;
    margin: 8px 0 18px 0;
}

.cta-buttons {
    display: flex;
    gap: 1rem;
}

.cta-buttons button {
    font-size: 16px;
    font-weight: 700;
}

button {
    padding: 1rem 1.5rem;
    background-color: #543f35;
    color: #FFE1C1 !important;
    border: none;
    border-radius: 10px;
    cursor: pointer;
    font-family: "Archivo", sans-serif;
}

.hero .help-btn {
    position: absolute;
    top: 1rem;
    right: 7rem;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 5px;
    padding: 0.6em 1em !important;
    border-radius: 5px !important;
}

.image-content {
    width: 100%;
    height: 100%;
}

.image-content img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* Hero Section  */

/* About Us Section  */
.about-us {
    padding: 60px 1.5rem;
}

.about-us-cards {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 12px;
    max-width: 1200px;
    margin: auto;
}

.about-us-cards .card {
    height: 372px;
    max-height: 100%;
}

.about-us-cards .card .card-title {
    font-size: 20px;
    line-height: 26px;
    font-weight: 700;
}

.about-us-cards .card .card-sub-title {
    font-size: 15px;
    line-height: 22px;
    font-weight: 400;
}

/* About Us Section  */

/* Our story section  */
.our-story {
    display: flex;
    min-height: 450px;
}

.our-story .left-content {
    flex: 1.5;
}

.our-story .left-content img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.our-story .right-content {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    background-color: #000000;
    padding: 2rem 6rem 2rem 0;
    gap: 12px;
}

.our-story .right-content .title {
    color: #CFB79D;
    text-align: left;
    /* position: relative;
    left: -15px; */
}

.our-story .right-content .sub-title {
    color: #FFFFFF;
    text-align: left;
    /* position: relative;
    left: -15px; */
    margin: 0px;
}

/* Our story section  */


/* most popular meal  */
.most-popular-meal {
    padding: 60px 0;
}

.most-popular-meal .card {
    aspect-ratio: 324 / 310;
}

.most-popular-meal .card .card-image {
    height: 64%;
}

.most-popular-meal .card .card-details {
    padding: 12px;
    padding-bottom: 16px;
}

.most-popular-meal .card .card-details .card-sub-title {
    font-weight: 500;
    font-size: 14px;
    line-height: 17px;
}

.most-popular-meal .marquee {
    display: flex;
    overflow: hidden;
    user-select: none;
    gap: 100%;
}

.most-popular-meal .marquee .marquee-track {
    gap: 22px;
    animation: marquee 30s linear infinite;
}

.marquee:hover .marquee-track {
    animation-play-state: paused;
}

.most-popular-meal .carousel-track-mobile .mealChunk {
    width: 75vw;
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.most-popular-meal .carousel-track-mobile {
    display: none !important;
}

.most-popular-meal .carousel-track-desktop {
    display: flex !important;
}

.most-popular-meal button {
    margin: auto;
    display: block;
    margin-top: 1rem;
}

/* most popular meal  */

/* Testimonial */
.testimonial {
    padding: 60px 1.5rem;
    background-color: #CFB79D;
}

.testimonial .title {
    margin-bottom: 2rem;
}

.testimonial .avatar {
    height: 40px;
    width: 40px;
    border-radius: 50%;
}

.testimonial-desktop {
    display: grid;
    position: relative;
}

.testimonial-mobile {
    display: none !important;
}


.testimonial .testimonial-cards {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 0.6rem;
    width: 90vw;
    max-width: 1200px;
    margin: auto;
}

.testimonial .testimonial-mobile .card {
    opacity: 1;
}

.testimonial .testimonial-mobile .card.hidden {
    height: 0px !important;
    opacity: 0;
}

.testimonial .card-title {
    font-size: 20px;
}

.testimonial .card-sub-title {
    font-size: 14px;
    line-height: 20px;
}

.testimonial-desktop .swiper {
    width: 90vw;
    max-width: 1200px;
}

.hero .swiper-button-prev::after,
.hero .swiper-button-next::after,
.testimonial .swiper-button-prev::after,
.testimonial .swiper-button-next::after {
    display: none;
}

.testimonial-desktop .swiper-button-prev {
    top: -40px;
    left: unset;
    right: 54px;
}

.testimonial-desktop .swiper-button-next {
    right: 2px;
    top: -40px;
}

.testimonial .testimonial-cards .card {
    min-height: 180px;
}

.testimonial .testimonial-cards .card .card-details {
    width: unset !important;
    height: 100% !important;
    justify-content: space-evenly;
    gap: 15px;
    padding: 0 15px;
}

.testimonial .testimonial-cards .card .card-details .card-ratings {
    margin: 1rem 0 10px 0;
    display: flex;
    gap: 5px;
}

.testimonial .readMoreLess {
    position: relative;
    z-index: 100;
    display: none !important;
    margin: auto;
}

.testimonial-mobile:has(.card.hidden)+.readMoreLess {
    margin-top: 1rem;
}

.testimonial-mobile:not(:has(.card.hidden))+.readMoreLess {
    margin-top: 2rem;
}

.testimonial .card-ratings {
    margin: 20px 0 10px 0;
}

.testimonial .card .card-testimonial {
    padding-bottom: 20px;
    align-items: center;
}

/* Testimonial */

/* footer  */
footer {
    background-color: #2B1811;
    padding: 2rem 1.5rem;
    color: #CFB79D;
}

footer .copyright {
    color: #CFB79D;
    font-size: 18px;
    font-weight: 500;
}

footer a {
    color: #CFB79D;
    text-decoration: underline;
}

footer .footer-content {
    width: 90vw;
    max-width: 1200px;
    margin: auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

footer .socials {
    display: flex;
    gap: 10px;
}

/* footer  */

.bottom-cta-buttons {
    width: fit-content;
    display: flex;
    gap: 10px;
    margin: auto;
    background-color: #58372F;
    padding: 0.8rem 1rem;
    border-radius: 8px;
    position: fixed;
    bottom: 15px;
    left: 50%;
    box-shadow: 0 -2px 8px rgba(0, 0, 0, 0.1);
    transform: translate(-50%, 120%) !important;
    transition: transform 0.3s ease-in-out;
    z-index: 1000;
}

.bottom-cta-buttons.visible {
    transform: translate(-50%, 0) !important;
}

.bottom-cta-buttons button {
    background-color: #CFB79D;
    color: #1F1712;
}

.bottom-cta-buttons button {
    color: #000000 !important;
    font-size: 14px;
    font-weight: 700;
}

@media screen and (max-width: 1200px) {
    .text-content section {
        width: 80%;
    }
}

@media screen and (max-width: 1100px) {
    .text-content {
        margin-top: 16%;
    }

    .hero-title {
        font-size: 54px;
        line-height: 50px;
    }

    .hero-description {
        font-size: 18px;
        line-height: 24px;
    }

    .cta-buttons button {
        font-size: 13px;
    }
}

@media screen and (max-width: 1024px) {
    .text-content {
        margin-top: 30%;
    }

    .text-content section {
        width: 90%;
    }

    .hero-title,
    .our-story .title {
        font-size: 48px;
        line-height: 44px;
    }

    .hero-description,
    .our-story .sub-title {
        font-size: 16px;
        line-height: 22px;
    }

    .cta-buttons button {
        font-size: 10px;
    }

    button {
        padding: 0.8rem 1.2rem !important;
        border-radius: 8px;
    }

    .help-btn {
        right: 2rem !important;
    }

    .about-us-cards {
        width: unset !important;
        grid-template-columns: 1fr;
    }

    .about-us-cards .card {
        height: 160px;
        width: 100%;
        flex-direction: row;
    }

    .about-us-cards .card .card-image,
    .about-us-cards .card .card-details {
        height: unset !important;
    }

    .about-us-cards .card .card-image {
        width: 50%;
    }

    .about-us-cards .card .card-details {
        width: 50%;
        justify-content: center;
    }

    .about-us-cards .card .card-image img {
        border-radius: 10px 0 0 10px;
    }
}

@media screen and (max-width: 768px) {
    .title {
        font-size: 32px;
        line-height: 32px;
    }

    .sub-title {
        font-size: 13px;
        line-height: 18px;
        margin: 10px 0 16px 0;
    }

    .text-content section {
        width: 100%;
    }

    .desktop-logo {
        display: none;
    }

    .mobile-logo {
        display: block !important;
        position: absolute;
        top: 1rem;
        left: 1rem;
        width: 65px;
    }

    .hero {
        aspect-ratio: unset;
        border-bottom: 5px solid #CCCCCC;
    }

    .text-content {
        margin-top: 0px;
    }

    .hero .hero-content::before {
        background: linear-gradient(to top,
                #57372f 0%,
                #57372f 33%,
                rgba(87, 55, 47, 0.5) 60%,
                transparent 80%);
    }

    .hero button {
        color: #1F1712;
    }

    .hero-content {
        display: flex;
        flex-direction: column-reverse;
        background-color: #3C221C;
    }

    .hero-title {
        color: #CFB79D;
        font-size: 40px;
        line-height: 40px;
    }

    .hero-title,
    .hero-description {
        text-align: center;
    }

    .image-content {
        height: 70vh;
    }

    .text-content {
        color: #CFB79D;
        padding: 1.5rem;
        text-align: center;
    }

    .hero-description {
        color: #FFFFFF;
        font-size: 13px;
        line-height: 22px;
    }

    button {
        padding: 0.8rem 1rem;
        border-radius: 8px;
    }

    .cta-buttons {
        justify-content: center;
    }

    .cta-buttons button {
        background-color: #CFB79D;
        font-size: 14px;
        font-weight: 700;
    }

    .cta-buttons button {
        color: #1F1712 !important;
    }

    .help-btn {
        right: 1rem !important;
        color: #CFB79D;
    }

    .about-us {
        padding: 2rem 1rem;
    }

    .about-us-cards .card .card-title {
        font-size: 18px;
        line-height: 24px;
    }

    .about-us-cards .card .card-sub-title {
        font-size: 14px;
    }

    .our-story {
        flex-direction: column-reverse;
        border-top: 5px solid #CCCCCC;
        border-bottom: 5px solid #CCCCCC;
    }

    .our-story .left-content {
        display: grid;
    }

    .our-story .right-content {
        padding: 2rem 1rem 0 1rem;
        align-items: center;
    }

    .our-story .right-content .title {
        text-align: center;
        position: static;
    }

    .our-story .right-content .sub-title {
        text-align: center;
        position: static;
        line-height: 20px;
    }

    .most-popular-meal {
        padding: 2rem 0rem;
        border-bottom: 5px solid #CCCCCC;
    }

    .most-popular-meal .sub-title {
        padding: 0 1rem;
    }


    .most-popular-meal .card {
        flex-direction: row;
        width: 100%;
        height: 100px;
        min-height: unset;
        padding: 5px;
    }



    .most-popular-meal .carousel-track-mobile .mealChunk .card .card-image {
        height: 100% !important;
        flex: 1.2;
    }

    .most-popular-meal .carousel-track-mobile .mealChunk .card .card-details {
        height: 100% !important;
        flex: 1;
    }

    .most-popular-meal .carousel-track-mobile .mealChunk .card .card-details .card-sub-title {
        overflow: hidden;
        padding-bottom: 10px;
    }

    .most-popular-meal .card .card-image img {
        border-radius: 10px;
    }

    .most-popular-meal .card .card-details {
        padding: 8px 0.5rem 0px 0.5rem;
        justify-content: space-between;
    }

    .most-popular-meal .carousel-track-desktop {
        display: none !important;
    }

    .most-popular-meal .carousel-track-mobile {
        display: flex !important;
    }

    .most-popular-meal .marquee {
        gap: 22px;
    }

    .testimonial {
        padding: 2rem 1rem;
        border-bottom: 5px solid #CCCCCC;
    }

    .testimonial-desktop {
        display: none !important;
    }

    .testimonial-mobile {
        display: grid !important;
    }

    .testimonial .testimonial-cards {
        grid-template-columns: 1fr;
        width: unset !important;
    }

    .testimonial .testimonial-cards .card {
        min-height: unset !important;
        height: fit-content !important;
    }

    .testimonial .card-title {
        font-size: 16px;
    }

    .testimonial .card-sub-title {
        font-size: 13px;
    }

    .testimonial .card-reviewer-name {
        font-size: 14px;
    }

    .testimonial .card-reviewer-designation {
        font-size: 11px;
    }

    .testimonial .readMoreLess {
        display: block !important;
        width: 30%;
    }

    footer {
        background-color: #2B1811;
        padding: 2rem 1rem 5rem 1rem;
    }

    footer .footer-content {
        width: unset !important;
        flex-direction: column;
        text-align: center;
        gap: 1rem;
    }

    footer .footer-content .copyright {
        font-size: 16px;
        line-height: 24px;
    }

    .bottom-cta-buttons {
        width: 100%;
        bottom: 0px;
        justify-content: center;
        align-items: center;
    }
}

@media screen and (max-width: 600px) {
    .image-content {
        height: 50vh;
    }

    .text-content {
        padding: 1rem;
    }

    .hero .hero-content::before {
        background: linear-gradient(to top,
                #57372f 0%,
                #57372f 40%,
                rgba(87, 55, 47, 0.5) 65%,
                transparent 80%);
    }

    .cta-buttons a {
        flex: 1;
    }

    .cta-buttons a button {
        width: 100%;
    }

    .about-us-cards .card {
        aspect-ratio: 328 / 160 !important;
    }

    .our-story .title {
        font-size: 32px;
        line-height: 32px;
    }

    .our-story .sub-title {
        font-size: 13px;
        line-height: 20px;
    }

    .testimonial .readMoreLess {
        width: 50%;
    }

    .bottom-cta-buttons {
        border-radius: 8px 8px 0 0;
    }

    .bottom-cta-buttons a {
        flex: 1;
    }

    .bottom-cta-buttons a button {
        width: 100%;
    }
}


@keyframes marquee {
    to {
        transform: translateX(calc(-100% - 1rem));
    }
}