@import url('https://fonts.googleapis.com/css2?family=Raleway:wght@400;600;700;800;900&display=swap');

/* 
font-family: 'Playfair Display', serif;
font-family: 'Poppins', sans-serif; */

body {
    font-family: 'Raleway', sans-serif;
    font-size: 16px;
    color: #ffffff;
    background: #040707;
}

ul {
    margin: 0;
    padding: 0;
}

img {
    width: 100%;
}

.btn-primary {
    color: #fff;
    background-color: rgb(255, 0, 0);
    border-color: rgb(255, 0, 0)!important;
    padding: 0.5rem 0.5rem;
}

.btn-primary:hover {
    color: #fff;
    background-color: rgb(255, 0, 0)!important;
    border-color: rgb(255, 0, 0)!important;
}

.container-menu {
    padding-left: 5px!important;
    padding-right: 5px!important;
}

.top-header ul li:last-child {
    padding-right: 0px;
    border-right: 0px;
}

.navbar-nav {
    margin-left: auto;
    text-transform: uppercase;
}

li.nav-item {
    display: flex;
    align-items: center;
}

.navbar-expand-lg .navbar-nav .nav-link {
    color: #ffffff;
    padding-right: 15px;
    padding-left: 15px;
    padding-top: 0px;
    padding-bottom: 0px;
    border-top: none;
    font-weight: 600;
    font-size: 15px;
    margin: 0;
    transition: 0.2s all ease-in-out;
    border-right: 1px solid #fff;
    line-height: 1;
    letter-spacing: 1px;
}

.navbar-expand-lg .navbar-nav .nav-link:hover {
    color: #ff0000;
}

.navbar-expand-lg .navbar-nav .nav-link.active {
    color: #ff0000;
}

.navbar-expand-lg .navbar-nav .nav-item:nth-last-child(2) .nav-link {
    border-right: none;
}

.navbar-expand-lg .navbar-nav .nav-item:last-child .nav-link {
    border-right: none;
}

#banner {
    position: relative;
}

.banner-text {
    position: absolute;
    top: 50%;
    left: 10%;
    width: 22%;
    letter-spacing: 1px;
    transform: translateY(-50%);
}

a.nav-link.nav-phone {
    background-color: rgb(255, 0, 0);
    padding: 8px 30px!important;
    border-radius: 25px;
}

.nav-phone:hover {
    color: #ffffff!important;
}

a.button {
    border: 2px solid #ff0000;
    padding: 6px 30px;
    border-radius: 25px;
    color: #fff;
    text-decoration: none;
    transition: 0.3s all ease-in-out;
}

a.button:hover,
a.button-m:hover {
    background: #ff0000;
}

.banner-text * {
    margin-bottom: 25px;
}

.open-timing p {
    line-height: 15px;
}


/*pizza spin*/

.spinner {
    width: auto;
    height: auto;
    position: absolute;
    z-index: 18;
    right: 0;
    top: 50%;
    background: transparent;
    transform: translateY(-50%);
}

.loading-box {
    width: 34vw;
    height: auto;
    overflow: hidden;
}

#loading {
    -webkit-animation: rotation 50s infinite linear;
    width: 40vw;
    /* position: absolute; */
    overflow: hidden;
    z-index: 100;
}

@-webkit-keyframes rotation {
    from {
        -webkit-transform: rotate(0deg);
    }
    to {
        -webkit-transform: rotate(359deg);
    }
}


/*pizza spin*/


/* .nav-link::after {
    content: '';
    display: block;
    width: 0;
    height: 1px;
    background: #ffffff;
    margin: 9px auto;
    -webkit-transition: width 0.3s;
    transition: width 0.3s;
}

.nav-item .active::after {
    content: '';
    display: block;
    width: 100%;
    height: 1px;
    background: #ffffff;
    margin: 9px auto;
    -webkit-transition: width 0.3s;
    transition: width 0.3s;
}

.nav-link:hover::after {
    width: 100%;
} */

.navbar {
    padding: 0.5em 0.5em;
    background-color: #040707;
}

h1 {
    color: #ff0000;
    font-size: 2em;
    font-weight: 600;
}

.sub-head {
    color: #ffffff;
    font-size: 1.2em;
}

p {
    color: #ffffff;
}

.about-text p {
    width: auto;
    margin: 0 auto;
}

.p-tb {
    padding: 100px 0px;
}

section {
    position: relative;
}

#about-us::before {
    content: "";
    background: url(../img/tomato.png) no-repeat;
    width: 200px;
    height: 138px;
    position: absolute;
    left: -20px;
    top: -60px;
}

#about-us::after {
    content: "";
    background: url(../img/about-ing.png) no-repeat;
    width: 220px;
    height: 240px;
    position: absolute;
    bottom: -120px;
    right: 0px;
    z-index: 999;
}


