
body {
    font-family: Arial, sans-serif;
    background-color: #FFFDFA;
}

@font-face {
    font-family: 'Rubik-Regular';
    src: url(fonts/Rubik-Regular.ttf);
}

.btn-social {
    border-radius: 100%;
    display: inline-flex;
    width: 3.25rem;
    height: 3.25rem;
    font-size: 1.25rem;
    justify-content: center;
    align-items: center;
}

#mainNav {
    padding-top: 1rem;
    background-color: rgba(196, 50, 18, 0.87);
    padding-bottom: 1rem;
    font-family: Arial, sans-serif;
    font-weight: 700;
}

@media (min-width: 1150px) {
    .container {
        max-width: 1150px;
    }
}


#mainNav .navbar-brand img.logo {
    display: block;
    width: 78px;
    height: auto;
    border-radius: 16px;
}

#mainNav .navbar-brand.logo-shell {
    position: relative;
    margin: 0;
    padding: 7px 16px;
    overflow: hidden;
    border: 1px solid rgba(132, 65, 36, 0.16);
    border-radius: 999px;
    background: #ffffff;
    box-shadow: 0 10px 28px rgba(70, 18, 9, 0.2);
}

.bag_icon {
    width: 22px
}


#mainNav .navbar-brand {
    color: #fff;
}

#mainNav .navbar-brand .brand-name,
.footer-brand {
    display: inline-block;
    font-weight: 700;
    letter-spacing: 0.08em;
    line-height: 1.1;
}

#mainNav .navbar-brand .brand-name {
    font-size: 1rem;
}

#mainNav .navbar-nav {
    margin-top: 1rem;
}

#mainNav .navbar-nav li.nav-item a.nav-link {
    color: #fff;
    font-size: 12px;
    padding: 10px 20px;
    font-weight: normal;
}

#mainNav .navbar-nav li.nav-item a.nav-link:hover {
    color: #BF9000;
}

#mainNav .navbar-nav li.nav-item a.nav-link:active, #mainNav .navbar-nav li.nav-item a.nav-link:focus {
    color: #fff;
}

#mainNav .navbar-nav li.nav-item a.nav-link.active {
    color: #BF9000;
}

#mainNav .navbar-toggler {

    background-color: transparent;
    font-size: 20px;

}

#mainNav .navbar-toggler i {
    background-color: transparent;
}

@media (min-width: 992px) {
    #mainNav {
        padding-top: 20px;
        padding-bottom: 20px;
        transition: padding-top 0.3s, padding-bottom 0.3s;
    }

    #mainNav .navbar-brand {
        font-size: 1.75em;
        transition: font-size 0.3s;
    }

    #mainNav .navbar-nav {
        margin-top: 0;
    }

    #mainNav .navbar-nav > li.nav-item > a.nav-link.active {
        color: #fff;
    }

    #mainNav .navbar-nav > li.nav-item > a.nav-link.active:active, #mainNav .navbar-nav > li.nav-item > a.nav-link.active:focus, #mainNav .navbar-nav > li.nav-item > a.nav-link.active:hover {
        color: #fff;
        background: #BF9000;
    }

    #mainNav.navbar-shrink {
        padding-top: 0.5rem;
        padding-bottom: 0.5rem;
    }

    #mainNav.navbar-shrink .navbar-brand {
        font-size: 1.5em;
    }
}


.banner {
    height: 800px;
}

.banner-text {
    padding-top: 324px;
    color: white;
    background-color: rgba(0,0,0,0.38);
}

.banner-text h1 {
    font-weight: 700;
    font-size: 50px;
    color: #F9F4EB;
}

.banner-text h2 {
    color: white;
    opacity: 0.7;
    font-size: 20px;
}

.swiper {
    width: 100%;
    height: 100%;
}

.swiper-slide {
    background-position: center center;
    background-size: cover !important;
}

.btn-order {
    width: 373px;
    height: 50px;
    line-height: 50px;
    font-weight: 700;
    font-size: 16px;
    border-radius: 0;
    background-color: #c43212;
    border-color: #c43212;
    color: #F9F4EB;
}

.banner-text .btn-order {

    margin-top: 35px;
}

.swiper-slide img {

}

.about {
    padding: 120px 0;
    background-color: #fff8f2;
}

.about-layout {
    gap: 64px;
}

.about-gallery {
    display: grid;
    grid-template-columns: minmax(0, 1.25fr) minmax(0, 0.75fr);
    grid-template-rows: repeat(2, 204px);
    gap: 14px;
    max-width: 555px;
    width: 100%;
}

