:root {
    --color-default: #e2eaf1;
    --color-primary: #242a78;
    --color-secondary: #160e39;
    --color-tertiary: #537c9c;
    --color-background : #f2f4f6;
    /* #242a7  #e2eaf1*/
    /* --font-title: "Abril Fatface", serif;  */
    /* --font-para: "Noto Serif", serif; */
    --font-title: "Open Sans", sans-serif;
    --font-para: "Open Sans", sans-serif;
    /* --font-slogan: "Roboto", sans-serif; */
    --font-slogan: "Caveat", cursive;
    --font-menu: "Open Sans", sans-serif;
    --font-allargy: "Merienda", cursive;
    --margin_bot: 50px;
}

* {

    text-align: justify;
    text-justify: auto;
    

    /* for debugging */
    /* background: #000 !important;
    color: #0f0 !important;
    outline: solid #f00 1px !important; */
}
body {

    background-color: var(--color-background);
}
h2,
h3,
h4 {
    color: var(--color-primary);
}

.fine_script {

    font-family: var(--font-allargy);
    font-size: 100%;
}

/* navbar  */
.navbar {
    /* position: fixed; */
    box-sizing: border-box;
    width: 100%;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    background-color: rgb(249, 250, 252);
    box-shadow: 0px 17px 48px -10px rgba(0, 0, 0, 0.2);
    margin-bottom: var(--margin_bot);

}

.navbar ul {

    display: flex;
    align-items: center;
    justify-content: space-between;
}
.navbar ul a {
    font-family: var(--font-main);
    margin: 0 10px; /* Adjust the value as needed */
    white-space: nowrap;
}

/* for hero page */

.slideshow {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: -1;
}

.slideshow div {
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
}

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

.jumbotron {
    color: white;
    background-image: linear-gradient(rgb(149, 156, 165), rgba(0, 0, 0, 0.533));
    height: 100vh;
    width: 100%;
    position: relative;
    min-height: 60vh;
    margin-bottom: var(--margin_bot);
    align-items: center;
    /* Aligns items to the top */
}

.jumbotron .container {
    /* ...existing styles... */
    display: flex;
    flex-direction: column;
    /* justify-content: flex-start;  Aligns items to the top */
    align-items: center;
    /* Aligns items horizontally in the center */
}


.jumbotron .row {
    /* ...existing styles... */
    position: relative;
    /* Positions the row absolutely within the jumbotron */
    min-height: 60vh;
    align-items: center;
    /* Aligns items horizontally in the center */
    bottom: 0;
    /* Aligns the row to the bottom of the jumbotron */
    justify-content: center;
    /* Aligns items vertically in the center */
    align-items: center;
    /* Aligns items horizontally in the center */
}

.jumbotron h1 {
    justify-content: flex-start;
    font-size: 64px;
    font-weight: 700;
    margin-bottom: 10px;

    font-family: var(--font-main);
    color: var(--color-primary);
    /* text-shadow: 1px 1px 20px var(--color-tertiary); */
}

.jumbotron h1 span {
    color: var(--color-default);

}

.jumbotron h3 {
    color: var(--color-primary);
    font-family: var(--font-slogan);
    /* text-shadow: 1px 1px 30px var(--color-tertiary); */
    font-weight: 400;
    font-size: 48px;
    padding: 400px 0 60px 0;
    margin-bottom: 30px;
}

.jumbotron .order {
    font-weight: 500;
    font-size: 14px;
    letter-spacing: 1px;
    display: inline-block;
    padding: 12px 36px;
    border-radius: 50px;
    transition: 0.5s;
    text-decoration: none;
    white-space: nowrap;
    color: var(--color-default);
    background: var(--color-primary);
    box-shadow: 0 8px 28px rgba(153, 108, 108, 0.2);
}

.jumbotron .order:hover {
    background: rgba(206, 18, 18, 0.8);
    box-shadow: 0 8px 28px rgba(206, 18, 18, 0.45);
}

