@font-face {
    font-family: 'Rodetta';
    src: url('../fonts/Rodetta.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}


:root {
    --font-familly-ubuntu: "Ubuntu", sans-serif;
    --font-familly-rodetta: 'Rodetta', sans-serif;
    --font-familly-monserrat: "Montserrat", sans-serif;
    --primary-color: #C58E03;
    --primary-deep-color: #dfa20a;
    --bg-primary-color: #29292B;
    --bg-secondary-color: #2D2D2F;
    --transition: all .3s ease-in-out;

    --about-content-z-index: 9;
    --header-z-index: 10;
}


html {
    scroll-behavior: smooth;

}

b {
    font-weight: 600 !important;
}

body {
    font-family: var(--font-familly-monserrat);
    font-optical-sizing: auto;
    font-style: normal;
}

.bg-brand-color {
    background-color: var(--primary-deep-color);
}

.bg-primary {
    background-color: var(--bg-primary-color) !important;
}

.bg-secondary {
    background-color: var(--bg-secondary-color) !important;
}

h1 {
    font-family: var(--font-familly-rodetta);
}

.common-heading {
    font-size: 32px;
    font-weight: 600;
    line-height: 48px;
    /* color: var(--primary-color); */
    font-family: var(--font-familly-rodetta);
}

@media (max-width:768px) {
    .common-heading {
        font-size: 24px;
        line-height: 40px;

    }
}


h3 {
    font-size: 22px;
    font-weight: 500;
    /* color: var(--primary-color); */
    font-family: var(--font-familly-rodetta);
}

ul {
    font-family: var(--font-familly-monserrat);
    font-size: 14px;
    font-weight: 300;
}

.divider {
    width: 100px;
    height: 1px;
    background-color: var(--primary-color);
}

a {
    text-decoration: none;
    color: #fff;
}

button.primary-btn,
a.primary-btn {
    min-width: 250px;
    max-width: 100%;
    padding: 8px 12px;
    border: 1px solid;
    border-color: gray;
    color: #000;
    transition: all .3s ease-in-out;
    font-family: var(--font-familly-ubuntu);
    font-size: 14px;
    font-weight: 500;
    /* background-color: var(--primary-color) !important; */
    border-radius: 0px;
}

button.primary-btn:active,
a.primary-btn:active,
button.primary-btn:hover,
a.primary-btn:hover {
    background-color: #fff !important;
    border-color: var(--primary-color) !important;
    color: var(--primary-deep-color);
}

a.primary-btn.header-btn {
    border-color: var(--primary-color);
    color: #fff;
    min-width: 150px;
    max-width: 100%;
    background-color: var(--primary-color);
    border-radius: 50px;
    padding: 6px 12px;
}

a.primary-btn.header-btn:hover {
    color: #000;
}

a.primary-btn.scrolled-btn {
    border-color: var(--primary-color);
    color: #fff;
}

p {

    font-size: 16px;
    font-weight: 300;
    color: #000;
    font-family: var(--font-familly-monserrat);
    line-height: 28px;
}

section {
    padding: 100px 0px;
}


.download-menu-container {
    margin-top: 7rem;
}

.download-menu-container span{
    font-size: 22px;
}
.download-menu-container a {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 16px;
}


@media (max-width:576px) {
    section {
        padding: 70px 0px;
    }
}

.tb-margin-100 {
    margin: 100px 0px;
}

.form-control {
    border-radius: 0;
    padding: 8px 12px;
    font-size: 14px;
}

.form-control:focus {
    border-color: #C58E03;
    box-shadow: 0 0 0 0.2rem rgba(197, 142, 3, 0.35);
    outline: none;
}

.form-select {
    border-radius: 0;
    padding: 8px 12px;
    font-size: 14px;
}

.form-select:focus {
    border-color: #C58E03;
    box-shadow: 0 0 0 0.2rem rgba(197, 142, 3, 0.35);
    outline: none;
}

button[type="submit"] {
    color: #000;
    border-radius: 0;
    border-color: #dee2e6;
    background-color: #FFFFFF;
    font-weight: 400;
    padding: 8px 12px;
    margin: auto;
    font-size: 14px;
    font-weight: 500;
}

/* scroll to top css start here */
.scroll-top i {
    font-size: 24px;
    color: #fff;
    line-height: 0;
}


.scroll-top {
    position: fixed;
    visibility: hidden;
    opacity: 0;
    left: 50px;
    bottom: 10px;
    z-index: 99999;
    background-color: var(--primary-color);
    width: 38px;
    height: 38px;
    border-radius: 50%;
    transition: all 0.4s;
}

.scroll-top.active {
    visibility: visible;
    opacity: 1;
}

@media (max-width: 768px) {
    .scroll-top {
        left: 15px;
        bottom: 10px;
    }

}


/* scroll to top css end here */



/* whats app */
.whats-app {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 38px;
    height: 38px;
    position: fixed;
    right: 50px;
    bottom: 10px;
    z-index: 99999;
    border-radius: 50%;
    transition: all 0.4s;
    background-color: #25D366;
}

@media (max-width:768px) {
    .whats-app {
        right: 15px;
        bottom: 10px;
    }
}

.whats-app i {
    font-size: 28px;
    color: white;
}



/* seetalert css start here */
.swal-popup-success {
    border-left: 6px solid #28a745;
}

.swal-popup-error {
    border-left: 6px solid #dc3545;
}

.swal2-title {
    font-size: 1.3rem;
    font-weight: 700;
}

.swal2-popup {
    border-radius: 14px;
}

.swal2-html-container {
    font-weight: 500;
}

/* seetalert css end here */


/* header css start here */

/* section.header {
    position: absolute;
    top: 1rem;
    left: 0;
    width: 100%;
    z-index: 999999999999999999;
} */



.header {
    position: fixed;
    top: -120px;
    /* hidden initially */
    top: 0px;
    /* hidden initially */
    left: 0;
    width: 100%;
    z-index: 1050;
    transition: all 0.35s ease;
    background-color: transparent;
    z-index: var(--header-z-index);
    transition: var(--transition);
}

/* ACTIVE AFTER SCROLL */
.header.scrolled {
    top: 0;
    background-color: #fff;
    box-shadow: 0 1px 0px rgba(0, 0, 0, 0.25);
}









section.header .menu-btn,
section.header .menu-close-btn {
    background-color: transparent;
    border: none;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    /* display: block; */
}

section.header .menu-btn i,
section.header .menu-close-btn i {
    color: #fff;
    font-size: 3rem;
}

section.header .menu-btn i.scrolled-icon-color {
    color: #000 !important;
}


section.header .menu-close-btn i {
    font-size: 2.2rem;
}

.menu-btn:active,
.menu-btn:active,
.menu-btn:hover,
.menu-btn:hover {
    background-color: transparent !important;
    color: #000;
}

.menu-close-btn:active,
.menu-close-btn:active,
.menu-close-btn:hover,
.menu-close-btn:hover {
    background-color: transparent !important;
    color: #000;
}



.menu-container {
    position: relative;
}

@media (max-width:576px) {
    .menu-container {
        position: inherit;
    }

}

/* MENU BOX */
.menu {
    width: 400px;
    position: absolute;
    right: -20px;
    top: -12px;
    background-color: #1d1d1d;
    /* padding: 15px 20px; */
    /* padding-top: 10px; */
    z-index: 1000;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.4s ease, visibility 0.4s ease;
}

.menu.show {
    opacity: 1;
    visibility: visible;
}








/* Tablet */
@media (max-width: 991px) {
    .menu {
        width: 420px;
    }
}



/* HEADER */
.menu-header {
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    /* padding-bottom: 8px; */
    color: #fff;
}


/* MENU ITEMS */
.menu-list {
    list-style: none;
    padding: 0;
    margin: 0;
    /* font-family: var(--font-familly-ubuntu); */
    font-family: var(--font-familly-monserrat);
    text-transform: uppercase;
    font-weight: 500;
    display: flex;
    flex-direction: column;

}



/* Mobile */
@media (max-width:576px) {
    .menu {
        width: 100vw;
        min-height: 100vh;
        right: 0;
        top: 0;
    }

    .menu-list {
        align-items: center;
        margin-top: 1rem;
    }

    .menu-header {
        /* padding:  1rem; */

    }

}

.menu .menu-header,
.menu .menu-list {
    padding: 1rem;
}

.menu .menu-header {
    padding-top: 0.5rem;
}

.menu .menu-list {
    padding-bottom: 0.5rem;
}



.menu-list li {
    margin-bottom: 12px;
}

.menu-list li a {
    color: #fff;
    text-decoration: none;
    display: block;
    font-size: 14px;
}

.menu-list li a:hover {
    color: var(--primary-color);
}

/* CLOSE BUTTON */
.menu-close-btn {
    background: none;
    border: none;
    color: #fff;
    font-size: 18px;
}

/* HAMBURGER */
.menu-btn {
    position: relative;
    z-index: 999;
}

.menu-container .navigate {
    font-size: 26px;
    color: #FEFEFE;
    font-family: var(--font-familly-rodetta);
}

/* PARENT TITLE */
.menu-title {
    color: #FEFEFE;
    display: block;
    margin-bottom: 6px;
    font-size: 14px;
}

@media (max-width:576px) {
    .menu-title {
        text-align: center;
    }
}

/* SUBMENU */
.submenu {
    list-style: none;
    padding-left: 15px;
    margin-bottom: 12px;
}

@media (max-width:576px) {
    .submenu {
        padding: 0px;
        display: flex;
        flex-direction: column;
        align-items: center;
    }
}

/* SUBMENU LINKS */
.submenu li {
    margin-bottom: 8px;
}

.submenu li a {
    font-size: 14px;
    color: #fff8f8;
    text-decoration: none;
}

.submenu li a:hover {
    color: var(--primary-color);
}

/* header css end here */








/* hero section css start here */
section.hero-section .hero-video-container {
    height: 80vh;
}


section.hero-section .hero-video-container .video {
    width: 100%;
    max-width: 100%;
    height: 80vh;
    object-fit: cover;
}

/* home banner css start here */
section.banner {
    /* margin-top: 5rem; */
    position: relative;
    width: 100%;
    overflow: hidden;
    /* height: 92vh; */
    height: 96vh;

}

section.banner .banner-video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 1;
}

section.banner .overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.678));
    z-index: 2;
}

