* {
    margin: 0;
    padding: 0;
}

body {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.nav {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    padding: 15px;
    background-color: #5B7EE3;
}

.nav img {
    width: 200px;
}

.nav a {
    text-decoration: none;
    font-size: xx-large;
    color: black;
}

.div {
    width: 70%;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px;
}

.nn {
    display: flex;
    justify-content: space-around;
    align-items: center;
    padding: 20px;
    width: 100%;
}

.n {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 20%;
    gap: 10px;
    padding: 10px;
    font-size: x-large;
}

.n img {
    width: 100%;
}

.naslov {
    margin-top: 20px;
}

.n a {
    color: black;
    text-decoration: none;
}

.n h3 {
    text-align: center;
}

.nnn {
    display: flex;
    align-items: center;
    padding: 20px;
    width: 100%;
}

.n h3:hover {
    color: orange;
    transition: 0.3s;
}

.pozadina {
    width: 100%;
}

.pozadina1 {
    width: 100%;
}

.pozdaina img,
.pozadina1 img {
    display: block;
    width: 50%;
}

.dugme {
    position: absolute;
    left: 4%;
    z-index: 100;
    bottom: 17%;
    cursor: pointer;
}

.logo {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
}

.kontakt-naslov {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 50px;
    text-align: center;
    width: 30%;
    gap: 20px;
}

.kontakt-levi {
    display: flex;
    flex-direction: column;
    width: 30%;
    gap: 15px;
    justify-content: center;
    align-items: center;
}

.kontakt-levi h1 {
    color: #141414;
    text-align: center;
}

.kontakt-levi2 div {
    justify-content: center;
}

.kontakt-levi h1,
.kontakt-levi hr {
    width: 80%;
}

.kontakt-div {
    display: flex;
    width: 100%;
    justify-content: center;
    margin-top: 50px;
}

.kontaktf,
.porucivanje-form1,
.porucivanje-form2 {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px;
    width: 70%;
    background-color: #5B7EE3;
    border-radius: 20px;
    justify-content: center;
    padding: 40px 5px 40px 5px;
}

.kontakt-desni {
    width: 30%;
    display: flex;
    align-items: center;
    flex-direction: column;
}

.kontaktf input,
.kontaktf textarea {
    width: 70%;
    padding: 10px;
    background-color: white;
    color: black;
    border-radius: 10px;
    border: none;
    outline: none;
    font-size: large;
}

.kontaktf input::placeholder,
.kontaktf textarea::placeholder {
    color: black;
    font-size: large;
    font-weight: bolder;
}

.porucivanje-form1 input,
.porucivanje-form1 textarea {
    width: 70%;
    padding: 10px;
    background-color: white;
    color: black;
    border-radius: 10px;
    border: none;
    outline: none;
    font-size: large;
}

.porucivanje-form1 input::placeholder,
.porucivanje-form1 textarea::placeholder {
    color: black;
    font-size: large;
    font-weight: bolder;
}

.porucivanje-form2 input,
.porucivanje-form2 textarea {
    width: 70%;
    padding: 10px;
    background-color: white;
    color: black;
    border-radius: 10px;
    border: none;
    outline: none;
    font-size: large;
}

.porucivanje-form2 input::placeholder,
.porucivanje-form2 textarea::placeholder {
    color: black;
    font-size: large;
    font-weight: bolder;
}

.kontaktf button {
    width: 75%;
    padding: 20px;
    background-color: black;
    border: none;
    color: white;
    font-size: larger;
    font-weight: bolder;
    border-radius: 10px;
}

.porucivanje-form1 button {
    width: 75%;
    padding: 20px;
    background-color: black;
    border: none;
    color: white;
    font-size: larger;
    font-weight: bolder;
    border-radius: 10px;
}

.porucivanje-form2 button {
    width: 75%;
    padding: 20px;
    background-color: black;
    border: none;
    color: white;
    font-size: larger;
    font-weight: bolder;
    border-radius: 10px;
}

.kontaktf button:hover {
    cursor: pointer;
}

.porucivanje-form1 button:hover {
    cursor: pointer;
}

.porucivanje-form2 button:hover {
    cursor: pointer;
}

.kontakt-img {
    width: 80%;
}

.kontakt-ik {
    width: 25px;
}

.kontakt-ikd {
    display: flex;
    gap: 20px;
    width: 100%;
}

.kontakt-levi2 {
    display: flex;
    align-items: center;
    flex-direction: column;
    gap: 15px;
    width: 80%;
    margin-top: 20px;
    border: 5px dotted black;
    border-radius: 15px;
}

.red {
    display: flex;
    width: 100%;
    justify-content: space-around;
    margin-top: 20px;
    align-items: center;
}

.porucivanjeInfo {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 30%;
}

.porucivanjeInfo button a {
    text-decoration: none;
    color: white;
}

.porucivanje-form1 {
    background-color: #00C1EA;
}

.porucivanje-form2 {
    background-color: #FBB70E;
}

footer {
    width: 100%;
    background-color: white;
    color: black;
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    margin-top: 50px;
    padding: 20px;
    font-size: larger;
    background-color: #5B7EE3;
}

.fdiv {
    width: 30%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-evenly;
}

.fdiv a {
    color: black;
    text-decoration: none;
    font-size: larger;
}

.ik {
    display: flex;
    width: 50%;
    gap: 20px;
}

.ik img {
    width: 30px;
}

.logic {
    width: 25%;
}

.lokacija {
    width: 70%;
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    flex-direction: column;
}

.restoran {
    width: 100%;
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    padding: 10px;
}

.restoran img {
    width: 40%;
}

.restoran div {
    width: 40%;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 60px;
}

.mapouter {
    margin: 50px 0px 50px 0px;
    width: 80%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.n img {
    min-width: 100px;
}

@media screen and (max-width: 768px) {

    .nav,
    footer,
    .nn {
        flex-direction: column;
    }

    .fdiv {
        width: 80%;
        justify-content: center;
        align-items: center;
    }

    .ik {
        justify-content: center;
        align-items: center;
    }
}

@media screen and (max-width: 1060px) {
    .pozadina {
        width: 100%;
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .red {
        flex-direction: column;
        align-items: center;
        justify-content: center;
        gap: 40px;
    }

    .red div {
        width: 80%;
    }

    .red div img {
        width: 100%;
    }

    .lokacija {
        width: 100%;
    }

    .restoran {
        flex-direction: column;
        width: 80%;
    }

    .restoran div {
        align-items: center;
        justify-content: center;
        text-align: center;
        gap: 10px;
    }

    .restoran img,
    .restoran div {
        width: 80%;
    }
}

@media screen and (max-width: 1200px) {
    .kontakt-div {
        flex-direction: column;
        align-items: center;
        gap: 40px;
    }

    .kontakt-desni,
    .kontakt-levi {
        width: 70%;
    }

    .kontakt-levi2 {
        padding: 20px;
    }

    .kontakt-naslov {
        width: 80%;
    }
}