@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 */

.navbar-brand {
    font-family: 'JostBold', sans-serif;
    font-size: 30px !important;
    color: white !important;
}
.nav-link {
    font-family: 'JostRegular', sans-serif;
    font-size: 18px;
    text-align: center;
    color: lightgray !important;
}
.navbar-nav {
    font-family: 'JostRegular', sans-serif;
    font-size: 18px !important;
}
.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;
}
.btn-bookingfirst:hover {
    background-color: white !important;
    color: black !important;
    transition: all 0.3s ease;
}
.navbar-nav .nav-item {
    list-style: none;
}
nav > .container-fluid > .collapse li.btn-booking {
    list-style: none;
    margin-left: 20px;
}
.custom-navbar {
    background-color: transparent !important;
    box-shadow: none !important;
}
body {
    margin: 0;
    background-color: white;
    font-family: sans-serif;
}
.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;
}
.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;
}
.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;
}
.left-column {
    display: flex;
    margin: 0;
    height: auto;
    width: 100%;
    max-width: 575px;
    position: relative;
    flex-direction: column;
    justify-content: center;
    column-gap: 0;
    row-gap: 0;
    padding: 0;
}
.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 {
    border: 2px solid white !important;
    color: white !important;
    font-weight: 600;
    letter-spacing: 2px;
    padding: 0.5rem 2.5rem;
    border-radius: 2px;
    transition: background-color 0.3s, border-color 0.3s;
    display: inline-block;
    text-decoration: none;
}
.btn-custom:hover {
    background-color: #0056b3;
    border-color: #0056b3;
    color: white;
}
.glavni-tekst {
    font-family: Marcellus, sans-serif;
    font-weight: 400;
    font-size: 75px !important;
}
.glavni-opis {
    font-family: JostRegular, sans-serif;
    font-size: 18px;
}
#Pocetna1 {
    margin-top: 20px;
    max-width: 600px;
    margin-left: 30px;
}
.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;
}
.navbar-nav {
    font-family: 'Jost', sans-serif;
    font-size: 18px !important;
    width: 100%;
    justify-content: center;
}
nav > .container-fluid > .collapse li.btn-booking {
    list-style: none;
    margin-left: 25%;
}
.custom-navbar {
    background-color: transparent !important;
    box-shadow: none !important;
}
.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;
}
@media (max-width: 1199.98px) {
    .navbar-brand {
        margin-left: 0 !important;
        flex-grow: 1;
        text-align: center;
    }
    .navbar-toggler {
        margin-right: 0;
    }
    .navbar-collapse {
        text-align: center;
    }
    .navbar-nav {
        justify-content: center;
    }
}
@media (max-width: 768px) {
    .container {
        padding-left: 20px;
        padding-right: 20px;
    }
}
.cetvrti-dio {
    width: 100%;
    background-color: white;
    padding-bottom: 0;
}
.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: blue !important;
}
#Footer-developer {
    color: #1abc9c;
    text-decoration: none;
    font-weight: bold;
    cursor: pointer;
}
#Footer-developer:hover {
    color: #16a085;
    text-decoration: underline;
}
.navbar-toggler {
    border-color: white;
}
.navbar-toggler-icon {
    filter: brightness(0) invert(1);
}
@media (max-width: 1350px) {
    .navbar-brand {
        font-size: 28px !important;
    }
    .nav-link {
        font-size: 17px;
    }
    .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;
    }
    #Pocetna1 {
        margin-left: 15px;
        padding: 0 15px;
    }
}
@media (max-width: 1199.98px) {
    .hero {
        height: auto;
        padding: 50px 0;
    }
    #Pocetna1 {
        margin-left: 0;
        max-width: 100%;
        text-align: center;
        padding: 0 20px;
    }
    .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;
    }
    #Srecnigosti {
        width: 160px;
        height: 160px;
        border-radius: 15px 15px 0 0;
    }
    #Brojgostiju {
        font-size: 3rem;
    }
    .square-box p {
        font-size: 14px;
    }
    .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;
    }
    nav > .container-fluid > .collapse li.btn-booking {
        margin-left: 0;
        text-align: center;
    }
    .navbar-nav .btn-bookingfirst {
        display: block;
        margin: 10px auto;
    }
}
@media (max-width: 767.98px) {
    .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;
    }
}
@media (max-width: 576px) {
    .navbar-brand {
        font-size: 24px !important;
    }
    .nav-link {
        font-size: 16px;
    }
    .btn-bookingfirst {
        font-size: 14px !important;
        padding: 5px 15px !important;
    }
    .btn-custom {
        padding: 8px 30px;
        font-size: 14px;
    }
    #Glavnitekst {
        font-size: 2.5rem;
    }
    p {
        font-size: 1rem;
    }
}
@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;
    }
}
/* Sekcija lokacije */
.lokacija_embedded {
    height: 60vh; /* visina mape */
    border-top: 10px solid; /* linear gradient će biti ovdje */
    border-image: linear-gradient(to right, rgba(107,175,146,0.4), rgba(168,213,186,0.4)) 1;
}

/* Centriranje iframe-a unutar mape */
.lokacija_embedded iframe {
    display: block;
    margin: 0 auto;
    height: 100%;
    width: 100%;
    border: 0;
}

/* Centriranje naslova i padding */
#lokacija {
    text-align: center;
    padding: 50px 20px;
}

/* Stil naslova */
#lokacija h2 {
    margin-bottom: 20px;
    font-size: 2em;
}

/* Omotavač oko iframe-a */
.map-container {
    display: inline-block;
    max-width: 900px;   /* maksimalna širina */
    width: 100%;        /* responsive */
    height: 375px;
    border-radius: 15px;
    overflow: hidden;
    box-shadow: 0 2px 12px rgba(0,0,0,0.15); /* blaga sjena */
}