.jumbotron .phone {
    font-weight: 500;
    margin-right: 20px;
    font-size: 14px;
    letter-spacing: 1px;
    display: inline-block;
    padding: 12px 36px;
    border-radius: 50px;
    text-decoration: none;
    transition: 0.5s;
    color: var(--color-default);
    background: var(--color-primary);
    box-shadow: 0 8px 28px rgba(153, 108, 108, 0.2);
}

.jumbotron .phone:hover {
    background: rgba(206, 18, 18, 0.8);
    box-shadow: 0 8px 28px rgba(206, 18, 18, 0.45);
}

/* for tasty healthy fresh text */
@media screen and (max-width: 400px) {
    .responsive-text {
      white-space: pre-line;
    }
  }

/* about us */
.about_us {
    margin-bottom: var(--margin_bot);

}

.about_us h2 {
    font-family: var(--font-title);
    color: var(--color-primary);
}

.about_us p {
    font-family: var(--font-para);
}

.about_us .fine_script {

    font-family: var(--font-allargy);

}

/* Gallary */

#gallary_index {
    margin-bottom: var(--margin_bot)
}

.swiper {
    height: 100%;
    margin-left: auto;
    margin-right: auto;
}

.swiper .swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
}

.swiper .swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.swiper .swiper-pagination {
    margin-top: 20px;
    position: relative;
}



.swiper .swiper-pagination .swiper-pagination-bullet-active {
    background-color: var(--color-primary);
}

.swiper .swiper-slide-active {
    text-align: center;
}




/* Menu */
#menu_index {
    margin-bottom: var(--margin_bot);
}


/* Grid container */
.menu .grid-container {
    display: grid;
    gap: 100px;
    grid-template-columns: repeat(2, 1fr);
    text-align: center;
    margin-left: 20px;
    margin-right: 20px;
    margin-bottom: 50px
}


/* Card styling */
.menu .card img {
    width: 100%;
    height: auto;

}

/* Modal styling */
.menu .modal {
    display: none;
    justify-content: center;
    align-items: center;
    position: fixed;
    z-index: 1;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgba(0, 0, 0, 0.7);
}

/* Modal Content styling */
.menu .modal-content {
    display: flex;
    flex-direction: column;
    align-items: center;
    /* This will center the content horizontally */
    justify-content: center;
    /* This will center the content vertically */
    width: auto;
    /* Adjust width based on content */
    max-width: 100%;
    /* Ensure it doesn't exceed the viewport width */
    max-height: 100%;
    /* Ensure it doesn't exceed the viewport height */
    overflow: hidden;
    /* Hide overflow */
}

/* Image styling within Modal Content */
.menu .modal-content img {
    display: block;
    max-width: 60%;
    /* Ensure it doesn't exceed the container width */
    max-height: 100%;
    /* Adjust the max-height as needed */
    object-fit: contain;
    /* Ensure the aspect ratio is preserved */
    align-items: center;
    margin: auto;
    /* This will center the image horizontally */
}

/* Heading and Paragraph styling within Modal Content */
.menu .modal-content h2,
.menu .modal-content p {
    margin: 10px 0;
    /* Add some spacing */
    text-align: center;
    width: 100%;
    /* Full width of the container */
}


.menu .close {
    color: #aaaaaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
}

.menu .close:hover,
.menu .close:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
}


.menu img {
    margin-bottom: 5px;
    border-radius: 15px;
    /* This will make the corners rounded */
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    /* This will add a shadow */
}

.menu #categoryButtons {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;

}

.menu #categoryButtons {
    margin-bottom: var(--margin_bot);
}

.menu .btn-primary {

    background-color: var(--color-primary);
}

.menu .btn.btn-primary.btn-selected {
    background-color: var(--color-tertiary);
    /* Change this to the color you want for the selected state */
    color: white;
    /* Change this to the color you want for the text in the selected state */
}

.menu h2,
h3,
h4,
h5,
h6,
p {
    font-family: var(--font-menu);
    text-align: center;
    text-decoration: none;

}

.menu .p {
    font-size: 11px;
}

.menu .glightbox {
    color: black;
}

.menu .glightbox {
    text-decoration: none;

}

.menu .glightbox .gslide-image img {
    max-height: 80%;
}



