* {
    margin: 0;
    padding: 0;
    font-family: sans-serif;
}

#sve {
    margin: 0;
    padding: 0 120px;
    width: 100%;
}

h2 span {
    border-bottom: 4px solid #5B3370;
    font-family: "Times New Roman";
    letter-spacing: 12px;
    font-size: 28px;
}

h3 span {
    border-bottom: 4px solid #5B3370;
    font-family: "Times New Roman";
    letter-spacing: 12px;
}

/*----------------------HEADER--------------------*/

#header {
    height: 100vh;
    margin: 0 -120px;
    background-image: url(../slike/heroslika.jpg);
    background-position: center;
    background-size: cover;
    top: 0;
    
}

#header-galerija {
    height: 100vh;
    background-color: rgba(91, 51, 112, 0.95);
    margin: -58px auto 0 auto;
    padding: 32px 0;
    text-align: center;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: space-evenly;
}

#header-galerija h1 {
    font-size: 40px;
    letter-spacing: 16px;
    font-family: 'Whisper', cursive;
    font-weight: 100;
}

#header-galerija h2 {
    margin-top: 32px;
    font-size: 40px;
    letter-spacing: 12px;
    font-family: times new roman;
    font-weight: 100;
}

#header-galerija img {
    height: 75vh;
    border: 3px solid #5B3370;
    border-radius: 12px;
}

.header-text {
    margin: -58px auto 0 auto;
    padding: 32px 0;
    text-align: center;
    color: #fff;
    background-color: rgba(91, 51, 112, 0.7);
    width: 100%;
    position: relative;
    top: 180px;
    position: sticky;
}

/*.header-text-galerija {
    margin: -128px auto 0 auto;
    padding: 32px 0;
    text-align: center;
    color: #fff;
    background-color: rgba(91, 51, 112, 1);
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-evenly;
}*/

.header-text h1 {
    font-size: 80px;
    letter-spacing: 16px;
    font-family: 'Whisper', cursive;
    font-weight: 100;
}

/*.header-text-galerija h1 {
    font-size: 50px;
}*/

.header-text h2 {
    margin-top: 32px;
    font-size: 14px;
    letter-spacing: 12px;
    font-family: times new roman;
    font-weight: 100;
}

/*.header-text-galerija h2 {
    font-size: 40px;
}*/

.logo {
    height: 56px;
    position: sticky;
    top: 0;
    left: 0;
    margin-left: -120px;
    background-color: #F7EDE1;
    padding: 6px 24px;
    border-bottom: 1.5px solid #5B3370;
    border-radius: 0 0 12px 0;
    z-index: 20;
}

.logo:hover {
    background-color: #DDBD98;
}

#menuBtn {
    height: 56px !important;
    width: 82px !important;
    top: 0 !important;
    right: 0 !important;
    background-color: #F7EDE1 !important;
    padding: 8px 24px !important;
    border-bottom: 1.5px solid #5B3370 !important;
    border-radius: 0 0 0 12px !important;
    z-index: 20 !important;
}

#menuBtn:hover {
    background-color: #DDBD98 !important;
}

#sideNav {
    background-color: rgba(91, 51, 112, 0.7) !important;
}

.common-btn {
    position: absolute;
    padding: 8px 60px;
    transform: translateY(-50%);
    left: 50%;
    bottom: 60px;
    border: 1.2px solid #5B3370;
    border-radius: 8px;
    background-color: #F7EDE1;
    color: #000;
    font-size: 18px;
    letter-spacing: 8px;
    font-weight: 500;
    font-style: normal;
    text-decoration: none;
}

.common-btn:hover {
    background-color: #DDBD98;
}

/*----------------------NAVIGACIJA--------------------*/

#sideNav {
    width: 250px;
    height: 100vh;
    position: fixed;
    right: -250px;
    top: 0;
    background: #f67c92;
    z-index: 2;
    transition: .5s;
}

nav ul li {
    list-style: none;
    margin: 50px 20px;
}

nav ul li a {
    text-decoration: none;
    color: #fff;
}

#menuBtn {
    width: 50px;
    position: fixed;
    right: 65px;
    top: 35px;
    z-index: 2;
    cursor: pointer;
}

