/*
    General
*/

html {
    scroll-behavior: smooth;
}

body {
    width: 100%;
    margin: 0;
}

/*
    Custom Slider 
/

/* width */
::-webkit-scrollbar {
    width: 16px;
    background: #2b2b2b;
}
  
/* Track */
::-webkit-scrollbar-track {
    border-radius: 10px;
}
   
/* Handle */
::-webkit-scrollbar-thumb {
    background: #d49b17; 
    border-radius: 10px;
}
  
/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
    filter: brightness(120%); 
}

/*
    NAVIGATION
*/
@media only screen and (max-width: 740px) {
    .desktop {
        display: none!important;
    }
    .mobile {
        display: block!important;
    }
}

/* MOBILE */

.mobile {
    display: none;
    font-size: 32px;
    color: white
}

.open-menu {
    position: fixed;
    background-color: rgb(41, 41, 41);
    width: 100%;
    height: 100%;
    z-index: 5;
    bottom: 0;
    left: 0;
}

.open-menu ul {
    list-style: none;
    padding-left: 24px;
}

.open-menu li {
    margin-bottom: 8px;
}

.open-menu li a {
    color: white;
    font-family: 'Poppins', sans-serif;
    text-decoration: none;
    font-size: 24px;
}

nav {
    z-index: 99;
    font-family: 'Poppins', sans-serif;
    margin: 0;
    padding: 0;
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    background-color: #323232;
    display: flex;
    justify-content: center;
}

nav .container {
    width: 95%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

nav .container a img {
    width: 60%;
    height: auto;
}

nav #logo-container a {
    display: flex;
    align-items: center;
}

nav .desktop ul {
    display: flex;
    gap: 24px;
    list-style: none;
}

nav .desktop ul li a {
    color: white;
    text-decoration: none;
    font-size: 1em;
}

nav .desktop ul li a:hover {
    transition: .5s;
}

nav .desktop ul li a:hover {
    color: #d49b17;
}

/*
    HERO
*/

/* FOR PHONES */
@media only screen and (max-width: 764px) {
    .hero {
        background-image: url('../img/bgs/hero-2.png')!important;
        background-position-x: center!important;
    }

    .hero .container {
        width: 100%!important;
        float: none!important;
        margin: 0!important; 
        position: relative;
        top: 280px;
        display: flex!important;
        justify-content: center!important;   
    }
}