section.banner .banner-content-container {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    height: 100%;
    z-index: 3;
    display: flex;
    align-items: center;
    justify-content: center;
}





section.banner .banner-content-container .banner-heading {
    font-size: 35px;
    font-weight: 900;
    color: #FFFFFF;
    font-family: var(--font-familly-rodetta);

}

@media (min-width:991px) {
    section.banner .banner-content-container .banner-heading {
        /* white-space: nowrap; */
    }
}




@media (max-width:768px) {
    section.banner .banner-content-container .banner-heading {
        font-size: 32px;
        margin-bottom: 0rem;
        /* display: none; */
    }

    section.banner .banner-content-container .banner-description {
        font-weight: 400;
        font-size: 20px !important;
        margin-bottom: 1rem;
        display: none;

    }

    section.banner {
        height: 60vh;
    }

    section.banner .banner-content-container {
        /* align-items: center;
        justify-content: center; */
        padding-bottom: 0rem;
    }


    section.banner .banner-content-container {
        align-items: end;
    }
}

section.banner .banner-content-container .banner-description {
    font-family: var(--font-familly-poppins);
    font-weight: 400;
    font-size: 26px;
    line-height: 209.5%;
    color: #FFFFFF;
    text-shadow: 2px 2px #282626;
}

section.banner .banner-content-container .banner-button {
    width: fit-content;
    padding: 7px 14px;
    border: 1px solid #fff;
    background-color: #fff;
    color: #000;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    margin: auto;
    border-radius: 20px;
    font-weight: bold;
    font-size: 14px;
}