/*----------------------BROJKE--------------------*/

#brojke {
    background-color: #F7EDE1;
    padding: 80px 120px;
    margin: 0 -120px;
}

.brojke-text {
    height: 180vh;
    background-image: url(../slike/vzptica.jpg);
    background-position: center;
    background-size: cover;
    border-radius: 12px;
    text-align: center;
}

.unutar-text {
    padding-top: 140px;
    line-height: 32px;
}

.unutar-text h2 {
    margin-bottom: 40px;
}

.unutar-text div {
    margin-bottom: 140px;
}

.unutar-text p {
    font-size: 20px;
    margin-bottom: 32px;
    letter-spacing: 8px;
}

.unutar-text .brojke-dno p {
    font-size: 14px;
    letter-spacing: 2px;
    margin-bottom: -140px;
}

.unutar-text .brojke-dno {
    bottom: 140px;
}

/*----------------------O VILLI--------------------*/

#ovilli {
    height: 110vh;
    background-image: url(../slike/vzptica.jpg);
    background-position: center;
    background-size: cover;
    padding: 00px 120px;
    margin: -80px -120px 80px -120px;

}

#ovilli-dva {
    height: 80vh;
    background-image: url(../slike/vzptica.jpg);
    background-position: center;
    background-size: cover;
    padding: 0px 120px;
    margin: 80px -120px 80px -120px;
}

.ovilli-text {
    padding: 0 60px 60px 60px;
    height: 110vh;
    background-image: none;
    background-color: rgba(247, 237, 225, 0.9);
    background-position: center;
    background-size: cover;
    text-align: center;
}

#ovilli-dva .ovilli-text {
    padding: 0 60px;
    height: 80vh;
}

#ovilli-dva .ovilli-text p {
    margin-top: -28px;
}


.ovilli-text p {
    padding: 0 60px 0px 60px;
    text-align: left;
}

.ovilli-text h2 {
    margin-bottom: 80px;
    margin-top: -40px;
}

.ovilli-sadrzaj {
    padding: 0 120px;
    margin: 0;
    font-size: 20px;
    margin-bottom: 32px;
    letter-spacing: 8px;
}

#section-btn {
    margin: 60px 0;
}

#section-btn .common-btn {

    padding: 8px 60px;
    border: 1.2px solid #F7EDE1;
    background-color: #5B3370;
    color: #fff;
    bottom: 0px;
    margin-left: -240px;
    position: relative;
}

#section-btn .common-btn:hover {
    background-color: rgba(91, 51, 112, 0.9);
}



/*----------------------SADRZAJ--------------------*/

#sadrzaj {
    padding: 0px;
    height: 80vh;
}

#sadrzaj h2 {
    margin-top: 80px;
}

.liste {
    display: flex;
    color: #000;
    font-size: 18px;
    list-style: none;
    justify-content: space-evenly;
    text-align: left;
    width: 100%;
}

.liste ul li {
    list-style: none;
    margin-bottom: 28px;
}

.listeikone {
    font-size: 24px;
    margin: 0;
    margin-top: 40px;
    padding: 0;
}

.listeikone li img {
    width: 32px;
    margin-bottom: -8px;
    margin-right: 12px;
}

/*----------------------SADRZAJ-NASTAVAK--------------------*/

#sadrzaj-dropdown {
    margin-top: 20px;
}

#sadrzaj-dropdown .d-inline-flex {
    position: absolute;
    left: 50%;
    margin-left: -100px;
    margin-top: -60px;
    z-index: 20;
}

#sadrzaj-dropdown .d-inline-flex a {
    border-color: #000 !important;
    background-color: #5B3370 !important;
}

#sadrzaj-dropdown .d-inline-flex a:hover {
    background-color: #482959 !important;
}

.card {
    --bs-card-spacer-x: 0 !important;
}

.sn-text h4 {
    font-size: 16px;
    font-weight: 600;
}

.sn-text {
    padding: 0px;
    margin-left: -4px;
    display: flex;
    color: #000;
    font-size: 14px;
    list-style: none;
    text-align: left;
}

