@media (max-width: 1300px) {
    .contact-info {
        width: unset;

    }

    .contact-info-item {
        gap: 1em;
    }

    .contact-info-item a {
        font-size: 2.4rem;
    }

    #contact-section p {
        font-size: 1.2rem;
    }

    #contact-map {
        min-width: 288px;
    }
}

@media (max-width:980px) {
    :root {
        --fs-h1: 2.3rem;
        --fs-h1-span: 4rem;
        --fs-h2: 2.8rem;
        --fs-h3: 1.5rem;
        --fs-h4: 1.4rem;
        --fs-h5: 0.65rem;
        --fs-h6: 0.5rem;
        --fs-p: 1rem;

        --fs-navlogo: 1.5rem;
        --fs-navli: 0.7rem;
        --fs-rebtn: 0.7rem;
        --fs-scbtn: 1rem;
        --fs-asidebtn: 2rem;
    }

    /* <!-- ----Mobile Wrapper Animation-------> */
    /* <!-- ----Mobile Wrapper Animation End---> */

    /* <!-- ----Mobile Home Section--------------> */
    .home-section {
        min-height: 550px;
        display: flex;
        flex-direction: column-reverse;
        align-items: center;
        height: calc(100svh + 0px);

    }

    .home-bg-overlay {
        width: 100%;
        position: absolute;
        top: 0;
        left: 0;
        z-index: -1;

        background-image: url('/layout/mobile-home-bg.webp');
    }

    .home-info {
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 1em;
        width: 100%;
        height: 100%;
        padding: 2px 0 0;
        background: rgba(255, 255, 255, .081);
        min-width: unset;
        backdrop-filter: blur(0px);
    }

    .home-info:hover {
        background: rgba(255, 255, 255, 0.081);
    }

    .home-info-logo {
        width: 100%;
        height: 190px;
        position: absolute;
        top: 0em;
        border-radius: 50%;
        filter: invert(100%) hue-rotate(180deg);
    }

    .home-info-logo img {
        transform: translateX(-4px);
    }


    .home-info-text {
        margin: 0;
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 1em;
        padding: 1em 1em 1em;
        background: rgba(255, 250, 250, 0.6);

        text-shadow: 2px 0px 1px rgba(90, 90, 90, 0.1);

        transform: translateY(50px);
    }

    .slogan {
        font-size: 2rem;
        text-align: center;
    }

    .home-paragraph {
        font-size: 1.3rem;
    }

    .meet-us {
        width: 100%;
        margin-top: .8em;
        font-size: 1.5rem;
        height: 50px;
    }

    .home-info .social-icons {
        margin-top: 2.5em;
    }

    .home-section .social-icons-box {

        gap: 1px;
    }

    .home-section .social-icons .social-icons-box a {
        font-size: 2rem;
    }

    .social-icons-box svg {
        width: 35px;
        height: 45px;
        stroke: rgb(0, 0, 0);
        stroke-width: 0;
        stroke-linecap: butt;
    }

    .home-info .social-icons {
        padding: 3px 0px 1em;
        transform: translateY(20px) !important;
        border-bottom: unset;

        position: absolute;
        bottom: 15px;
    }


    .home-info p {
        text-align: right;
        width: 95%;
    }

    /* <!-- ----Mobile Home Section End----------> */

    .intro-section {
        padding: 2em 0;
        margin: 0;
    }

    .intro-text,
    .intro-span {
        width: 85%;
        font-size: 1.25rem;
    }

    .general-info {
        gap: 0em;
        padding: 0 0 3em;
    }

    .gen-info-box {
        height: 675px;
        grid-template-columns: 40% 60%;
        border-bottom: 1px solid var(--secondary);
        padding-bottom: 1em;
    }

    .gen-info-box.mobile-show {
        height: 755px;
    }

    .info-box-reverse {
        grid-template-columns: 60% 40%;
    }

    .info-box-text {
        font-size: 18px;
        padding: 3em .5em 3em 2em;
        position: relative;
    }


    .full-width {
        position: absolute;
        right: 10px;
        bottom: 15px;
        min-width: 95vw !important;
        grid-column: 1 /-1;
    }

    .full-width.culinary {
        bottom: 15px;
    }

    .mobile-hide {
        display: none;
    }

    .gen-info-box.mobile-show {
        display: grid;
    }

    .info-img-box-left {
        margin-top: 4em;
        height: 35%;
        width: 100%;
    }

    .info-img-left {
        width: 110%;
        margin: 8% 0em 8% 1em;
    }

    .info-img-box-right {
        height: 60%;
        margin-top: 7em;
    }


    .info-img-right {
        margin: 2em 0em 3em 0em;
        transform: translateX(-1em);
    }

    .info-img-left.culinary-img {
        aspect-ratio: 4 / 3;
        background-image: url('/layout/dishes-appetizers.webp');
    }

    /* <!-- ----Mobile Projects Section--------------> */
    .gallery-section {
        min-height: 350px;
        padding: 3em 0 0;
    }

    .sticky-title {
        min-width: 100%;
        overflow: hidden;
        border: none;
        height: 70px;
        z-index: 5;
    }

    .sticky-title h2,
    .projects-menu {
        z-index: 5;
        position: relative;
    }

    /* <!-- ----Mobile Projects Section End----------> */

    .faq-section {
        margin-top: 0em;
        padding: 1em 0 0em 0em
    }

    .faq-section h2 {
        font-size: 1.8rem;
    }

    .faq-container {
        width: 70%;
        min-height: 633px;
        padding: 1em 0em 6px;
    }

    .faq-question {
        font-size: .8rem;
    }

    .faq-answer {
        font-size: .9rem;
    }

    .faq-item.open .faq-answer {
        padding: .5em .5em .5em 2.5em;
    }

    .breadcrumb {
        font-family: 'Arial', sans-serif;
        font-size: 0.8rem;
        margin: .5em .5em 0 0;
        direction: rtl;
    }

    /* <!-- ----Mobile About Section--------------> */
    #about-section {
        padding: 25px 0 50px;
    }

    .about-bg-overlay {
        position: absolute;
        top: 0;
        left: 0;
        height: 100%;
        pointer-events: none;
        overflow-x: hidden;
    }

    .about-content-wrapper {
        width: 87%;
        gap: 4px;
    }

    /* <!-- ----Mobile About Section End--------------> */

    /* <!-- ----Mobile Contact Section--------------> */
    #contact-section h2 {
        align-self: center;
        font-size: 1.5rem;
    }

    #contact-section h3 {
        padding-bottom: .2em;
    }

    #contact-section h4 {
        font-size: .9rem;
        padding-bottom: 3.2em;
    }

    .contact-info {
        padding: 3em 0em;
    }

    .contact-items-box {
        row-gap: 1em;
    }

    .contact-info-item {
        width: 100%;
        gap: 16px;
        justify-content: center;
    }

    #phone-number {
        min-width: 100px;
    }

    .contact-info-item a {
        font-size: 1.7rem;
    }

    .contact-info-item svg {
        width: 30;
        height: 30px;
        stroke: rgb(0, 0, 0);
        stroke-width: 1;
        stroke-linecap: butt;
    }

    .contact-info-item a[href^="tel"] {
        font-size: 1.1rem !important;
    }

    .contact-info-item a[href^="tel"] i {
        font-size: 2rem !important;
        margin-left: 10px;
    }

    /* <!-- ----Mobile Contact Section End----------> */

    /* <!-- ----Mobile Scroll-up Button-------------> */
    .btn-up {
        right: 10px !important;
        bottom: 35px !important;
    }

    .btn-up a {
        font-size: 3rem !important;
        opacity: 0.7 !important;
    }

    /* <!-- ----Mobile Scroll-up Button End---------> */


    /* <!-- ----Mobile Footer-----------------------> */
    #footer {
        flex-direction: row-reverse;
    }

    #footer h5 {
        font-size: var(--fs-h5);
    }

    #footer h6 {
        font-size: var(--fs-h6);
    }
}

/* <!-- ----Mobile Footer End-------------------> */