section.banner .banner-content-container .banner-button.venue-banner-btn {
    background-color: #ffffffb0;
}

section.banner .hero-button {
    padding: 10px 20px;
    background-color: #fff;
    border-radius: 50px;
    color: #000;
    transition: var(--transition);
}

section.banner .hero-button:hover {
    background-color: var(--primary-deep-color);
    color: #fff;
}

section.banner .top-to-bottom-arrow button {
    background-color: transparent;
    border: none;
}

section.banner .top-to-bottom-arrow i {
    position: relative;
    -webkit-animation: mymove 0.5s infinite alternate;
    animation: mymove 0.5s infinite alternate;
}

section.banner .top-to-bottom-arrow i {
    position: relative;
    animation: mymove 0.6s infinite ease-in-out alternate;
}

@keyframes mymove {
    from {
        bottom: 0;
    }

    to {
        bottom: -10px;
    }
}


.heading-container {
    opacity: 0;
    transition: opacity 1s ease-in-out;
}

.heading-container.show {
    opacity: 1;
}

/* home banner css start here */



section.about-section .about-content {
    position: relative;
    top: -5rem;
    left: 0rem;
    z-index: var(--about-content-z-index);

}

@media (min-width:991px) {
    section.about-section {
        padding: 0px;
    }


    section.about-section .about-content {
        padding: 4rem;
        padding-top: 1rem;
        padding-bottom: 0rem;
    }
}