/*#slider::after {
    content: "";
    background: url(../img/effect-b.png) no-repeat;
    width: 100%;
    height: 46px;
    position: absolute;
    bottom: -1px;
    left: 0px;
}


#opening-time::before {
    content: "";
    background: url(../img/effect-t.png) no-repeat;
    width: 100%;
    height: 46px;
    position: absolute;
    top: -1px;
    left: 0px;
}

#opening-time::after {
    content: "";
    background: url(../img/effect-b.png) no-repeat;
    width: 100%;
    height: 46px;
    position: absolute;
    bottom: -1px;
    left: 0px;
}*/

#about-us {
    background: url('../img/about-us.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
}

#menu {
    background: url('../img/menu-bg.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
}

.menu-button {
    padding: 50px 0px 0px 0px;
    width: 80%;
    margin: 0 auto;
    text-align: center;
}

a.button-m {
    border: 2px solid #ff0000;
    padding: 10px 250px;
    border-radius: 25px;
    color: #fff;
    text-decoration: none;
    transition: 0.3s all ease-in-out;
}

#opening-time {
    background-color: #161616;
}

.timing h1 {
    text-transform: uppercase;
    font-size: 2em;
    margin-bottom: 25px;
}

.timing p {
    color: #ffffff;
    font-size: 2em;
    text-transform: uppercase;
}

.menu-btn {
    margin: 40px auto;
    width: 50%;
}

button {
    background-color: transparent!important;
    outline: none;
    border: 0px!important;
    transition: 0.3s all ease-in-out!important;
    color: #000000!important;
}

button:hover {
    box-shadow: none;
}

.footer>.col-sm-4 {
    border-right: 1px solid #ffffff;
}

.footer>.col-sm-4:last-child {
    border-right: 0px;
}

.footer-logo img {
    width: 100%;
    margin-bottom: 25px
}

.footer h3 {
    font-family: 'Playfair Display', serif;
    color: #ff8a00;
}

.footer p {
    font-size: 1.1em;
    margin: 0px;
}

.copyright {
    background-color: #000000;
    padding: 20px 0;
}

.copyright p {
    color: #ffffff;
    margin: 0px;
}

.copyright a {
    color: inherit;
}

.inner-banner {
    height: 265px;
}

.inner-banner img {
    height: 265px;
    width: 100%;
    object-fit: cover;
}

#accordion2 h2,
#accordion2 p {
    margin: 0;
    padding: 10px 5px;
    font-size: 1.5em;
    text-transform: uppercase;
}

#accordion2 .accordionButton {
    background-color: #161616;
    border-bottom: 1px solid #ffffff;
    color: #fff;
    cursor: pointer;
}

#sallad {
    width: 100px;
    height: 100px;
    position: absolute;
    top: 40px;
    left: 50px;
}

#pasta {
    width: 100px;
    height: 100px;
    position: absolute;
    top: 50%;
    left: 50px;
    transform: translateY(-50%);
}

#burger {
    width: 100px;
    height: 100px;
    position: absolute;
    top: 80%;
    left: 50px;
    transform: translateY(-20%);
}

.contact h1 {
    color: #ffffff;
}

.container.meny-tabs {
    display: flex;
    justify-content: center;
}

.container.meny-tabs li {
    display: inline-block;
    padding: 20px;
}

.container.meny-tabs li a {
    color: #fff;
}

@media (max-width:800px) {
    .navbar-dark .navbar-toggler-icon {
        background-image: none;
    }
    button:focus {
        outline: none!important;
    }
}

@media (max-width:767px) {
    .banner-text {
        left: 5%;
        width: 50%;
    }
    .banner-text h1 {
        font-size: 22px;
    }
    .banner-text p {
        display: none;
    }
    .banner-text a {
        display: none;
    }
    a.navbar-brand {
        width: 75%;
    }
    li.nav-item {
        display: block;
    }
    a.button-m {
        padding: 10px 40px;
    }
    .about-text {
        margin-bottom: 40px;
    }
    .nav-phone {
        text-align: center;
    }
    .navbar-expand-lg .navbar-nav .nav-link {
        padding-top: 10px;
        padding-bottom: 10px;
        border-right: none;
    }
    .timing {
        font-size: 12px;
    }
    .inner-banner {
        height: auto;
    }
    .inner-banner img {
        height: auto;
        width: 100%;
        object-fit: contain;
    }
    #slider::after {
        bottom: -17px;
    }
    #about-us::before {
        left: -100px;
        top: -10px;
    }
    #about-us::after {
        width: 100px;
    }
    .footer>.col-sm-4 {
        border-right: 0px;
        margin-bottom: 25px;
        padding-bottom: 25px;
        border-right: 0px;
        border-bottom: 1px solid #161616;
    }
    .footer>.col-sm-4:last-child {
        border: 0px;
        margin-bottom: 0px;
        padding-bottom: 0px;
    }
    .copyright p {
        text-align: center!important;
    }
    .about-text p {
        width: 95%;
    }
    .navbar-dark .navbar-toggler-icon {
        background-image: none;
    }
    button:focus {
        outline: none!important;
    }
    .container.meny-tabs ul {
        text-align: center;
    }
    .container.meny-tabs ul li {
        padding: 15px 10px;
    }
    .contact {
        margin-bottom: 25px;
    }
    .contact h1 {
        font-size: 1.4em;
    }
}