@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;
}

body {
    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-boking {
    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;
}

.glavni-opis {
    font-family: 'JostRegular', sans-serif;
    font-size: 18px;
}

.about-section {
    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: 800px;
    margin: 60px auto;
}

.about-section p {
    font-family: 'JostRegular', sans-serif;
    font-size: 16px;
    color: #555;
    margin-bottom: 20px;
}

.main-container {
    display: flex;
    margin: 0;
    height: auto;
    width: 100%;
    max-width: 1200px;
    position: relative;
    padding: 150px 0 100px 0;
    flex-direction: row;
    justify-content: space-between;
    column-gap: 50px;
}

.right-column {
    display: flex;
    margin: 0;
    height: auto;
    width: 100%;
    max-width: 575px;
    min-height: 575px;
    position: relative;
    flex-direction: column;
    column-gap: 0;
    row-gap: 0;
    padding: 0;
    background-position: 50% 50%;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-clip: border-box;
    background-origin: padding-box;
    border-radius: 100% 100% 0 0;
}

.stats-box {
    display: flex;
    margin: auto -50px 100px auto;
    height: auto;
    width: 100%;
    min-height: 140px;
    max-width: 300px;
    position: relative;
    padding: 20px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background-image: linear-gradient(270deg, rgba(127,127,127,0.2) 0%, rgba(127,127,127,0.2) 100%);
}

.custom-text-large {
    font-family: 'Marcellus', serif;
    font-size: 75px;
    font-weight: 400;
    color: white;
    letter-spacing: 1px;
    line-height: 85px;
    padding: 0 0 13px 0;
    text-align: left;
    display: block;
    width: 100%;
}

.custom-text-small {
    font-family: 'Jost', sans-serif;
    font-size: 18px;
    font-weight: 400;
    color: white;
    letter-spacing: 0;
    line-height: 28px;
    padding: 0 0 39px 0;
    text-align: left;
    opacity: 0.8;
    display: block;
    width: 100%;
}

.custom-button {
    display: block;
    z-index: 1;
    margin: 0;
    width: fit-content;
    height: fit-content;
    position: relative;
    padding: 10px 42px;
    border-radius: 2px;
    font-family: 'Jost', sans-serif;
    font-size: 16px;
    font-weight: 600;
    color: white;
    letter-spacing: 2px;
    line-height: 26px;
}

.custom-button:hover {
    background-color: #00a8be;
    border-color: #00a8be;
}

#Glavnitekst {
    font-family: 'Marcellus', serif;
    font-size: 3.5rem;
    font-weight: 400;
    letter-spacing: 1px;
    line-height: 1.1;
    color: white !important;
}

p {
    font-size: 1.125rem;
    line-height: 1.6;
    opacity: 0.8;
    color: white;
}

.btn-custom {
    padding: 10px 42px;
    background-color: #AB8965;
    border-radius: 2px;
    border: 2px solid #AB8965;
    font-family: 'Jost', sans-serif;
    font-size: 16px;
    font-weight: 600;
    color: white;
    letter-spacing: 2px;
    line-height: 26px;
    text-decoration: none;
    display: inline-block;
    transition: background-color 0.3s, border-color 0.3s;
}

.btn-custom:hover {
    background-color: #00a8be;
    border-color: #00a8be;
    color: white;
    text-decoration: none;
}

.image-container {
    width: 560px;
    height: 640px;
    margin: 50px auto;
    background-image: url("../images/zakrivljena_slika.jpg");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    border-radius: 65% 65% 0 0;
}

.lead.opacity-75 {
    opacity: 0.8 !important;
}

#Srecnigosti {
    background-color: #E6E6E6;
    padding: 0;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 180px;
    height: 180px;
    border-radius: 20px 20px 0 0;
    color: #AB8965;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

#Brojgostiju {
    color: #AB8965 !important;
    font-family: 'Marcellus', sans-serif;
}

.square-box {
    width: 180px;
    height: 180px;
    background-color: white;
    border-radius: 20px;
    color: #AB8965;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    margin: 0 auto;
    padding: 20px;
    box-sizing: border-box;
    text-align: center;
}