@media (max-width:991px) {
    section.about-section .about-content {
        top: 0rem;
    }
}

section.about-section .about-content p {
    color: #000;
}

section.about-section .about-content .button-container a {
    width: 300px;
}

/* hero section css end here */




/* behing the catering */

section.behing-the-catering {}


/* gallery section css start here */

section.gallery-section {}


section.gallery-section .item {
    overflow: hidden;
}


section.gallery-section .item a {
    display: block;
    width: 100%;
    overflow: hidden;
}

section.gallery-section .item a img {
    width: 100%;
    height: 300px;
    object-fit: cover;
    transition: var(--transition);

}

section.gallery-section .item a:hover img {
    transform: scale(1.1);
}

/* gallery section end here */





/* review section start here */

section.review-section .item {}

section.review-section .item img.avatar {
    width: 80px;
    height: 80px;
    object-fit: cover;
    border-radius: 50%;
    margin: auto;
}

section.review-section div.quote {
    position: relative;
    /* z-index: -1; */
}

section.review-section div.quote i {
    font-size: 5rem;
    color: var(--primary-color);
}

section.review-section div.quote i {
    font-size: 5rem;
    color: var(--primary-color);
}


section.review-section div.quote i.right {
    transform: rotate(180deg);
    display: inline-block;
    /* REQUIRED for transform */
}


section.review-section .owl-carousel .owl-dots {
    display: none;
}

.review-section .owl-carousel {
    position: relative;
}

.review-section .owl-carousel .owl-nav {
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    width: 100%;
    display: flex;
    justify-content: space-between;
    pointer-events: none;
    /* optional */
}

.review-section .owl-carousel .owl-nav button {
    pointer-events: auto;
    /* optional */
}

.review-section .owl-carousel .owl-nav button i {
    font-size: 3rem;
    color: var(--primary-deep-color);
}


.review-section .owl-carousel p.review-text {
    font-family: var(--font-familly-ubuntu);
    text-transform: uppercase;
    font-weight: 500;
}

.review-section .owl-carousel p.name {
    font-weight: 600;
    margin-top: 10px;
}

/* review section end here */


/* contact section css start here  */
.contact-section {
    padding: 80px 0;
}