.sn-text h3 {
    margin-bottom: 40px;
    font-size: 22px;
}

.sn-text-p {
    margin-left: 6px;
    line-height: 24px;
}

/*----------------------GALERIJA--------------------*/


#galerija {
    background-color: #F7EDE1;
    margin: 60px -120px;
    padding: 40px 120px;
}

.slika-mapa  {
    text-align: center;
}

.slika-mapa img {
    width: 90%;
    margin-bottom: 40px;
}

#galerija h2 {
    margin-bottom: 40px;
}

.gallery {
    display: grid;
    grid-template-columns: repeat(4, 0.5fr);
}

.gallery img {
    width: 100%;
    padding: 10px;
    height: auto;
    cursor: pointer;
    transition: transform 0.2s;
}

.lightbox {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.9);
    justify-content: center;
    align-items: center;
    z-index: 500;
}

.lightbox img {
    max-width: 90%;
    max-height: 90%;
    cursor: pointer;
    border: 2px solid #fff;
    border-radius: 5px;
}

.close-btn {
    position: absolute;
    top: 15px;
    right: 15px;
    color: #fff;
    font-size: 32px;
    cursor: pointer;
}

.nav-btn {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    font-size: 30px;
    color: #fff;
    cursor: pointer;
}

.prev-btn {
    left: 15px;
}

.next-btn {
    right: 15px;
}

.btn-primary {
    --bs-btn-color: #fff;
    --bs-btn-bg: #5B3370 !important;
    --bs-btn-border-color: #000 !important;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: rgba(91, 51, 112, 0.9) !important;
    --bs-btn-hover-border-color: #000;
    --bs-btn-focus-shadow-rgb: 49, 132, 253;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: rgba(91, 51, 112, 0.9) !important;
    --bs-btn-active-border-color: #000 !important;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #fff;
    --bs-btn-disabled-bg: rgba(91, 51, 112, 0.9) !important;
    --bs-btn-disabled-border-color: #000 !important;
}


/*----------------------GALERIJA-STRANICA--------------------*/

    .gallery-section {
      max-width: 90%;
      margin: 20px auto;
    }

    .gallery-section h2 {
      font-size: 24px;
      margin-bottom: 10px;
    }

    .photo-grid {
      display: grid;
      grid-template-columns: repeat(5, minmax(150px, 1fr));
      gap: 10px;
        margin-top: 40px;
    }

    .photo-grid img {
      width: 100%;
      height: auto;
      cursor: pointer;
      border-radius: 8px;
      transition: transform 0.2s;
    }

    .photo-grid img:hover {
      transform: scale(1.1);
    }

    .lightbox {
      display: none;
      position: fixed;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background: rgba(0, 0, 0, 0.9);
      justify-content: center;
      align-items: center;
    }

    .lightbox img {
      max-width: 90%;
      max-height: 90%;
      cursor: pointer;
      border: 2px solid #fff;
      border-radius: 5px;
    }

    .close-btn {
      position: absolute;
      top: 15px;
      right: 15px;
      color: #fff;
      font-size: 32px;
      cursor: pointer;
    }

    .nav-btn {
      position: absolute;
      top: 50%;
      transform: translateY(-50%);
      font-size: 30px;
      color: #fff;
      cursor: pointer;
    }

    .prev-btn {
      left: 15px;
    }

    .next-btn {
      right: 15px;
    }

/*----------------------GEOLOKACIJA--------------------*/

.geolokacija-flex {
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 18px;
}

.geolokacija-flex div {
    max-width: 48%;
    max-height: 50vh;
    margin-top: 40px;
}

.geolokacija-flex div iframe {
    max-width: 100%;
    max-height: 50vh;
}

#lokacija-dva {
    padding-left: 120px;
}

/*----------------------REZERVACIJA--------------------*/

#rezervacija {
    margin: 80px -120px 0 -120px;
    background-color: #F7EDE1;
    padding: 80px 120px;
    position: relative;
    height: 130vh;
}

.kalendar {
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
    
}

.dostupnost {
    margin-top: 40px;
    background: #F7EDE1 !important;
    }

.dostupnost-mob {
    display: none;
    }

