@font-face {
    font-family: 'JostBold';
    src: url('../fonts/Jost-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
}
@font-face {
    font-family: 'JostRegular';
    src: url('../fonts/Jost-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'JostSemiBold';
    src: url('../fonts/Jost-SemiBold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
}
@font-face {
    font-family: 'Marcellus';
    src: url('../fonts/Marcellus-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

/* Developed by adza */

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html, body {
    margin: 0;
    padding: 0;
    height: 100%;
    width: 100%;
    font-family: 'JostRegular', sans-serif;
    background-color: white;
    color: #333;
    line-height: 1.6;
}

.custom-navbar {
    background-color: transparent !important;
    box-shadow: none !important;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 1000;
    padding: 10px 0;
}

.navbar-brand {
    font-family: 'JostBold', sans-serif;
    font-size: 30px !important;
    color: white !important;
    white-space: nowrap;
    margin-right: 20px;
}

.nav-link {
    font-family: 'JostRegular', sans-serif;
    font-size: 18px;
    color: lightgray !important;
    text-align: center;
    padding: 8px 10px !important;
    white-space: nowrap;
}

.navbar-nav {
    font-family: 'JostRegular', sans-serif;
    font-size: 18px !important;
    display: flex;
    align-items: center;
    gap: 10px;
    justify-content: flex-end;
    width: 100%;
}

.navbar-nav .nav-item {
    list-style: none;
}

nav > .container-fluid > .collapse li.btn-booking {
    list-style: none;
    margin-left: 20px;
}

.btn-bookingfirst {
    padding: 3px 20px !important;
    background-color: transparent !important;
    border-radius: 2px !important;
    border: 2px solid white !important;
    font-family: 'JostRegular', sans-serif !important;
    font-size: 16px !important;
    font-weight: 600 !important;
    color: white !important;
    white-space: nowrap;
}

.btn-bookingfirst:hover {
    background-color: white !important;
    color: black !important;
    transition: all 0.3s ease;
}

.navbar-toggler {
    border-color: white !important;
}

.navbar-toggler-icon {
    filter: brightness(0) invert(1);
}

.navbar-collapse.show {
    background-color: transparent !important;
}

.hero {
    height: 100vh;
    background-image: url('../images/dbr7.jpg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-color: rgba(0, 0, 0, 0.6);
    background-blend-mode: darken;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    color: white;
    position: relative;
    padding-top: 60px;
}

.hero::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.6);
    z-index: 0;
}

.hero-content {
    position: relative;
    z-index: 1;
}

.glavno-polje {
    z-index: 1;
}

.glavni-tekst {
    font-family: 'Marcellus', sans-serif;
    font-weight: 400;
    font-size: 75px !important;
}

.contact-box {
    padding: 40px 30px;
    background: rgba(255, 255, 255, 0.9);
    border-radius: 12px;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.15);
    max-width: 500px;
    margin: 60px auto;
}

.contact-box p {
    font-family: 'JostRegular', sans-serif;
    font-size: 16px;
    color: #555;
    margin-bottom: 20px;
}

.Footer {
    min-height: 50vh;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    background-color: #181818;
    flex-wrap: wrap;
}

.Footer p {
    color: white;
}

footer h1, h2, h3, h4, h5, h6 {
    font-family: 'JostBold', sans-serif;
    color: white !important;
}

#KONTAKT-FOOTER {
    font-family: 'JostRegular', sans-serif;
    color: white !important;
}

#Footer-kontakt {
    font-family: 'JostRegular', sans-serif;
    font-size: 14px;
    color: white;
    margin: 5px 0;
}

#Footer-developer {
    color: #1abc9c;
    text-decoration: none;
    font-weight: bold;
    cursor: pointer;
}

#Footer-developer:hover {
    color: #16a085;
    text-decoration: underline;
}

@media (max-width: 1350px) {
    .navbar-brand {
        font-size: 28px !important;
        margin-right: 15px;
    }
    .nav-link {
        font-size: 17px;
        padding: 8px 8px !important;
    }
    .navbar-nav {
        gap: 8px;
        justify-content: flex-end;
    }
    nav > .container-fluid > .collapse li.btn-booking {
        margin-left: 15px;
    }
    .hero {
        height: auto;
        padding: 60px 0;
    }
    .glavni-tekst {
        font-size: 65px !important;
    }
}

@media (max-width: 1199.98px) {
    .navbar-brand {
        margin-left: 0 !important;
        margin-right: 10px;
        flex-grow: 1;
        text-align: center;
        font-size: 26px !important;
    }
    .navbar-toggler {
        margin-right: 0;
    }
    .navbar-collapse {
        text-align: center;
    }
    .navbar-nav {
        justify-content: center;
        gap: 0;
    }
    .nav-link {
        font-size: 16px;
        padding: 6px 8px !important;
    }
    .btn-bookingfirst {
        font-size: 14px !important;
        padding: 3px 15px !important;
    }
    nav > .container-fluid > .collapse li.btn-booking {
        margin-left: 0;
        text-align: center;
    }
    .navbar-nav .btn-bookingfirst {
        display: block;
        margin: 10px auto;
    }
    .hero {
        height: auto;
        padding: 60px 0;
    }
    .glavni-tekst {
        font-size: 60px !important;
    }
}

@media (max-width: 767.98px) {
    .container {
        padding-left: 20px;
        padding-right: 20px;
    }
    .glavni-tekst {
        font-size: 50px !important;
    }
    .contact-box {
        padding: 20px 15px;
    }
    .nav-link {
        font-size: 14px;
        padding: 5px 6px !important;
    }
    .btn-bookingfirst {
        font-size: 13px !important;
        padding: 2px 12px !important;
    }
    .Footer {
        flex-direction: column;
        min-height: auto;
        padding: 20px 0;
    }
    .Footer > div {
        flex: none;
        width: 100%;
        margin: 10px 0 !important;
        text-align: center;
    }
    #footertekst, .Footer h3 {
        font-size: 24px;
    }
    #Footer-kontakt {
        font-size: 14px;
    }
    .Footer > div:last-child {
        margin-top: 20px;
    }
}

@media (max-width: 576px) {
    .navbar-brand {
        font-size: 24px !important;
    }
    .nav-link {
        font-size: 13px;
        padding: 4px 5px !important;
    }
    .btn-bookingfirst {
        font-size: 12px !important;
        padding: 2px 10px !important;
    }
    .glavni-tekst {
        font-size: 50px !important;
    }
    .contact-box {
        margin: 40px auto;
    }
}