section.contact-section div.contact-links ul {
    padding: 0;
    margin: 0;
    list-style: none;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

section.contact-section div.contact-links ul li {
    display: flex;
    align-items: center;
    gap: 10px;
}

section.contact-section div.contact-links ul li a {
    color: #000;
    display: flex;
    align-items: center;
    gap: 10px;
    transition: var(--transition);
}


section.contact-section div.contact-links ul li a:hover {
    text-decoration: underline;
}

section.contact-section .contact-links ul li i {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 30px;
    height: 30px;
    background-color: #dfa20a;
    color: #fff;
    border-radius: 50%;
    font-size: 16px;
}




/* contact section css end here  */



/* newsletter section css start here */
section.newsletter-section .form-div h2 {
    color: #fff;
}

section.newsletter-section .form-div p {
    color: #fff;
}

section.newsletter-section .form-div {
    height: 400px;
}

section.newsletter-section .contact {
    height: 400px;
}

@media (max-width:768px) {
    section.newsletter-section .form-div {
        height: fit-content;
    }

    section.newsletter-section .contact {
        height: fit-content;
    }
}

/* newsletter section css end here */




/* footer section start here */
section.footer-section {
    padding: 5rem 0rem;
}

section.footer-section .heading {
    color: #fff;
    font-size: 18px;
    margin-bottom: 1rem;
    font-family: var(--font-familly-rodetta);
}

section.footer-section ul {
    padding: 0;
    margin: 0;
    list-style-type: none;
}

@media (max-width:768px) {
    section.footer-section {
        padding: 3rem 0rem;
        padding-bottom: 1rem;
    }
}

section.copy-right-section {
    background-color: var(--bg-secondary-color);
    border-top: 1px solid rgba(201, 193, 223, .4);
}

section.copy-right-section p {
    color: #FEFEFE;
    font-family: var(--font-familly-poppins);
    font-weight: 400;
    font-size: 14px;
}

section.copy-right-section a {
    color: #FEFEFE;
    font-size: 14px;
    font-weight: 500;
    transition: var(--transition);
    position: relative;
    padding: 0px 10px;
}


section.copy-right-section a:hover {
    color: var(--primary-color);
}

section.copy-right-section span.separate {

    display: inline-block;
    width: 1.5px;
    height: 10px;
    background-color: #FEFEFE;
    margin: 0px 5px;
}

section.footer-section div.virtical-divider {
    height: 100%;
    width: 1px;
    background-color: #D9D9D9;
}



section.footer-section ul.links li a {
    display: inline-block;
    font-size: 14px;
    text-transform: uppercase;
    line-height: 22px;
    color: #D9D9D9;
    margin-bottom: 0.5rem;
    transition: all .3s ease-in-out;
}

@media (max-width:768px) {
    section.footer-section a.map {
        display: inline-block;
        margin-bottom: 1rem;
    }

    section.footer-section ul.links {
        display: flex;
        flex-wrap: wrap;
        gap: 15px;
        align-items: center;
        justify-content: center;
        list-style: none;
        padding: 0;
        margin: 0;
        margin-bottom: 1rem;
    }

    section.footer-section ul.links li a {

        margin-bottom: 0rem;

    }

    section.footer-section ul.links li {
        position: relative;
        padding-right: 15px;
    }




    section.footer-section ul.links li::after {
        content: "";
        position: absolute;
        right: 0;
        top: 50%;
        transform: translateY(-50%);
        width: 1px;
        height: 16px;
        background-color: #ccc;

    }

    section.footer-section ul.links li:last-child::after {
        display: none;
    }

}

section.footer-section ul.links.social-icons {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 10px;
}

section.footer-section ul.links.social-icons li a span i {
    font-size: 19px;
}

section.footer-section ul.links li a:hover {
    color: var(--primary-color);
}

section.footer-section ul.links.social-icons li a {
    display: flex;
    gap: 10px;
}

section.footer-section img {
    width: 126px;
}

@media (max-width:768px) {
    section.footer-section img {
        width: 116px;
    }
}

section.footer-section p.address-one {
    font-family: var(--font-familly-inter);
    font-weight: bold;
    font-size: 16px;
    line-height: 26px;
}

section.footer-section p.address-two {
    font-family: var(--font-familly-inter);
    font-size: 14px;
    font-weight: 400;
    line-height: 22px;
}

section.footer-section a.map {
    font-weight: 500;
    font-size: 16px;
    line-height: 18px;
    color: #fff;
}

section.footer-section a.map i {
    color: #F27D00;
}


section.footer-section .contact-links ul {
    padding: 0;
    margin: 0;
    list-style-type: none;
}

section.footer-section .contact-links ul li {
    display: flex;
    gap: 10px;

}

section.footer-section .contact-links ul li a {
    font-weight: 400;
    display: block;
    transition: var(--transition);
}

section.footer-section .contact-links ul li a:hover {
    color: var(--primary-color);

}

section.footer-section .contact-links ul li i {
    color: #fff;
}

/* footer section end here */









/* catering menu page css start here */

section.banner.catering-menu {
    height: 60vh;
}

@media (max-width:768px) {
    section.banner.catering-menu {
        height: 45vh;
    }

    section.banner.catering-menu .banner-content-container {
        align-items: center;
    }
}

section.banner.catering-menu .banner-heading {
    padding-top: 4rem;
}

section.banner.catering-menu .banner-video.img {
    object-position: top;
}

/* catering menu page css end here */




/* why choose us css start  here */
section.why-choose-us {}

section.why-choose-us ul {
    font-family: var(--font-familly-monserrat);
    font-size: 14px;
    font-weight: 300;
}

@media (min-width:991px) {
    section.why-choose-us .crown {
        padding: 0rem 4rem;
    }
}

/* why choose us css end here */




/* blog css start here */
section.banner.catering-menu.blog .img {
    object-position: center;

}

section.banner.catering-menu .overlay {
    /* background: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.678)); */
    background-color: #000;
    opacity: 0.6;
}


section.blog-grid-section .blog-item {}

section.blog-grid-section .blog-item .blog-img-container img {
    width: 100%;
    object-fit: cover;
    height: 250px;
}

section.blog-grid-section .blog-item .blog-content {
    padding: 15px 0px;
}


section.blog-grid-section .blog-item .blog-content .heading-link {
    display: block;
    color: #000;
    transition: var(--transition);
}

section.blog-grid-section .blog-item .blog-content .heading-link:hover {
    text-decoration: underline;
}

section.blog-grid-section .blog-item .blog-content .blog-heading {
    font-family: var(--font-familly-ubuntu);
    font-size: 16px;
    font-weight: 400;
    line-height: 30px;
}


section.blog-grid-section .blog-item .blog-content .date {
    font-family: var(--font-familly-ubuntu);
    font-style: italic;
    opacity: 0.7;
}

section.blog-grid-section .blog-item .blog-content .short-description {}

section.blog-grid-section .blog-item .blog-content a.read-more {
    border: none;
    padding: 0px;
    width: fit-content;
    font-family: var(--font-familly-ubuntu);
    font-weight: 500;
    font-style: italic;
    color: var(--primary-deep-color);
    display: flex;
    align-items: center;
    gap: 6px;
    transition: var(--transition);
}

section.blog-grid-section .blog-item .blog-content a.read-more i {
    font-size: 10px;
    display: inline-block;
    margin-top: 2px;
}

section.blog-grid-section .blog-item .blog-content a.read-more:hover {
    text-decoration: underline;
}

/* blog css end here */



/* blog details section css start here */

section.blog-details {}

section.blog-details-section h2 {
    font-size: 22px;
    font-weight: 500;
    /* color: var(--primary-color); */
    font-family: var(--font-familly-rodetta);
}





/* blog details section css end here */


/* menu section css start here */
section.menu-section {}

section.menu-pakcage-section .card h3 {
    font-weight: 600;
}

/* menu section css end here */



/* african catering page css start here */

section.african-catering-package-one {}

section.african-catering-package-one {}

section.african-catering-package-one .package-card {
    border-radius: 16px;
    transition: all 0.3s ease;
}

section.african-catering-package-one .package-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.12);
}