.mail {
    font-size: 20px;
    margin-bottom: 32px;
    letter-spacing: 8px;
}

.mail h3 {
    font-family: times new roman;
    font-size: 24px;
    font-weight: 600;
}
    
    
/*----------------------FOOTER--------------------*/

footer {
    padding: 80px 120px 40px 120px;
    margin: 0 -120px;
    background-color: rgba(91, 51, 112, 1);
    color: #fff;
    line-height: 18px;
    letter-spacing: 2px;
}


/*----------XXXXXXXXXXXXXXXXXXXXXXXXXXXXXX------------T-A-B-L-E-T-----------XXXXXXXXXXXXXXXXXXXXXXXXXXXXXX---------*/

@media screen and (max-width: 1200px) {



/*----------XXXXXXXXXXXXXXXXXXXXXXXXXXXXXX------------M-O-B-I-L-E-----------XXXXXXXXXXXXXXXXXXXXXXXXXXXXXX---------


@media screen and (max-width: 614px) {*/

    body {
        margin: 0;
        padding: 0;
        width: 100%;
    }

    #sve {
        margin: 0 0;
        padding: 0 0px;
        width: 100%;
    }

    h2 span {
        border-bottom: 2px solid #5B3370;
        letter-spacing: 8px;
        font-size: 22px;
    }

    h3 span {
        border-bottom: 2px solid #5B3370;
        letter-spacing: 8px;
    }

    /*----------------------HEADER--------------------*/

    #header {
        background-image: url(../slike/heroslika.jpg);
        /*-----prominit sliku--*/
        margin: 0;
        margin-top: -40px;
        width: 100%;
    }

    #header-galerija {
    padding-top: 120px;
    display: inline-block;
}

    #header-galerija img {
    margin-top: 40px;
    width: 96%;
    height: 40%;
}

    .logo {
        height: 40px;
        margin: 0;
        padding: 6px 12px;
    }

    #menuBtn {
        height: 40px !important;
        width: 60px !important;
        margin: 0 !important;
        padding: 6px 18px !important;
    }

    .header-text {
        margin: 0;
        padding: 32px 0;
    }

    .header-text h1 {
        font-size: 60px;
        letter-spacing: 12px;
    }

    .header-text h2 {
        margin-top: 28px;
        font-size: 12px;
        letter-spacing: 8px;
        font-family: times new roman;
        font-weight: 100;
    }

    /*----------------------NAVIGACIJA--------------------*/



    /*----------------------BROJKE--------------------*/

    #brojke {
        padding: 24px 6px;
        margin: 0;
        width: 100%;
    }

    .brojke-text {
        height: 100vh;
        background-image: url(../slike/vzptica.jpg);
        background-position: center;
        background-size: cover;
        border-radius: 12px;
        text-align: center;
    }

    .unutar-text {
        padding-top: 60px;
        line-height: 24px;
    }

    .unutar-text h2 {
        margin-bottom: 32px;
    }

    .unutar-text div {
        margin-bottom: 60px;
    }

    .unutar-text p {
        font-size: 16px;
        margin-bottom: 32px;
        letter-spacing: 6px;
    }

    .unutar-text .brojke-dno p {
        font-size: 12px;
        letter-spacing: 2px;
        margin-bottom: 0px;
        margin-bottom: 0px;
    }

    .unutar-text .brojke-dno {
        bottom: 60px;
    }
    
    /*----------------------O VILLI--------------------*/

#ovilli {
    height: 140vh;
    width: 100%;
    padding: 40px 16px 0 16px;
    margin: 0;
    margin-top: -40px;
}

#ovilli-dva {
    height: 100vh;
    width: 100%;
    padding: 40px 16px 0 16px;
    margin: 0;
    margin-top: -40px;
}

.ovilli-text {
    padding: 0 0 40px 0;
    height: 120vh;
    background-image: none;
    background-color: rgba(247, 237, 225, 0.9);
    background-position: center;
    background-size: cover;
    text-align: center;
}

#ovilli-dva .ovilli-text {
    padding: 0px;
    height: 80vh;
}

#ovilli-dva .ovilli-text p {
    margin-top: -28px;
}


.ovilli-text p {
    padding: 0 16px;
    text-align: left;
}