.hero {
    font-family: 'Poppins', sans-serif;
    background-image: url('../img/bgs/hero.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    background-position-x: right;
    min-height: 460px;
}

.hero .container {
    float: right;
    margin-top: 320px;
    margin-right: 240px;
}

.hero button {
    color: #d49b17;
    background: rgba(0, 0, 0, 0.4);
    border: 1px solid rgba(0, 0, 0, 0.8);
    padding: 12px;
    margin-left: 12px;
    font-size: 20px;
}

.hero button:hover {
    cursor: pointer;
}

.hero a {
    color: #d49b17;
    text-decoration: none;
}

/*
    RESERVATION
*/

.reservation {
    background-color: #d49b17;
    display: flex;
    justify-content: center;
    align-content: center;
    padding: 12px;
}

.reservation button {
    background: rgba(0, 0, 0, 0.4);
    color: white;
    font-family: 'Poppins', sans-serif;
    border: 1px solid rgba(0, 0, 0, 0.6);
    border-radius: 5px;
}

.reservation button:hover {
    cursor: pointer;
}

.reservation h3 {
    font-family: 'Poppins', sans-serif;
    margin: 0;
    color: white;
    text-align: center;
}

/*
    MENU
*/

@media only screen and (max-width: 710px) {
    .menu .pizza {
        width: 90%!important;
    }
}

.menu {
    padding: 16px;
    background-color: #323232;
}

.menu hr {
    width: 25%;
}

/* TITLE & DESCRIPTION*/
.menu .section-title {
    font-family: 'Grenze Gotisch', cursive;
    color: white;
    text-align: center;
    margin: 0;
    padding-top: 10px;
}

.menu .section-description {
    font-family: 'Kaushan Script', cursive;
    color: white;
    text-align: center;
    margin: 0px;
    padding: 8px;
}

.pizzas {
    margin: 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.pizza {
    width: 45%;
    margin: 10px;
    display: flex;
}

.pizza .image {
    width: 100px;
    height: 100px;
    border-radius: 100%;
    box-shadow: 5px 5px 20px black;
    object-fit: cover;
    margin-right: 10px;
}

.pizza .about-pizza {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.pizza .about-pizza .name {
    font-weight: bold;
    color: white;
    font-family: 'Kaushan Script', cursive;
    font-size: 26px;
    letter-spacing: 1.5px;
    margin: 0px;
}

.pizza .about-pizza .about {
    font-style: italic;
    color: white;
    font-family: 'Poppins', sans-serif;
    font-size: 16px;
    letter-spacing: 1.5px;
}

/*
    PIZZA OF LOVE
*/

.pizza-of-love {
    background-image: url('../img/bgs/love.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    background-position-x: right;
    min-height: 420px;
    display: flex;
    align-items: center;
    padding: 24px;
}

.pizza-of-love .box {
    background-color: rgba(0, 0, 0, 0.6);
    width: 520px;
    height: fit-content;
    padding: 24px;
}

.love hr {
    width: 50%;
    margin-bottom: 24px;
}

.pizza-of-love .pizza-title {
    z-index: 2;
    font-family: 'Lovers Quarrel', cursive;
    text-align: center;
    font-size: 84px;
    color: pink;
    margin: 0;
}

.pizza-of-love .today-special {
    z-index: 2;
    color: white;
    font-family: 'Bacasime Antique', serif;
    text-align: center;
    font-size: 35px;
    margin: 0;
}

.pizza-of-love .about-special {
    color: white;
    z-index: 2;
    font-size: 24px;
    margin: 0;
}

/*
    ABOUT US
*/

.about-us {
    padding: 16px;
    background-color: #d49b17;
}

/* TITLE & DESCRIPTION*/
.about-us .section-title {
    font-family: 'Poppins', sans-serif;
    color: white;
    text-align: center;
    margin: 0;
    padding-top: 10px;
}

.about-us .section-description {
    font-family: 'Poppins', sans-serif;
    color: white;
    text-align: center;
    margin: 0px;
    padding: 8px;
}

.question {
    font-family: 'Oswald', sans-serif;
    font-size: 32px;
    color: rgb(68, 67, 67);
    margin: 0;
}

.answer {
    font-family: 'Poppins', sans-serif;
    color: white;
    font-size: 16px;
    font-weight: 500;
    margin-top: 8px;
}

/*
    FOOTER
*/

@media only screen and (max-width: 874px) {
    .contact-info {
        justify-content: center!important;
        align-items: center!important;
        width: 100%!important;
    }
    .line {
        display: none!important;
    }
    .contact-form {
        margin-top: 32px!important;
        width: 100%!important;
    }
}

footer {
    background: #2b2b2b;
    padding: 20px;
}

footer .email a,
footer .phone a,
footer .address a {
    color: #d49b17;
    text-decoration: none;
}

footer .contact-intro h1 {
    margin: 0;
    color: white;
    font-family: 'Poppins', sans-serif;
    text-align: center;
}

footer .contact-intro h5 {
    margin: 0;
    color: white;
    font-family: 'Poppins', sans-serif;
    text-align: center;
}

footer .contact-containerF {
    color: white;
    font-family: 'Poppins', sans-serif;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    flex-direction: row;
}

footer .contact-containerS {
    width: 100%;
    margin: 0;
    color: white;
    font-family: 'Poppins', sans-serif;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    flex-direction: row;
}

/* LINKS */
footer .links a {
    color: rgb(155, 155, 155);
    text-decoration: none;
    font-size: 14px;
}

footer .links a:hover {
    color: #d49b17;
}

/* CONTACT INFO */
footer .contact-info {
    width: 25%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

footer .contact-info .contact-us {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    gap: 20px;
    width: 100%;
}

footer .contact-info .contact-us #box {
    width: 100%;
    background-color:rgb(41, 41, 41);
}

footer .contact-info .contact-us #box .name {
    display: flex;
    flex-direction: row;
    gap: 16px;
    justify-content: center;
    align-items: center;
}

footer .contact-info .contact-us #box p {
    margin-top: 0;
    text-align: center;
}

/* LINE */
footer .line {
    border-left: 1px solid rgb(53, 53, 53);
    width: 2px;
}

/* FORM */
footer .contact-form {
    width: 70%;
    margin: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

footer .contact-form form .required {
    color: red;
}

footer .contact-form form {
    width: 95%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

footer .contact-form form label {
    color: white;
    text-align: left;
    width: 102%;
    margin-bottom: 4px;
}

footer .contact-form form input {
    color: white;
    background: rgba(0, 0, 0, 0.1);
    border: 1px solid rgba(0, 0, 0, 0.4);
    padding: 12px;
    font-size: 18px;
    width: 100%;
}

footer .contact-form form textarea {
    color: white;
    background: rgba(0, 0, 0, 0.1);
    border: 1px solid rgba(0, 0, 0, 0.4);
    padding: 12px;
    font-size: 18px;
    min-width: 100%;
    max-width: 100%;
}

footer .contact-form form input[type="submit"] {
    color: white;
    background: rgba(0, 0, 0, 0.1);
    border: 1px solid rgba(0, 0, 0, 0.4);
    padding: 12px;
    font-size: 18px;
    width: calc(100% + 12px + 18px);
    border-radius: 60px;
}

footer .contact-form form input[type="submit"] {
    cursor: pointer;
}

/* Credits */
.credits {
    color: rgb(155, 155, 155);
    font-family: 'Poppins', sans-serif;
    font-size: 10px;
    text-align: center;
}

/* OUR MENU */
@media only screen and (max-width: 820px) {
    .our-menu .box {
        width: 45%!important;
    }
}

@media only screen and (max-width: 600px) {
    .our-menu .box {
        width: 90%!important;
    }
}

.our-menu {
    margin: 0;
    overflow-x: hidden;
    background-image: url('../img/bgs/meni.jpg');
    padding-top: 1px;
    padding-bottom: 48px;
}

.our-menu hr {
    margin-bottom: 32px;
}

.our-menu #row3 {
    display: flex;
    width: 100%;
    gap: 10px;
    margin: 0;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}

.our-menu h1 {
    color: white;
    font-family: 'Cinzel', serif;
    font-size: 52px;
    text-align: center;
    margin-bottom: 12px;
    margin-top: 12px;
}

.our-menu .box {
    font-family: 'Sofia', cursive;
    color: white;
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 32%;
}

.our-menu .box img {
    width: 240px;
    border-radius: 100%;
}