.about-photo {
    min-width: 0;
    min-height: 0;
    margin: 0;
    overflow: hidden;
    border: 5px solid #fff;
    border-radius: 22px;
    box-shadow: 0 24px 55px rgba(78, 38, 22, 0.16);
}

.about-photo-main {
    grid-row: 1 / 3;
}

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

.about-photo-main img {
    object-position: center 38%;
}

.about-photo-storefront img {
    object-position: center 42%;
}

.about-photo-craft img {
    object-position: 42% center;
}

.about-text {
    max-width: 456px;
}

.about-text h3 {
    margin-bottom: 35px;
    font-family: 'Arial', sans-serif;
    font-style: normal;
    font-weight: 700;
    color: #844124;
    font-size: 50px;
}

.about-text p {
    font-family: 'Lato', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 28px;
}

.healthy {
    height: 450px;
    background-size: cover !important;
    background-position: center;
    box-shadow: inset 0 0 0 1000px rgba(0,0,0,0.38);
}

.healthy h3 {
    color: white;
    font-weight: 700;
    font-size: 50px;
}

.healthy .btn-order {
    margin-top: 26px;
    border-color: #F9F4EB;
    background-color: #F9F4EB;
    color: #344816;
}

.popular {
    padding: 92px 0;
}

.popular h3 {
    font-weight: 700;
    font-size: 50px;
    color: #844124;
    margin-bottom: 90px;
}

.popular .item-img {
    max-width: 270px;
}

.popular .item-text h4 {

    font-size: 24px;
    color: #0F1C49;
}

.popular .item-text {
    font-family: 'Rubik-Regular', sans-serif;
    padding-left: 24px;
    padding-top: 24px;
}

.popular .item-text small {

    font-style: normal;
    font-weight: 400;
    color: #878DA4;
    font-size: 14px;
}

.ad-slide {
    height: 583px;
}

.ad-slide .banner-text {
    max-width: 391px;
    padding-top: 0;
    background-color: transparent;
}

.ad-slide .over-layer {
    background-color: rgba(0,0,0,0.45);
}

.ad-slide .banner-text h4 {

    line-height: 50px;
    font-weight: 700;
    font-size: 45px;
    /* or 111% */
    color: #FFFFFF;
}

.ad-slide .banner-text p {
    font-weight: 400;
    font-family: 'Lato', sans-serif;
    font-size: 14px;
    line-height: 20px;
}

.ad-slide .banner-text .btn-order {
    background-color: black;
    width: 222px;
    border-color: white;
    font-family: 'Montserrat', sans-serif;
    border-width: 1px;
    font-weight: 700;
    font-size: 14px;
}

.gallery {
    overflow: hidden;
    padding: 85px 0;
    scroll-margin-top: 104px;
}

.gallery h3 {
    font-weight: 700;
    font-size: 50px;
    line-height: 57px;
    color: #844124;
}

.gallery-box {
    width: 118.05%;
    margin-top: 65px;
    height: 369px;

}

.mySwiper3 .swiper-slide {

    height: 250px;
}

.mySwiper3 {
    padding-top: 24px;
}

.mySwiper3 .swiper-slide {
    display: flex;
}

.about-beef .col-md-6 {
    padding: 0;
}
.about-beef-text {max-width: 450px;   }

.gallery .left-mask {
    background-color: white;
    left: 0;
    top: 0;
    opacity: 0.5;
    z-index: 10;
    height: 100%;
}

.mySwiper3 .swiper-slide:nth-child(odd) {
    margin-top: -24px;
}


.gallery .right-mask {
    background-color: white;
    right: 0;
    top: 0;
    opacity: 0.5;
    z-index: 10;
    height: 100%;
}

.swiper-slide-img {
    background-size: cover;
    background-position: center center;
    width: 250px;
    height: 250px;
}

.footer {
    background-color: #c43212;
    padding: 75px 0;
    color: white;
}

.footer-logo {
    display: block;
    width: 63px;
    border-radius: 14px;
}

.footer-logo-shell {
    flex: 0 0 auto;
    margin-right: 44px;
    padding: 6px 12px;
    border: 1px solid rgba(255, 255, 255, 0.5);
    border-radius: 999px;
    background: #fff;
    box-shadow: 0 10px 28px rgba(70, 18, 9, 0.18);
}

.footer-brand {
    margin-right: 44px;
    font-size: 1rem;
    white-space: nowrap;
}

.footer-info-item {
    margin-right: 98px;
}

.footer-hours {
    min-width: 360px;
}

.service-hours {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 28px;
}

.service-hours-column {
    min-width: 0;
}

