:root {
    --accent: #e85d04;
    /* fiery orange */
    --dark: #0f0e0e;
    --light: #f8f4e3;
}

body {
    background-color: var(--dark);
    color: var(--light);
    font-family: 'Outfit-Regular';
}

@font-face {
    font-family: 'Outfit-Black';
    src: url(../../fonts/static/Outfit-Black.ttf);
}

@font-face {
    font-family: 'Outfit-Light';
    src: url(../../fonts/static/Outfit-Light.ttf);
}

@font-face {
    font-family: 'Outfit-Medium';
    src: url(../../fonts/static/Outfit-Medium.ttf);
}

@font-face {
    font-family: 'Outfit-Regular';
    src: url(../../fonts/static/Outfit-Regular.ttf);
}

@font-face {
    font-family: 'Outfit-SemiBold';
    src: url(../../fonts/static/Outfit-SemiBold.ttf);
}

@font-face {
    font-family: 'Outfit-Thin';
    src: url(../../fonts/static/Outfit-Thin.ttf);
}


h1,
h3 {
    font-family: 'Outfit-Black';
    /*  font-weight: 700; */
    color: #fff;
}

h2 {
    font-family: 'Outfit-SemiBold';
    color: #fff;
}
.about h1,
h2,
h1 {
    font-family: 'Outfit-SemiBold';
    cursor: default;
}
h1 {
    font-size: 70px !important;
    line-height: 70px !important;
    color: #fff;
    cursor: pointer;
}

.navbar {
    /*   background-color: rgba(0, 0, 0, 0.85) !important;
            backdrop-filter: blur(6px); */
}

.navbar-brand img {
    height: 120px;
    padding: 0 40px;
    position: relative;
    transform: translate(0px, -11px);
}

.navbar-brand {
    position: relative;
}

.navbar-brand:before {
    content: "";
    border-right: 3px solid #fff;
    position: absolute;
    left: 0;
    top: 32px;
    width: 10px;
    height: 70px;
    display: block;
    z-index: 99999;
    /* background: red; */
}

.navbar-brand:after {
    content: "";
    border-right: 3px solid #fff;
    position: absolute;
    right: 0;
    top: 32px;
    width: 10px;
    height: 70px;
    display: block;
    z-index: 99999;
    /* background: red; */
}

li.nav-item {
    padding-left: 20px;
    padding-right: 20px;
}

.nav-link {
    color: white !important;
    transition: color 0.3s;
    font-size: 20px;
   
}
.nav-link,
h1,
.gray_darker,
.about_,
h2{
    letter-spacing: 5px !important;
}

.nav-link:hover {
    color: var(--accent) !important;
}

.hero {
    background: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0)),
        url(../../images/banner.jpg);
    min-height: 700px;
    background-repeat: no-repeat;
    display: flex;
    align-items: center;
    text-align: center;
    color: white;
    margin-top: -146px;
    background-size: cover;
}



.section-title {
    position: relative;
    display: inline-block;
    margin-bottom: 1rem;
}

.card-title,
.pizza-card li {
    font-family: 'Outfit-SemiBold';
    color: white;
    font-size: 25px;
}

.pizza-card {
    list-style: none;
    padding: 0;
}

.pizza-card li {
    padding-bottom: 30px;
    font-size: 20px;
}

.price {
    color: var(--accent);
    font-weight: 600;
    font-size: 1.4rem;
}

.DRINKS {
    padding: 10px 0;
    border-bottom: 1px solid #747474;
    border-top: 1px solid #747474;
    background: #000;
}

.about {
    background: #000;
    padding: 80px 0;
}

.DRINKS h1 {}

.gallery-section {
    background: #000;
    padding: 80px 0 30px !important;
}
.contact .form-control {
    color: #747474;
    font-size: 1.25rem;
   /*  font-family: 'Outfit-Thin'; */
    padding: .5rem 1rem .7rem;
    border: 2px solid #747474 !important;
}
footer {
    background: #000;
    padding: 5rem 0 1.5rem;

}

footer .navbar-brand:before,
footer .navbar-brand:after {
    display: none;
}
footer .container {
    padding-top: 70px;
    border-top: 1px solid #747474;
}

.menu {
    border-top: 1px solid #747474;
}

.about_ {
    /* font-size: 38px; */
    font-size: 30px;
}


.about .box,
section#gallery .box {
    border: 4px solid #fff;
    border-radius: 0;
    /*  padding: 25px 25px 0px 0px; */
}

