/* fonts */
@import url('https://fonts.googleapis.com/css2?family=Fraunces:ital,opsz,wght@0,9..144,100..900;1,9..144,100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Herr+Von+Muellerhoff&display=swap');

/* forum font */
@import url('https://fonts.googleapis.com/css2?family=Forum&display=swap');


* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}

body {
    background-color: var(--primary-color) !important;
    font-family: "Fraunces" !important;
    font-size: 16px;
    overflow-x: hidden;
}

/* width */
::-webkit-scrollbar {
    width: 7px;

}

/* Track */
::-webkit-scrollbar-track {
    background: #f1f1f1;
}

/* Handle */
::-webkit-scrollbar-thumb {
    background: var(--primary-color);
    border-radius: 20px;
}

nav img {
    height: 55px;

}

.navbar-dark {
    color: var(--text-color);
    font-weight: 600;
    letter-spacing: 1px;
    background-color: var(--primary-color);
}


.navbar-nav a {
    color: var(--text-color);
    text-decoration: none;
    position: relative;
}

.navbar-nav a:after {
    background: none repeat scroll 0 0 transparent;
    bottom: 0;
    content: "";
    display: block;
    height: 2px;
    left: 50%;
    position: absolute;
    background: var(--secondary-color);
    transition: width 0.3s ease 0s, left 0.3s ease 0s;
    width: 0;
}

.navbar-nav {
    margin-left: auto;
    gap: 12px;
}

.navbar-nav a:hover:after {
    width: 100%;
    left: 0;
}

.hero {
   
    height: 100vh;
    display: flex;
    align-items: center;
    color: var(--text-color);
    /* filter: brightness(0.5); */
    background-blend-mode: darken;
}

.hero h1 {
    font-size: 4rem;
}

.hero p {
    font-size: 1.5rem;
}

.explore-menu {
    background-color: var(--secondary-color);
    border: 1px solid var(--secondary-color);
    color: var(--text-color);
    border: none;
    border-radius: 0px;
}

.explore-menu:hover {
    background-color: var(--secondary-color);
    color: var(--text-color);
}

.section-title {
    color: var(--text-color);
    font-size: 2.2rem;
    font-weight: 600;
    text-align: center;
    margin-bottom: 40px;
}

.section-title::after {
    content: '';
    display: block;
    width: 80px;
    height: 3px;
    background-color: var(--secondary-color);
    margin: 10px auto 0;
}

#about p {
    color: var(--text-color);
    text-align: center;
    font-size: 1vw;
    font-weight: 400;
}

#about .welcome-heading {
    color: var(--text-color);
    text-align: center;
    font-size: 4vw;
    font-family: "Forum", cursive;
}

.book-a-call {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.book-a-call h4 {
    color: var(--text-color);
}

.book-a-call a {
    text-decoration: none;
    color: var(--text-color);
}

.about-img {
    width: 100%;
    height: 100%;
}

.about-img img {
    width: 100%;
    height: 400px;
    object-fit: cover;
    border-radius: 10px;
}


#menu .menu-card {
    height: 100%;
    width: 100%;
    overflow: hidden;

}

#menu img {
    width: 100%;
    height: 330px;
    object-fit: cover;
    border-radius: 500px 500px 0 0;
    /* transition: transform .1s; */
    overflow: hidden;
}



/* Delivery Section */


#delivery h2 {
    color: var(--secondary-color);

}

#delivery .img-order {
    height: 130px;
    margin: 30px
}

#delivery .img-delivery {
    height: 130px;
    margin: 30px;
}

.doorstep {
    text-align: center;
    margin: 40px;
}

.doorstep h2 {
    color: var(--secondary-color);
}

.doorstep p {
    color: var(--text-color);
}



h5 {
    color: var(--secondary-color);
}

p {
    color: var(--text-color);
}

#speciality {
    margin-top: 30px;
    background-image: url("../assets/images/background-img");
    filter: brightness(0.9);
}

#speciality .card {
    background: none;
    border-radius: 0px;
    border-right: 1px solid var(--secondary-color) !important;
    border: none;
    padding: 20px;
}

#speciality i {
    color: var(--text-color);
    font-size: 40px;
    /* margin-bottom: 20px; */
}

#speciality .sub-para {
    color: var(--secondary-color);
}

#speciality .para {
    padding: 0 100px;
    padding-bottom: 37px;
}

/* Order Section */
.order-section {
    text-align: center;
}

.card-img {
    height: 400px;
    object-fit: cover;
}

.order-section .card-img-overlay {
    display: flex;
    justify-content: center;
    align-items: center;
}

.order-section .card {
    border: 1px solid var(--secondary-color);
    border-radius: 0px !important;
}

