﻿
body {
    padding-bottom: 0px;
    margin-bottom:0px;
}

/* Wrapping element */
/* Set some basic padding to keep content from hitting the edges */
.body-content {
    padding-left: 15px;
    padding-right: 15px;
}

/* Carousel */
.carousel-caption p {
    font-size: 20px;
    line-height: 1.4;
}

/* Make .svg files in the carousel display properly in older browsers */
.carousel-inner .item img[src$=".svg"] {
    width: 100%;
}

/* QR code generator */
#qrCode {
    margin: 15px;
}

/* Hide/rearrange for smaller screens */
@media screen and (max-width: 767px) {
    /* Hide captions */
    .carousel-caption {
        display: none;
    }
}
body {
    direction: rtl;
    text-align: right;
}
.menu-container {
    display: flex;
    justify-content: center;
    gap: 30px;
    flex-wrap: wrap;
}

.menu-card {
    width: 350px;
    height: 300px;
    position: relative;
    overflow: hidden;
    border-radius: 15px;
    text-decoration: none;
    display: block;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.2);
    transition: 0.3s;
}

    .menu-card img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    .menu-card:hover {
        transform: translateY(-8px);
        box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
    }

.card-title {
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
    padding: 20px;
    background: rgba(0, 0, 0, 0.65);
    color: white;
    font-size: 26px;
    font-weight: bold;
}
/* =========================
Header
========================= */

.site-header {
    width: 100%;
    background: #ffffff;
    text-align: center;
    border-bottom: 1px solid #eeeeee;
}

/* Logo */

.site-logo {
    padding: 20px 0;
}

    .site-logo img {
        max-width: 180px;
        height: auto;
    }

/* Menu */

.main-menu {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 50px;
    padding: 15px 0;
}

.menu-item {
    display: flex;
    align-items: center;
    gap: 8px;
    color: #222222;
    text-decoration: none;
    font-size: 16px;
    transition: 0.2s;
}

    .menu-item:hover {
        color: #777777;
        text-decoration: none;
    }

/* =========================
Page Content
========================= */

.page-content {
    min-height: 500px;
    padding: 30px 20px;
}

/* =========================
Footer
========================= */

.site-footer {
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
    gap: 30px;
    padding: 40px 30px;
    background: #222222;
    color: #ffffff;
    text-align: right;
    margin-bottom: 0;
}

.footer-section {
    min-width: 180px;
}

    .footer-section h3 {
        margin-bottom: 15px;
    }

    .footer-section p {
        line-height: 1.8;
    }

    .footer-section a {
        display: block;
        color: #ffffff;
        text-decoration: none;
        margin-bottom: 8px;
    }
@font-face {
    font-family: 'Vazirmatn';
    src: url('../fonts/Vazirmatn-Regular.woff2') format('woff2');
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'Vazirmatn';
    src: url('../fonts/Vazirmatn-Medium.woff2') format('woff2');
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: 'Vazirmatn';
    src: url('../fonts/Vazirmatn-Bold.woff2') format('woff2');
    font-weight: 700;
    font-style: normal;
}

        .footer-section a:hover {
            text-decoration: underline;
        }
body,
button,
input,
textarea,
select {
    font-family: 'Vazirmatn', sans-serif;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Vazirmatn', sans-serif;
    font-weight: 700;
}
.menu-item {
    font-family: 'Vazirmatn', sans-serif;
    font-weight: 500;
}