section.african-catering-package-one .icon-box {
    width: 70px;
    height: 70px;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

section.african-catering-package-one .popular {
    border-top: 4px solid #ffc107;
}







section.african-catering-package-two {}

section.african-catering-package-two .canape-card {
    border: 1px solid #ddd;
    border-radius: 18px;
    background: #fff;
    transition: all 0.3s ease;
}

section.african-catering-package-two .canape-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.08);
}

section.african-catering-package-two .canape-card.featured {
    border: 2px solid #ffc107;
    background: #fffdf5;
}

section.african-catering-package-two .canape-list {
    list-style: none;
    padding-left: 0;
    margin-top: 20px;
}

section.african-catering-package-two .canape-list li {
    padding: 6px 0;
    border-bottom: 1px dashed #e0e0e0;
    font-size: 15px;
}

section.african-catering-package-two .canape-list li:last-child {
    border-bottom: none;
}



section.african-catering-menu .menu-card {
    background: #fff;
    border: 1px solid #cfd8c3;
    border-radius: 16px;
    padding: 24px;
    height: 100%;
    transition: all 0.3s ease;
}

section.african-catering-menu .menu-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.08);
}

section.african-catering-menu .menu-title {
    background: #a9b79a;
    color: #fff;
    text-align: center;
    padding: 10px;
    border-radius: 10px;
    margin-bottom: 20px;
    text-transform: uppercase;
    font-size: 14px;
    letter-spacing: 1px;
}

section.african-catering-menu .menu-list {
    list-style: none;
    padding-left: 0;
    margin-bottom: 0;
}

section.african-catering-menu .menu-list li {
    padding: 6px 0;
    border-bottom: 1px dashed #ddd;
    font-size: 15px;
}

section.african-catering-menu .menu-list li:last-child {
    border-bottom: none;
}

section.african-catering-menu .menu-card.featured {
    border: 2px solid #8fa36f;
    background: #f9fbf6;
}

/* african catering page css end here */




/* home menu css start here */
/* home menu css start here */
section.home-menu {}


section.home-menu .menu-card {
    display: block;
    text-decoration: none;
    border-radius: 16px;
    overflow: hidden;
    position: relative;
}

section.home-menu .menu-img {
    position: relative;
    overflow: hidden;
    border-radius: 16px;
}

section.home-menu .menu-img img {
    width: 100%;
    object-fit: cover;
    transition: transform 0.6s ease;
}

/* Dark overlay */
section.home-menu .menu-img .overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(to top,
            rgba(0, 0, 0, 0.7),
            rgba(0, 0, 0, 0.15));
    /* opacity: 0; */
    transition: opacity 0.5s ease;
}

/* Title */
section.home-menu .menu-title {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #fff;
    font-size: 26px;
    font-weight: 700;
    letter-spacing: 0.5px;
    z-index: 2;
    font-family: var(--font-familly-rodetta);
    transition: all 0.5s ease;
    white-space: nowrap;
}


/* Hover effects */
section.home-menu .menu-card:hover img {
    transform: scale(1.08);
}

/* section.home-menu .menu-card:hover .overlay {
    opacity: 1;
} */



/* home menu css end here */