.service-hours-column h4 {
    margin: 0 0 7px;
    color: #F9F4EB;
    font-size: 11px;
    font-weight: 700;
    text-transform: uppercase;
}

.service-hours-column p {
    margin-bottom: 0;
    font-size: 10px;
    line-height: 17px;
    white-space: nowrap;
}

.footer-info-item h3 {
    font-weight: 700;
    font-size: 12px;
}

.footer-info-item p {
    margin-bottom: 0;
    font-weight: 400;
    font-size: 12px;
    line-height: 20px;
}

.sc-icons a {
    margin-left: 25px;
    color: white;
}

.sc-icons a img {
    width: 21px;
}

.swiper-pagination-bullet {
    width: 8.2px;
    height: 8.2px;
    border: 1px solid #F9F4EB;
    background-color: transparent !important;
    opacity: 1;
}

.swiper-pagination-bullet.swiper-pagination-bullet-active {
    background-color: #BF9000 !important;
}

.gallery .swiper-pagination-bullet {

    border: #344916 solid 1px !important;
    background-color: transparent !important;
    opacity: 1;
}

.gallery .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background-color: #344916 !important;
}

.copyright {
    color: white;
    opacity: 0.5;
    font-size: 12px;
    margin-top: 81px;
    font-family: 'Lato', sans-serif;
}


@media (max-width: 992px) {
    #mainNav .navbar-brand img.logo {
        width: 72px;
        border-radius: 14px;
    }

    #mainNav .navbar-brand.logo-shell {
        padding: 6px 12px;
    }

    .banner {
        height: 400px;
    }

    .banner-text {
        padding-top: 142px;

    }

    .banner-text h1 {
        font-size: 25px;
        text-align: center;
        margin: auto;

    }

    .btn-order {
        width: 273px;

    }

    .banner-text .btn-order {
        margin-top: 10px;
    }

    .banner-text h2 {

        opacity: 0.9;

    }

    .over-layer {
        background-color: rgba(0,0,0,0.56);
    }

    .about {
        padding: 40px 25px;
        background-size: cover !important;
    }

    .about-layout {
        gap: 28px;
    }

    .about-gallery {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        grid-template-rows: auto;
        gap: 10px;
        max-width: none;
    }

    .about-photo-main {
        grid-column: 1 / -1;
        grid-row: auto;
        aspect-ratio: 4 / 3;
    }

    .about-photo-storefront,
    .about-photo-craft {
        aspect-ratio: 1 / 1;
    }

    .about-photo {
        border-width: 3px;
        border-radius: 18px;
    }

    .about-text h3 {
        margin-bottom: 15px;

        font-size: 35px;
    }

    .healthy {
        height: 250px;
    }

    .healthy .btn-order {
        margin-top: 0px;

    }

    .healthy h3 {

        font-size: 25px;
    }

    .popular {
        padding: 42px 24px;
    }

    .popular h3 {
        margin-bottom: 40px;
        font-size: 35px;
    }

    .popular .item {
        margin-top: 30px !important;
    }

    .popular .item-img {
        max-width: 100%;
    }
    .about-beef-text {   margin-top: 15px !important; }
    .gallery-box {
        width: 100%;
        margin-top: 30px;
        height: auto;
    }

    .mySwiper3 {
        height: auto;
    }

    .mySwiper3 .swiper-wrapper {
        height: auto;
    }

    .mySwiper3 .swiper-slide {
        height: auto;
        aspect-ratio: 1 / 1;
    }

    .gallery {
        padding: 45px 24px;
    }

    .gallery h3 {
        font-size: 35px;
    }

    .footer {

        padding: 25px;

    }

    .mySwiper3 .swiper-slide:nth-child(odd) {
        margin-top: 0;
    }

    .gallery .left-mask {
        display: none;
    }

    .gallery .right-mask {
        display: none;
    }

    .footer-info-item {
        margin-right: 0;
        margin-top: 30px;
    }

    .footer-hours {
        width: 100%;
        min-width: 0;
    }

    .service-hours {
        gap: 18px;
    }

    .service-hours-column h4 {
        font-size: 11px;
    }

    .service-hours-column p {
        font-size: 10px;
        line-height: 18px;
    }

    .footer .footer-info {
        align-items: flex-start !important;
    }

    .footer-logo-shell {
        margin-right: 0;
    }

    .sc-icons {
        margin-top: 30px;
    }

    .sc-icons a {
        margin-right: 20px;
        margin-left: 0;
    }

    .copyright {
        margin-top: 31px;
    }

    .copyright p {
        margin-bottom: 0;
    }
}