.about .box img,
section#gallery .box img {
    transform: translate(-20px, 20px);
    width: 100%;
}
.about_colum{
    height:600px;
}

.form-control-lg {
    min-height: calc(1.5em + 1rem + calc(var(--bs-border-width) * 2));
    padding: .5rem 1rem;
    font-size: 1.25rem;
    border-radius: 0px !important;
}

.gray_darker {
    font-size: 30px;
    display: block;
    color:#747474;
}

.pt-10 {
    padding-top: 6rem !important;
}
.rights_reserved {
    color: #747474;
    font-size: 16px;
    font-family: 'Outfit-SemiBold';
    padding-top: 10px !important;
    opacity: 0.7;
}

form div {
    flex-grow: 1;
    flex-basis: 0;
    min-width: 0px;
    margin: 0 20px;
}
footer li.nav-item a.nav-link ,
footer .address{
    font-size: 20px;
    color: #fff !important;
}
footer .address span{
    letter-spacing: 5px !important;
}
 .content {
     display: none;
     /*  background:#f2f2f2; */
     padding: 10px;
     margin-top: 5px;
 }

 .sp_pdf {
     transform: translateY(-50%);
     position: relative;
     top: 50%;
     box-shadow: 0 0 1.04167vw rgba(0, 0, 0, .1);
     position: fixed;
     z-index: 125;
     right: 0;
 }

 .sp_pdf img.lazyloaded {
     width: 100px;
 }

@media (min-width: 769px) and (max-width: 1024px) {

    li.nav-item {
        padding-left: 0px;
        padding-right: 0px;
    }
   .navbar-brand img  {
       height: 80px;
       padding: 0 20px;
       transform: translate(0px, -9px);
   }
   .navbar-brand:before ,
   .navbar-brand:after {      
       top: 13px;
   }
   .about h1 {
       padding-top: 75px;
   }


}




@media only screen and (max-width: 767px) {

.menu-btn {
        width: 30px;
        height: 30px;
        background: none;
        border: none;
        cursor: pointer;
        position: relative;
        padding: 0;
    }

    .menu-btn span {
        display: block;
        height: 3px;
        width: 100%;
        background: #ffffff;
        margin: 6px 0;
        transition: all 0.3s ease;
    }

    /* OPEN state */
    .menu-btn.active span:nth-child(1) {
        transform: translateY(9px) rotate(45deg);
    }

    .menu-btn.active span:nth-child(2) {
        opacity: 0;
    }

    .menu-btn.active span:nth-child(3) {
        transform: translateY(-9px) rotate(-45deg);
    }

    .sp_pdf {       
        right: 0px;
    }
    .sp_pdf img.lazyloaded {
        width: 70px;
    }
    /* ============== */

    .navbar-brand img {
        height: 50px;
        padding: 0 0px;
        transform: translate(0px, 0px);
    }
    .navbar-brand:after,
    .navbar-brand:before {
        display: none;
    }
    nav.navbar.navbar-expand-lg{
        position: absolute;
        width: 100%;
        left: 0;
        top: 0;
    }
    .hero {
       background-position: 59%;
       min-height: 600px !important;
       margin-top: 0px !important;
    }
   /*  section.hero.hero-closed {
        min-height: 500px ;
        margin-top: -355px !important;
        background-position: 50%;
    } */
   
    h1 {
        font-size: 10vw !important;
        line-height: 1 !important;
        color: #fff;
        cursor: pointer;
    }
    .about_ {
        /* font-size: 38px; */
        font-size: 30px;
        margin-top: 0px !important;
    }
    .content {
        display: none;
        /* background: #f2f2f2; */
        padding: 10px 0;
        margin-top: 5px;
    }
    .about {
        background: #000;
        padding: 50px 0;
    }
    .about .box {
       /*  margin: 15px 0 15px 15px; */
        margin: 15px;
    }
    .about_colum {
        height: max-content !important;
    }
    .gallery .box,
    .about .box {
        transform: translate(10px, 0px);
    }
    .gallery-section {
        padding: 50px 0 0px !important;
    }
    form div {
        flex-grow: 1;
        flex-basis: 0;
        min-width: 0px;
        margin: 0 0px;
    }
    footer {
        padding: 0rem 0 1.5rem;
    }
    footer .container {
        padding-top: 50px;
    }
    footer .container .navbar-brand img {
        height: 65px;
    }
    footer li.nav-item a.nav-link   {
        padding: 10px 0;
    }
    .form-message{
        text-align: center;
    }






}