.order-section p {
    background-color: var(--text-color);
    color: var(--second-text-color);
    font-weight: 500;
    padding: 15px;
    border: 2px solid var(--second-text-color);
    cursor: pointer;
}

.order-section p:hover {
    color: var(--text-color);
    background-color: var(--secondary-color);

}

.order-section img {
    filter: brightness(0.6);
    border-radius: 0px !important;
}

.order-section a {
    background-color: var(--text-color);
    color: var(--second-text-color);
    font-weight: 500;
    border: 2px solid var(--second-text-color);
    padding: 10px;
}

.order-section a:hover {
    color: var(--text-color);
    background-color: var(--secondary-color);
}

/* Testimonal */

#testimonal h2 {
    text-align: center;
    font-size: 2rem;
}

.review-card {
    background: var(--text-color);
    padding: 20px;
    border-radius: 0px;
    min-height: 200px;
    color: var(--second-text-color);
}

#testimonal h6 {
    color: var(--second-text-color);
    font-size: 15px;
}

#testimonal p {
    color: var(--second-text-color);
    font-size: 14px;
}

#testimonal small {
    color: var(--second-text-color);
}

#reviewSlider {
    position: relative;
}

#testiomal .review-card {
    position: relative;
    transition: transform 0.2s ease-in-out;
}

#testimonal .review-card:hover {
    transform: translateY(-3px)
}

.review-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.review-img {
    width: 45px;
    height: 45px;
    border-radius: 50%;
    object-fit: cover;
    margin-right: 10px;
}

.review-stars img {
    margin-right: 3px;
}

#testimonal .carousel-control-prev-icon,
#testimonal .carousel-control-next-icon {
    position: absolute;

}


#testimonal .carousel-control-prev-icon {
    left: -20px;
    background-color: var(--secondary-color);
    color: var(--second-text-color);
    border-radius: 50px;

}

#testimonal .carousel-control-next-icon {
    right: -16px;
    background-color: var(--secondary-color);
    color: var(--second-text-color);
    border-radius: 50px;
}






footer {
    margin-top: 50px;
    background: var(--primary-color);
    background-image: url("../assets/images/background-img");
    color: var(--text-color);
    position: relative;
}

table,
table th,
table tr,
table td {
    background-color: transparent !important;
    color: var(--text-color) !important;
    border-bottom: none;
}

table,
table th {
    color: var(--secondary-color) !important;
}


.footer-logo {
    font-size: 40px;
    font-weight: 700;
    letter-spacing: 1px;
}

.footer-logo span {
    font-size: 14px;
    color: var(--secondary-color);
    letter-spacing: 3px;
    display: block;
    margin-top: -5px;
}

.footer-divider {
    width: 100%;
    height: 2px;
    margin: 40px 0;
    opacity: 0.2;
    border-top: 2px dotted #7a8f88;
}

footer h4 {
    font-weight: 700;
    margin-bottom: 20px;
}

.contact-list span {
    display: block;
    font-size: 14px;
    margin-bottom: 6px;
    font-weight: 600;
    color: var(--secondary-color);
}

.contact-list a {
    text-decoration: none;
    color: var(--text-color);
    margin-bottom: 10px;
}

.gallery img {
    width: 80px;
    height: 80px;
    object-fit: cover;
    border-radius: 4px;
    margin-right: 8px;
}

.see-more {
    color: var(--secondary-color);
    text-transform: uppercase;
    font-size: 13px;
    font-weight: 600;
    margin-top: 12px;
    display: inline-block;
    letter-spacing: 1px;
}

.social-icons i {
    color: var(--text-color);
    margin-left: 15px;
    font-size: 18px;
    cursor: pointer;
}

.social-icons i:hover {
    color: var(--secondary-color);
}

.footer-copyright .copyright {
    color: var(--text-color) !important;
}

.footer-copyright .img-text {
    color: var(--text-color);
    font-size: 200 !important;
}


/* =============media query============== */
@media screen and (max-width:576px) {
    .carousel-screen {
        display: none !important;
    }

    .carousel-mobile {
        display: block !important;
    }
}

@media screen and (max-width: 768px) {
    .order-section .second-card {
        margin-top: 20px;
    }

    #about .flex-content {
        flex-direction: column-reverse;
    }

    #about .mobile-para {
        margin-top: 20px;
    }

    .hero {
        height: 50vh;
    }

    .hero span {
        font-size: 12px;
    }

    .hero h1 {
        font-size: 2rem;
    }

    .hero p {
        font-size: 1rem;
    }

    .navbar-nav {
        margin-left: 12px;
        gap: 0px;
    }

    #speciality .para {
        padding: 0px;
    }



    .carousel-screen {
        display: none;
    }


}

@media (min-width: 992px) {
    .carousel-mobile {
        display: none;
    }
}