.ovilli-text h2 {
    margin-bottom: 80px;
    margin-top: -40px;
}

.ovilli-sadrzaj {
    padding: 36px;
    margin: 0;
    font-size: 16px;
    margin-bottom: 32px;
    letter-spacing: 8px;
}

#section-btn {
    margin: 16px 0;
}

#section-btn .common-btn {

    padding: 8px 24px;
    font-size: 16px;
    margin-left: -186px;
}

#section-btn .common-btn:hover {
    background-color: rgba(91, 51, 112, 0.9);
}

    /*----------------------SADRZAJ--------------------*/

    #sadrzaj {
        padding: 0 16px;
        margin: 0;
        height: 80vh;
        width: 100%;
    }

    #sadrzaj h2 {
        margin-top: 80px;
    }

    .liste {
        display: flex;
        color: #000;
        font-size: 18px;
        list-style: none;
        justify-content: space-evenly;
        text-align: left;
        width: 90%;
    }

    .liste ul li {
        list-style: none;
        margin-bottom: 28px;
    }

    .listeikone {
        font-size: 24px;
        margin: 0;
        margin-top: 40px;
        padding: 0;
    }

    .listeikone li img {
        width: 32px;
        margin-bottom: -8px;
        margin-right: 12px;
    }

    /*----------------------SADRZAJ-NASTAVAK--------------------*/

    #sadrzaj-dropdown {
        margin-top: 20px;
        width: 90%;
        margin: 0 0 0 16px;
    }

    #sadrzaj-dropdown .d-inline-flex {
        position: absolute;
        left: 50%;
        transform: translateY(-50%);
        margin-top: -60px;
        z-index: 20;
    }

    #sadrzaj-dropdown .d-inline-flex a {
        border-color: #000 !important;
        background-color: #5B3370 !important;
    }

    #sadrzaj-dropdown .d-inline-flex a:hover {
        background-color: #482959 !important;
    }

    .sn-text h4 {
        font-size: 14px;
        font-weight: 600;
    }

    .sn-text {
        padding: 0px;
        display: flex;
        justify-content: space-evenly;
        color: #000;
        font-size: 12px;
        list-style: none;
        text-align: left;
    }

    .sn-text h3 {
        margin-bottom: 40px;
        font-size: 22px;
    }

    .sn-text-p {
        margin-left: 6px;
        line-height: 24px;
    }

    /*----------------------GALERIJA--------------------*/

    #galerija {
        margin: 80px 0;
        background-color: #F7EDE1;
        padding: 24px 6px;
        width: 100%;
    }




/*----------------------GALERIJA-STRANICA--------------------*/



    .photo-grid {
      grid-template-columns: repeat(3, minmax(100px, 1fr));
    }


    /*----------------------GEOLOKACIJA--------------------*/

    .geolokacija-flex {
        margin: 0;
        padding: 0 16px;
        display: inline-block;
        align-items: center;
        justify-content: space-between;
        font-size: 18px;
        width: 100%;
    }

    .geolokacija-flex div {
        max-width: 90%;
        max-height: 50vh;
        margin-top: 40px;
    }

    .geolokacija-flex div iframe {
        max-width: 100%;
        max-height: 50vh;
    }

    #lokacija-dva div iframe {
        width: 100%;
        margin: 0 0 60px -60px;
    }

    /*----------------------REZERVACIJA--------------------*/

    #rezervacija {
    height: 125vh;
    padding: 40px 16px;
    margin: 0;
    width: 100%;
    }

    .kalendar {
        display: inline-block; 
        width: 100%;
    }
    
    .dostupnost {
    display: none;
    }
    
    .dostupnost-mob {
    display: inline-block;
    margin: 40px 0;
    background: #F7EDE1 !important;
    transform: translateX(15%);
    }

    .mail .email {
        letter-spacing: 0;
    }

    /*----------------------FOOTER--------------------*/

    footer {
        padding: 80px 120px 40px 120px;
        background-color: rgba(91, 51, 112, 1);
        color: #fff;
        line-height: 18px;
        letter-spacing: 2px;
        width: 100%;
        margin: 0;
    }