.menu .card {
    border: none !important;
    text-decoration: none;
    background-color: var(--color-background);
    /* This will remove the border */
}

.menu #allergy_info {
    font-family: var(--font-slogan);
}

.menu .allergy_icon_in_menu {
    display: flex;
    border-radius: 0px;
    justify-content: center;
    /* Center items horizontally */
    flex-wrap: wrap;
    /* Allow items to wrap onto multiple lines */
}

.menu .allergy_icon {
    display: flex;
    flex-wrap: wrap;
    /* Allow items to wrap onto multiple lines */
    justify-content: space-between;
    /* Distribute items evenly along the row */
    gap: 20px;
    /* Add spacing between items */
}

.menu .allergy_icon img {
    width: 30px;
    height: 30px;
    box-shadow: none;
    border-radius: 0px;
}

/* Large screens */
/* @media (min-width: 1008px) {
    .menu .grid {
        grid-template-columns:repeat(auto-fill, minmax(150px, 5fr));
    }
} */

/* Medium screens */
@media screen and (min-width: 641px) {
    .menu .grid-container {
        grid-template-columns: repeat(3, 1fr);
        gap: 100px;
    }
}

/* Large screens */
@media screen and (min-width: 1008px) {
    .menu .grid-container {
        grid-template-columns: repeat(5, 1fr);
        gap: 100px;
    }
}


/* contact us form */

/* #contact_us_index {

    display: flex;
    flex-direction: column;
   justify-content: center;
   align-items: center;
} */

.contact_us {


    border-radius: 16px;
    color: var(--color-default);
    box-shadow: 0 4px 30px rgb(15, 82, 186, 0.4);
    backdrop-filter: blur(11.5px);
    -webkit-backdrop-filter: blur(11.5px);
    border: 1px solid rgba(255, 255, 255, 0.45);
    padding: 30px;
    margin-bottom: 100px;
    /* Black text */
}

.glass-form .form-control {
    color: rgb(15, 82, 186);
}

.glass-form input,
.glass-form textarea,
.glass-form .btn-primary {
    color: rgb(15, 82, 186);
    background: rgb(244, 244, 244);
    /* Light grey background with transparency */
}

.glass-form button {
    cursor: pointer;
    color: rgb(15, 82, 186);
    background: var(--color-default);
    /* Light grey background with transparency */
}

.glass-form button:hover {
    color: rgb(103, 134, 152);
    background: var(--color-tertiary);
    /* Light grey background with transparency */
}

.glass-form-submit .modal {
    display: none;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 80%;
    /* Adjust the width as needed */
    max-width: 400px;
    /* Set a maximum width for larger screens */
    background-color: rgb(15, 82, 186);
    z-index: 1000;
}

.glass-form-submit .modal-content {
    background-color: white;
    padding: 20px;
    border-radius: 10px;
    /* Match the modal's border-radius */
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
    text-align: center;
    /* Center text content */
}

.glass-form-submit #closeModal {
    font-family: var(--font-title);
    font-size: 14px;
    /* Smaller font size */
    padding: 5px 10px;
    /* Smaller padding */
    margin-top: 10px;
    /* Space above the button */
    cursor: pointer;
    color: var(--color-default);
    border: 1px solid #ccc;
    /* Optional: Add a border to the button */
    background-color: var(--color-primary);
    /* Optional: Add a background color to the button */
    border-radius: 5px;
    /* Optional: Add rounded corners to the button */
}


/* Footer */

footer {
    margin-bottom: var(--margin_bot);
    /* background-color: var(--color-primary); */
    box-shadow: 0px -17px 48px -21px rgba(0, 0, 0, 0.2);
}

/* Align h5 and p elements within the footer */
footer h5,
footer p,
footer .footer_social {
    text-align: center;
    /* Align text to the left */
    position: relative;
    top: 0;
    margin-left: 15px;
    /* Add some left margin for spacing */
}

/* Ensure the columns are equally spaced */
footer .col-md-4 {
    display: flex;
    align-items: start;

}

/* Remove space between buttons */
footer .footer_social a {
    margin-right: 5px;
    /* Remove right margin */
}


.accessibility p {
    /* box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19); */
    font-size: 10px;
}