.Drugi_dio {
    min-height: 69vh;
    background-color: white;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    padding: 40px 5%;
    position: relative;
    background-image: url("../images/dbr10.jpg");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.tekst-drugi-dio {
    padding: 20px;
    box-sizing: border-box;
    background: white;
    height: auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    color: black;
    text-align: center;
    margin: 0 auto;
    max-width: 600px;
    border-radius: 10px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}

.tekst-drugi-dio h1 {
    font-family: 'Marcellus', sans-serif;
    font-size: 52px;
    margin: 0;
}

.tekst-drugi-dio p {
    font-family: 'JostRegular', sans-serif;
    font-size: 14px;
    color: gray;
    margin: 10px 0;
}

.tekst-drugi-dio .btn-custom {
    margin-top: 10px;
}

.Treci_dio {
    min-height: 37vh;
    background-image: url("../images/trecidio.jpg");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-color: rgba(0, 0, 0, 0.5);
    background-blend-mode: darken;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    color: white;
    padding: 0 20px;
}

.Treci_dio p {
    font-size: 16px;
    max-width: 300px;
    margin-bottom: 10px;
    font-family: 'JostRegular', sans-serif;
}

.Treci_dio h1 {
    font-size: 55px;
    margin: 0;
    font-family: 'Marcellus', sans-serif;
}

.cetvrti-dio {
    min-height: auto;
    background-color: white;
    justify-content: center;
    align-items: center;
    text-align: center;
    padding-bottom: 0;
    width: 100vw;
    margin: 0 auto;
}

.Footer {
    min-height: 50vh;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    background-color: #181818;
    flex-wrap: wrap;
}

.red {
    display: flex;
    width: 100%;
    min-height: 600px;
}

.tekst {
    flex: 1;
    background-color: white;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 0 200px;
    box-sizing: border-box;
    text-align: center;
    min-width: 0;
}

.tekst h1, .tekst p {
    color: black !important;
}

.tekst h1 {
    font-family: 'Marcellus', sans-serif;
}

.tekst p {
    font-family: 'JostRegular', sans-serif;
    font-size: 16px;
}

.slika {
    flex: 1;
    background-color: blue;
    display: flex;
    justify-content: center;
    align-items: center;
    color: white;
    font-size: 40px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.tekst, .slika {
    flex-basis: 50%;
    flex-shrink: 0;
}

#CD_prvaslika {
    background-image: url("../images/kuca.jpg");
}

#CD_drugaslika {
    background-image: url("../images/sofaunutra.jpg");
}

#CD_trecaslika {
    background-image: url("../images/priroda.jpg");
}

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;
}

.arrow-down {
    width: 0;
    height: 0;
    margin: 20px auto 0;
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
    border-top: 20px solid #2e7d32;
    animation: bounce 1.5s infinite;
    cursor: pointer;
}

@keyframes bounce {
    0%, 20%, 50%, 80%, 100% { transform: translateY(0); }
    40% { transform: translateY(10px); }
    60% { transform: translateY(5px); }
}

.fw-bold {
    color: black !important;
    font-family: 'Marcellus', sans-serif;
    font-size: 52px;
}

@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;
    }
    .image-container {
        width: 90%;
        height: auto;
        aspect-ratio: 1 / 1.1;
        border-radius: 50% 50% 0 0;
    }
    .container {
        max-width: 1140px;
    }
}

@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;
    }
    .glavni-opis {
        font-size: 16px;
    }
    .image-container {
        width: 100%;
        height: 500px;
        border-radius: 50% 50% 0 0;
        margin: 20px auto;
    }
    .Drugi_dio {
        flex-direction: column;
        min-height: auto;
        padding: 20px;
    }
    .tekst-drugi-dio {
        flex: none;
        width: 100%;
        height: auto;
        padding: 20px;
        max-width: 600px;
    }
    .tekst-drugi-dio h1 {
        font-size: 42px;
        margin: 0;
    }
    .tekst-drugi-dio p {
        font-size: 14px;
        margin: 10px 0;
    }
    .Treci_dio {
        min-height: auto;
        padding: 50px 20px;
    }
    .Treci_dio h1 {
        font-size: 45px;
    }
    .Treci_dio p {
        font-size: 14px;
    }
    .cetvrti-dio {
        min-height: auto;
        padding: 20px 0;
    }
    .red {
        flex-direction: column;
        min-height: auto;
    }
    .tekst, .slika {
        flex: none;
        width: 100%;
        height: auto;
        padding: 20px;
    }
    .tekst {
        padding: 20px;
        order: 1;
    }
    .slika {
        height: 350px;
        order: 2;
    }
    .red:nth-child(2) .slika {
        order: 2;
    }
    .red:nth-child(2) .tekst {
        order: 1;
    }
    .tekst h1 {
        font-size: 32px;
    }
    .tekst p {
        font-size: 14px;
    }
    .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: 767.98px) {
    .container {
        padding-left: 20px;
        padding-right: 20px;
    }
    .glavni-tekst {
        font-size: 50px !important;
    }
    .image-container {
        height: 400px;
    }
    .tekst-drugi-dio h1 {
        font-size: 36px;
    }
    .Treci_dio h1 {
        font-size: 40px;
    }
    .tekst h1 {
        font-size: 28px;
    }
    .slika {
        height: 300px;
    }
    .about-section {
        padding: 20px 15px;
    }
    .nav-link {
        font-size: 14px;
        padding: 5px 6px !important;
    }
    .btn-bookingfirst {
        font-size: 13px !important;
        padding: 2px 12px !important;
    }
}

@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;
    }
    .btn-custom {
        padding: 8px 30px;
        font-size: 14px;
    }
    .glavni-tekst {
        font-size: 50px !important;
    }
    .about-section {
        margin: 40px auto;
    }
}

@media (max-width: 350px) {
    .tekst-drugi-dio {
        width: 100%;
        max-width: none;
        margin: 0;
        padding: 20px 10px;
        border-radius: 0;
        box-shadow: none;
    }
    .Drugi_dio {
        padding: 20px 0;
        background-image: none;
    }
    .toast {
        right: 5px;
        bottom: 5px;
        min-width: 0;
        max-width: calc(100vw - 10px);
        width: calc(100vw - 10px);
        z-index: 9999;
    }
    .toast-body {
        font-size: 12px;
    }
}