@import url('https://fonts.googleapis.com/css2?family=Fira+Sans:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Marcellus&display=swap');

* {
    margin: 0;
    padding: 0;
    border: 0;
    outline: none;
    list-style: none;
    box-sizing: border-box;
}

body {
    margin: 0 auto;
    font-family: 'Fira Sans', sans-serif;
    color: #33393d ;
    background-color: #ffffff ;
    height: 100%;
    width: 100%;
}

.start-nav {
    display: none;
}

strong,
b {
    font-weight: 500;
}

ul {
    margin: 1.2em;
}

ul li {
    margin: .3em;
    list-style: circle;
    margin-bottom: 5px;
}


.container ul,
.user_container ul {
    margin: 15px 0 15px 20px;
    padding: 0;
    position: relative;
    padding-left: 25px
}

.container li,
.user_container li {
    margin: 0;
    list-style: none;
    margin-bottom: 5px;
}

.container li::before,
.user_container li::before {
    display: inline-block;
    content: "\f058"; /* circle-check */
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    font-size: 15px;
    line-height: 1;
    position: absolute;
    left: 0;
    margin-top: 3px;
    color: #15A89A;
    background-repeat: no-repeat;
}

input,
textarea,
select {
    font-family: 'Fira Sans', sans-serif;
    outline: none;
    font-weight: 400 !important;
    border: 1px solid #f2f2f2;
    padding: 1em;
    font-size: .8em;
    color: #00002eff;
}

.check_container {
    display: flex;
    align-items: center;
    position: relative;
    padding-left: 30px;
    cursor: pointer;
    font-size: 14px;
    line-height: 14px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    padding-top: 4px;
    margin: 0 0 20px 0;
    align-items: flex-start;
}

.check_container p {
    margin-top: -3px;
    padding: 0 !important;
    font-weight: 400;
    line-height: 19px
}


.check_container input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0
}

.checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 20px;
    width: 20px;
    background-color: #000
}

.check_container:hover input~.checkmark {
    background-color: #000
}

.check_container input:checked~.checkmark {
    background-color: #57CFC4;
}

.checkmark:after {
    content: "";
    position: absolute;
    display: none
}

.check_container input:checked~.checkmark:after {
    display: block;
}

.check_container .checkmark:after {
    left: 6px;
    top: 2px;
    width: 5px;
    height: 10px;
    border: solid #fff;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg)
}

a {
    color: #57CFC4;
    text-decoration: underline;
    transition: 0.3s;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    cursor: pointer;
    outline: none;
    -webkit-tap-highlight-color: transparent;
}

a:hover {
    color: #57CFC4;
    text-decoration: none;
}


.imgCover {
    float: left;
    width: 100%;
    height: 350px;
    background-size: 100%;
    margin: 1em 0 1em 0;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.imgRight {
    float: right;
    width: 35%;
    max-width: 400px;
    height: auto;
    clear: right;
    box-sizing: border-box;
    margin: 1em 0 1em 1em;
}

.imgRight img {
    width: 100%;
}

.imgLeft {
    float: left;
    width: 35%;
    max-width: 400px;
    height: auto;
    clear: left;
    box-sizing: border-box;
    margin: 1em 1em 1em 0;
}

.imgLeft img {
    width: 100%;
}

.imgCenter {
    float: left;
    width: 100%;
    height: auto;
    clear: left;
    box-sizing: border-box;
    margin: 1em 0;
    text-align: center;
}

.imgCenter img {
    width: 100%;
    max-width: 900px;
}
.userGgallery {
  margin: 25px 0;
    margin-right: 0px;
    margin-left: 0px;
  line-height: 0;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1px;
  width: 100vw;
  position: relative;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
}

.userGgallery img {
    width: 100%;
    aspect-ratio: 4/3;
    object-fit: cover;
}

.files {
    width: 100%;
    margin-top: 15px;
}

.fileDownload {
    padding: 5px 0 5px 25px;
    box-sizing: border-box;
    background-repeat: no-repeat;
    background-position: left center;
    background-size: 20px;
}

.btn {

    padding: 14px;
    color: #57CFC4;
    display: inline-block;
    text-align: center;
    text-decoration: none;
    letter-spacing: 1px;
    min-width: 250px;
    border: 1px solid #57CFC4;
   overflow: hidden;
    text-align: center;
   position: relative;
    margin-top: 20px;
    font-size: 16px;
    z-index: 0;

}

.btn::before {
  content: '';
  position: absolute;
  top: 0;
  left: -101%;
  width: 100%;
  height: 100%;
  background-color: #57CFC4;
  transition: left .4s;
  z-index: -1;
}

.btn:hover::before {
    left: 0;
}
.btn:hover{
    color:#fff !important;
}

.btnMin {
    color: #fff !important;
    min-width: auto;
    padding: 10px 1em !important;
}

.inputF {
    width: 100%;
    height: 55px;
    background-color: #fff;

    font-size: .9em;
    padding: 0 0 0 10px;
    -webkit-appearance: none;
}

.area-field {
    width: 100%;
    background-color: #fff;

    font-size: .9em;
    padding: 10px 0 0 10px;
    height: 90px;
}

main {
    float: left;
    width: 100%;
    font-size: 16px;
    line-height: 1.5em;
    margin-top: 0;
    

}

.marg {
    margin: 0 auto;
    width: 100%;
    max-width: 1100px;
    padding: 0 15px;
}

.content {
    width: 100%;
    margin: 0 auto;
    max-width: 2500px;
}


.mt80 {
    margin-top:200px;
}



h1 {
    margin: 0 0 .5em 0;
    font-size: 2.2em;
    line-height: 1em;
    font-weight: 700;
}

h3 {
    margin: 1em 0 1.3em 0;
    font-size: 1.3em;
    line-height: 1.2em;
}

.user_style h1 {
    font-size: clamp(25px, 5vw, 40px);
    line-height: 1.2em;
    font-weight: 700;
    color: #57CFC4;
}

.user_style h2 {
    font-size: clamp(20px, 5vw, 30px);
    line-height: 1.4em;
    font-weight: 500;
    margin: 20px 0 30px 0;
    color: #57CFC4;
}

.user_style h3 {
    font-size: clamp(18px, 5vw, 25px);
    line-height: 1.2em;
    font-weight: 500;
    margin: 20px 0 30px 0;
    color: #57CFC4;
}

.user_style h4 {
    font-size: clamp(18px, 5vw, 25px);
    line-height: 1.2em;
    font-weight: 500;
    margin: 20px 0 30px 0;
    color: #57CFC4;
}

blockquote {
    position: relative;
    width: 100%;
    margin: 36px 0;
    padding: 30px 34px 30px 70px;
    font-size: 21px;
    line-height: 1.55;
    font-style: italic;
    font-weight: 400;
    letter-spacing: .3px;
    color: #2a4742;
    background: linear-gradient(135deg, #f3fbf9 0%, #e7f7f2 100%);
    border-left: 4px solid #15A89A;
    border-radius: 0 16px 16px 0;
    box-shadow: 0 18px 44px rgba(21, 168, 154, .12);
}

blockquote::before {
    content: '\201C';
    position: absolute;
    top: 4px;
    left: 18px;
    font-family: Georgia, 'Times New Roman', serif;
    font-size: 76px;
    line-height: 1;
    color: #15A89A;
    opacity: .3;
}
blockquote p:last-child { margin-bottom: 0; }
blockquote cite, blockquote .bq-author {
    display: block;
    margin-top: 14px;
    font-size: 15px;
    font-style: normal;
    font-weight: 500;
    letter-spacing: 1px;
    color: #15A89A;
}

.user_style table {
    width: auto;
    border-spacing: 0;
    max-width: 100%;
    margin: 20px 0;
}
table ul{
    margin-left: 0 !important;
}
.user_style tr:nth-child(even) {
    background: #f2f2f2;
}

.user_style td {
    padding: 5px 10px;
    font-size: .9em;
    border-bottom: 1px solid #ddd;
}

.user_style th {
    background-color: #57CFC4;
    color: #fff;
    padding: 10px;
    font-size: 16px;
    border-bottom: 1px solid #ddd;
    text-align: left;
    font-weight: 400;
}


.split {
    font-size: 25px;
    color: #000;
    font-weight: 500;
    line-height: 1.3em;
    letter-spacing: .5px;
    text-align: center;
    width: 100%;
    position: relative;
    margin: 60px 0 80px 0;
    position: relative;
    
}

.split::after {
    content: "";
    position: absolute;
    width: 80px;
    height: 1px;
    background-color: #57CFC4;
    bottom: -15px;
    left: calc(50% - 40px);
    transition: .5s all;
}

/*kategorie*/

.grid-list {
    float: left;
    width: 100% !important;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 40px;
    margin: 0 0 0 0;
    float: left;
}

.grid_item {
    padding: 0;

    transition: .5s all;
}

.grid-list a {
    text-decoration: none;
}

.grid_item_img {
    width: 100%;
    line-height: 0;
    overflow: hidden;
}

.grid_item:hover img {
    transform: scale(1.2)
}

.grid_item_img img {
    width: 100%;
    aspect-ratio: 4/3;
    object-fit: cover;
    transition: .5s all;
}

.grid_item_info {
    padding: 25px;
    margin-top: -35px;
    background-color: #fff !important;
    position: relative;
    width: calc(100% - 40px);
    margin-left: 20px;

}

.grid_item_info h3 {
    
    font-size: clamp(18px, 5vw, 25px);
    line-height: 1.2em;
    margin: 0 0 15px 0 !important;
    text-align: left;
    
    height: auto;
    display: flex;
    align-items: center;
    margin: 0;
    color: #000 !important;
}

.fixed_btn{
    position: fixed;
        bottom: 0;
       left: 50%;
    transform: translateX(-50%);
        background-color: #57CFC4;
        color: #fff;
        border-top-left-radius: 10px;
        border-top-right-radius: 10px;
        padding: 5px 15px;
        text-decoration: none;
        border: 1px solid #fff;
        border-bottom: none;
        z-index: 1000;
        display: flex;
        align-items: center;
        justify-content: center;
        letter-spacing: 1px;
}
.fixed_btn i{
    font-size: 12px;
    margin-right: 8px;
}
.fixed_btn:hover{
    background-color: #000;
    color: #fff;
}
/*HEAD*/
header {
    width: 100vw;
   
    position: absolute;
    z-index: 1000;
    left: 0;
    padding: 85px 0;
    height: auto;

    display: flex;
    justify-content: center;
    align-items: center;
    transition: .5s all;
}
.head-low .navigation li a{
    color:#ffffff;
}
.head-low {
     padding: 11px 0;
    top: 0;
    position: fixed;

    background-color: #15A89A;
    box-shadow: 0 6px 24px rgba(0, 0, 0, .18);
}

/* UVODNA STRAN: navigacija skrita ob nalaganju, prikaže se ob scrollu (head-low) */
body.is-landing header {
    opacity: 0;
    visibility: hidden;
    transform: translateY(-20px);
    pointer-events: none;
}
body.is-landing header.head-low {
    opacity: 1;
    visibility: visible;
    transform: none;
    pointer-events: auto;
}

/* NE-uvodne strani: ni temnega hera za navigacijo, zato je header smaragden od vrha
   (sicer bi bila bela navigacija/logo nevidna na belem ozadju) */
body:not(.is-landing) header {
    padding: 16px 0;
    background-color: #15A89A;
    box-shadow: 0 6px 24px rgba(0, 0, 0, .15);
}
body:not(.is-landing) .logo img {
    height: 46px;
}
/* na podstraneh se glava ob scrollu skrči enako kot na uvodni
   (ta pravila morajo preseči zgornja 'body:not(.is-landing)') */
body:not(.is-landing) header.head-low {
    padding: 11px 0;
}
body:not(.is-landing) header.head-low .logo img {
    height: 38px;
}


.head_icon{
    width: 45px;
    height: 45px;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #fff;
    margin-left: 10px;
    border-radius: 50%;
}
.head_icon:hover{
    background-color: #fff;
}
header .marg.head-inner {
    width: 100%;
    max-width: 1400px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
    position: relative;
}
.head-nav {
    display: flex;
    align-items: center;
    gap: 8px;
}

.mrA {
    margin-left: auto;
}

header a {
    text-decoration: none;
}

header a:hover {}

.logo {
    width: auto;
    line-height: 0;
    cursor: pointer;
    margin: 0;
    flex: 0 0 auto;
    position: relative;
    display: block;
}

.logo img {
    height: 56px;
    transition: .4s all;
    filter: drop-shadow(0 3px 12px rgba(0, 0, 0, .3));
    display: block;
}

.head-low .logo img {
    height: 40px;
}

/* sij, ki se periodično "zapelje" čez logo (imidž) */
.logo-shine {
    position: absolute;
    inset: 0;
    pointer-events: none;
    background: linear-gradient(110deg, transparent 38%, rgba(255, 255, 255, .9) 50%, transparent 62%);
    background-size: 280% 100%;
    background-repeat: no-repeat;
    background-position: 160% 0;
    -webkit-mask-size: contain;
    mask-size: contain;
    animation: logoShine 7s ease-in-out infinite;
}
@keyframes logoShine {
    0%, 72% { background-position: 160% 0; }
    100% { background-position: -60% 0; }
}
@media (prefers-reduced-motion: reduce) {
    .logo-shine { animation: none; }
}

/* jezikovni preklopnik (besedilo SI | EN) - eleganten */
.lan { display: flex; align-items: center; gap: 2px; margin-left: 20px; }
.lan a {
    color: #fff; text-decoration: none;
    font-family: 'Marcellus', 'Fira Sans', serif; font-size: 14px; letter-spacing: 1.5px;
    padding: 5px 11px; border-radius: 20px; opacity: .6; transition: .25s; line-height: 1;
}
.lan a:hover { opacity: 1; background: rgba(255, 255, 255, .14); }
.lan a.lan-act { opacity: 1; background: rgba(255, 255, 255, .22); }

/* desna skupina: book ikona + hamburger (mobile) */
.head-actions { display: flex; align-items: center; gap: 10px; }
.head-book {
    display: none;
    width: 44px; height: 44px; border-radius: 50%;
    align-items: center; justify-content: center;
    color: #fff; font-size: 18px; text-decoration: none;
    border: 1.5px solid rgba(255, 255, 255, .55);
    transition: .25s;
}
.head-book:hover { background: #fff; color: #15A89A; border-color: #fff; }

/* animiran hamburger -> X (ne krepek) */
.burger {
    display: none;
    width: 46px; height: 46px; padding: 0;
    background: none; border: 0; cursor: pointer; position: relative;
    flex: 0 0 auto;
}
.burger span {
    position: absolute; left: 9px; right: 9px; height: 2.5px;
    background: #fff; border-radius: 3px;
    transition: transform .3s ease, opacity .2s ease, top .3s ease;
}
.burger span:nth-child(1) { top: 15px; }
.burger span:nth-child(2) { top: 22px; }
.burger span:nth-child(3) { top: 29px; }
.burger.is-open span:nth-child(1) { top: 22px; transform: rotate(45deg); }
.burger.is-open span:nth-child(2) { opacity: 0; }
.burger.is-open span:nth-child(3) { top: 22px; transform: rotate(-45deg); }

/* mobilni meni - drsni panel z desne */
.panel {
    position: fixed;
    top: 0; right: 0; bottom: 0;
    width: min(92vw, 420px);
    background: linear-gradient(165deg, #15A89A 0%, #0e3f3a 100%);
    z-index: 99998;
    transform: translateX(100%);
    transition: transform .35s ease;
    box-shadow: -14px 0 44px rgba(0, 0, 0, .35);
    display: flex;
    flex-direction: column;
    padding: 100px 34px 34px;
    overflow-y: auto;
}
.panel.panelVis { transform: translateX(0); }
.panel-close {
    position: absolute; top: 24px; right: 24px;
    width: 40px; height: 40px; background: none; border: 0; cursor: pointer;
}
.panel-close span {
    position: absolute; left: 8px; right: 8px; top: 19px; height: 2px;
    background: #fff; border-radius: 2px;
}
.panel-close span:nth-child(1) { transform: rotate(45deg); }
.panel-close span:nth-child(2) { transform: rotate(-45deg); }
.flex-nav { display: flex; flex-direction: column; flex: 1; }
.panel .rNav { list-style: none; margin: 0; padding: 0; }
.panel .rNav li { margin: 0; border-bottom: 1px solid rgba(255, 255, 255, .16); }
.panel .rNav li::before { content: none; }
.panel .rNav a {
    display: block; padding: 16px 0; color: #fff; text-decoration: none;
    font-family: 'Marcellus', 'Fira Sans', serif; font-size: 19px; letter-spacing: 1.5px; text-transform: uppercase;
}
.panel-lang { display: flex; gap: 12px; margin: 26px 0; }
.panel-lang .lan { margin: 0; gap: 8px; }
.panel-lang .lan a { font-size: 16px; padding: 9px 18px; border: 1px solid rgba(255, 255, 255, .45); opacity: .85; }
.panel-lang .lan a.lan-act { background: #fff; color: #15A89A; border-color: #fff; opacity: 1; }
.panel-info { display: flex; flex-direction: column; gap: 14px; margin-top: auto; padding-top: 22px; border-top: 1px solid rgba(255, 255, 255, .16); }
.panel-info a { color: #fff; text-decoration: none; font-size: 15px; display: flex; align-items: center; gap: 10px; }
.panel-info i { width: 18px; text-align: center; }

/* zatemnitev ozadja, ko je meni odprt */
.menu-ovl {
    position: fixed; inset: 0; background: rgba(0, 0, 0, .45);
    z-index: 99997; opacity: 0; visibility: hidden; transition: .35s;
}
.menu-open .menu-ovl { opacity: 1; visibility: visible; }

/* zaklep scrolla, ko je meni odprt */
html.menu-open, html.menu-open body { overflow: hidden; }
/* ko je meni odprt, glava (z burgerjem) ostane nad panelom -> burger se animira v X na svojem mestu (poravnan z logom) */
.menu-open header { z-index: 100001; }

/* ------- mobilni preklop: skrij namizni meni, prikaži hamburger ------- */
@media (max-width: 980px) {
    .head-nav { display: none; }
    .burger { display: block; }
    header.head-inner, header .marg.head-inner { max-width: 100%; }
    .logo img,
    body:not(.is-landing) .logo img { height: 32px; }
    .head-low .logo img { height: 30px; }
}



.main-navi {
    margin: 0 0;
    position: relative;
   

}

.navigation {
    list-style: none;
text-align: center;
    display: flex;
    align-items: center;
    margin: 0 0 0 0;

}

.navigation li {
    display: inline-block;
    margin: 0;
    padding: 0 22px;
    width: auto;
    text-align: center;
    background-image: none;
    transition: .5s all;
}

.navigation i {
    margin-right: 5px;
    font-size: 13px;
    color: #fff;
}

.navigation .act a {
    color: #fff !important;

}

.navigation li a {
    color: #fff;
    text-decoration: none;
    padding: 6px 0;
    position: relative;
    white-space: nowrap;

    font-family: 'Marcellus', 'Fira Sans', serif;
    font-size: 18px;
    text-transform: uppercase;
    transition: color .3s;
    font-weight: 400;
    letter-spacing: 2px;
}
/* animiran prelivni podčrtaj + pika pred napisom (imidž) */
.navigation li a::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: -2px;
    height: 2px;
    margin: 0 auto;
    width: 0;
    border-radius: 2px;
    background: linear-gradient(90deg, #9FF3E6, #ffffff);
    transition: width .35s ease;
}
.navigation li:hover a::after,
.navigation .act a::after {
    width: 100%;
}
.navigation li a::before {
    content: "";
    position: absolute;
    left: -11px;
    top: 50%;
    transform: translateY(-50%) scale(0);
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background: #9FF3E6;
    transition: transform .3s ease;
}
.navigation li:hover a::before,
.navigation .act a::before {
    transform: translateY(-50%) scale(1);
}

.navigation li:hover a {
   
    color: #fff !important;
}

.navigation li :hover a {
    color: #fff;
}

.navigation .act li:hover {
    color: #fff;

}

.navitation li:hover a {
    color: #fff;
}


.main-navi li:hover>ul {
    display: block;
    opacity: 1;
    animation: fadein 0.5s;

}

.main-navi ul ul {
    position: absolute;
    display: none;
    margin: 0 0;
    padding: 0 0 0 0;
    opacity: 0;
    margin-left: 0;
    z-index: 5000;
    box-sizing: border-box;
}

.main-navi ul ul li {
    display: block;
    opacity: 1;
    animation: fadein 0.5s;
    
}

.submenuHover {
    width: 250px;
    margin: 0 0 0 0;
    height: auto;
     background-color: rgba(136, 114, 91, .65);
    backdrop-filter: blur(15px) !important;
    -webkit-backdrop-filter: blur(15px);
    -moz-backdrop-filter: blur(15px);
   
    box-sizing: border-box;
    margin-top: 0 !important;

}

.submenuHover li:last-child a {
    border-bottom: none !important;
}

.submenuHover li {
    margin: 0 0 0 0 !important;
    padding: 0 10px 0 10px !important;
    font-size: 1em;
    color: #000 !important;
    height: auto !important;
    width: 100%;
}

.submenuHover i {
    width: 18px;
}

.submenuHover li:hover {
    transition: all 0.5s;
    color: #fff !important;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
}

.submenuHover li a:hover {
   

}

.submenuHover a {
    font-size: 14px;
    background-color: transparent !important;
    border-radius: unset !important;
    color: #000 !important;
    text-decoration: none;
    float: left;
    width: 100%;
    height: auto !important;
    padding: 15px 0 !important;
    border: none !important;
    margin: 0 !important;
    border-bottom: 1px solid #fff !important;
    box-sizing: border-box;
    -webkit-border-radius: unset !important;
    -moz-border-radius: unset !important;
    -ms-border-radius: unset !important;
    -o-border-radius: unset !important;
    text-transform: initial !important;

}


@keyframes fadein {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

@-moz-keyframes fadein {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

@-webkit-keyframes fadein {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

@-ms-keyframes fadein {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}
.izpoSub{
     width: 100%;
    height: 450px;
    overflow: hidden;
    position: relative;
    background-size: 100%;
    background-position:center;
    display: flex;
    align-items: flex-end;
    background-size: cover;
    color: #fff;
    padding-bottom: 0;
    font-size: clamp(14px, 4vw, 16px);
    margin-bottom: -100px;
   
}
.izpoSub .marg {
    width: 100%;
    max-width: 980px;
    display: flex;
    padding: 35px;
    flex-direction: column; background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0, rgba(0, 0, 0, .7) 100%);
}
.izpoSub h2{
    line-height: 1.1em;
    margin-bottom: 8px;
    font-size: clamp(25px, 5vw, 40px);
    
    letter-spacing: 1px;
}

/*BLOG*/

.blog_items {

    width: 100% !important;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 40px;
    margin: 0 0 50px 0;
}


.blog-item {

    display: flex;
    flex-direction: column;
    text-align: center;


}

.blog-item a:hover {

    color: #000;
}

.blog_img {
    margin-bottom: 30px;
    position: relative;
    text-align: center;
    line-height: 0;
    height: 400px;

}

.blog_content {


    padding: 0 40px;

}

.blog_item:hover h2 a {
    color: #dfa75a;
}

.blog_img img {
    position: absolute;
    width: 100%;
    height: 400px;
    object-fit: cover;
    top: 0;
    left: 0;

}

.blog_item h2 {
    font-size: 25px;
    color: #000;
    font-weight: 500;
    line-height: 1.3em;
    letter-spacing: .5px;
    text-align: center;
    width: 100%;
    position: relative;
    margin: 0 0 35px 0;
   
}
.blog_item a {
    text-decoration: none;
}
/*SLIDE*/

#slider {
    width: 100%;
    height: calc(100vh);
    overflow: hidden;
    position: relative;

}

.slide {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    transition: opacity 1s ease-in-out;
    height: calc(100vh);
    width: 100%;
    display: flex;
    align-items: flex-end;
    z-index: 8;
    flex-wrap: wrap;
    background-position: center;
    background-size: cover;
}


.slide.active {
    opacity: 1;
    z-index: 9;
}

.slide img {
    width: 100% !important;
    height: 100%;
    object-fit: cover;
    

}

.slide_caption {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    text-align: center;
    color: #fff;
    font-weight: 300;
    
   font-size: clamp(18px, 4vw, 20px);
    background: rgba(0, 0, 0, .3);
}

.slide_caption h2 {
    text-align: center;
    line-height: 1.1em;
    padding: 0 20px;
    margin-bottom: 8px;
    font-size: clamp(25px, 5vw, 40px);
    font-weight: 300;
    letter-spacing: 1px;
}

.caption .marg {
    display: flex;
    justify-content: flex-end;
    align-items: flex-start;
    flex-direction: column;
    padding-bottom: 50px;
    position: relative;
}

#slideNav {
    position: absolute;
    z-index: 9;
    bottom: 50px;
      left: 50%;
  
    /* prestavi levi rob na sredino */
    transform: translateX(-50%);
    display: flex;
}

#prevBtn,
#nextBtn {
    width: 45px;
    height: 45px;
    font-size: 18px;
    cursor: pointer;
   
    color: #fff;
    background-color: #57CFC4;
   
    transition: .5s all;
    margin-right: 10px;
    border-radius: 50%;
    line-height: 0;
    display: flex;
    align-items: center;
    justify-content: center;

}

#prevBtn:hover,
#nextBtn:hover {
    background-color: transparent;
    border-color: #fff;

}
.map{
    line-height: 0;
    position: relative;
}
/* interaktivni zemljevid (Leaflet) - marker je pripet na koordinate in ostane na lokaciji pri zumiranju */
.map-leaflet{
    width: 100%;
    height: 640px;
    z-index: 1;
}
/* sivina samo na ploščicah (tiles), da beacon ostane barven */
.map .leaflet-tile-pane{
    -webkit-filter: grayscale(1);
    filter: grayscale(1);
    transition: .5s filter;
}
.map:hover .leaflet-tile-pane{
    -webkit-filter: grayscale(0);
    filter: grayscale(0);
}

/* utripajoč marker / beacon (pripet na lokacijo prek Leaflet markerja) */
.srr-beacon{
    position: relative;
    display: block;
    width: 28px;
    height: 28px;
    border-radius: 50%;
    background: #15A89A;
    border: 5px solid #fff;
    box-shadow: 0 0 0 2px rgba(21, 168, 154,.95), 0 8px 18px rgba(0,0,0,.45), 0 0 28px rgba(21, 168, 154,.85);
    animation: mapBeat 1.8s ease-in-out infinite;
}
/* dva razširjajoča se obroča (zamaknjena) za izrazit "beacon" učinek */
.srr-beacon::before,
.srr-beacon::after{
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 28px;
    height: 28px;
    transform: translate(-50%, -50%);
    border-radius: 50%;
    border: 3px solid rgba(21, 168, 154,.55);
}
.srr-beacon::before{ animation: mapRing 2.4s ease-out infinite; }
.srr-beacon::after { animation: mapRing 2.4s ease-out infinite 1.2s; }
/* odstrani privzeto belo škatlo Leaflet divIcon-a */
.map .leaflet-div-icon{ background: transparent; border: 0; overflow: visible; }

/* zoom kontrola (+/-) - vodoravno, centrirana na vrhu (spodaj jo je prekrival val) */
.map .leaflet-top.leaflet-left{
    left: 50%;
    right: auto;
    transform: translateX(-50%);
    z-index: 1000;
}
.map .leaflet-top.leaflet-left .leaflet-control{
    margin: 16px 0 0 0;
}
.map .leaflet-control-zoom{
    display: flex;
    border: 0;
    box-shadow: 0 4px 16px rgba(0,0,0,.28);
    border-radius: 8px;
    overflow: hidden;
}
.map .leaflet-control-zoom a{
    width: 44px;
    height: 44px;
    line-height: 44px;
    font-size: 22px;
    border-radius: 0;
    color: #15A89A;
}
.map .leaflet-control-zoom a + a{
    border-left: 1px solid #e2e6e5;
}

@keyframes mapRing{
    0%   { transform: translate(-50%,-50%) scale(1);   opacity: .9; }
    100% { transform: translate(-50%,-50%) scale(7.5); opacity: 0; }
}
@keyframes mapBeat{
    0%, 100% { transform: scale(1); }
    50%      { transform: scale(1.14); }
}
@media (prefers-reduced-motion: reduce){
    .srr-beacon,
    .srr-beacon::before,
    .srr-beacon::after { animation: none; }
}
/*prednosti*/
.p_items{
   
    display: flex;
    justify-content: center;
    align-items: center;
  color:#d4cfc7 ;
   padding: 30px 10% 30px 10%;
}
.p_item{
    flex:1;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;

}
.p_item span{
    width: 60px;
    height: 50px;
   
    color:#57CFC4;
    font-size: 28px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.p_item p{
    
    margin-top: 8px;
}



.animate {
    opacity: 0;
    transform: translateY(20px);
    transition: opacity 0.6s, transform 0.6s;
    margin: 0 0;
}

.animate.visible {
    opacity: 1;
    transform: translateY(0);
}

/*izpostave*/
.izpostava_intro {
    padding: 80px 0;
    text-align: center;
    background-color: #f8f5f2;
}

/*kontakt*/
.prijava_place {
  display: grid;
  grid-template-columns: 1fr 1fr;
  background-color: #57CFC4;
  width: 100%;
}.form-place {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 70px 0;
  color:#000;
}.prijava_info h4 {
  
   font-size: clamp(20px, 5vw, 30px);
  line-height: 35px;
  margin-bottom: 20px;
  
  color: #fff;
}
.form-place form {
  width: 90%;
  max-width: 500px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}.p_img {
  background-image: linear-gradient(to right, black, transparent), url("../../images/_body/kontakt.jpg");
  background-size: cover;
  background-position: center;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  justify-content: flex-end;
  padding: 80px;
  font-size: 2em;
}
.p_img h5 {
  font-size: 25px;
  line-height: 30px;
  margin-bottom: 10px;
  color: #57CFC4;
  
}
.p_img a {
  color: #fff;
  font-size: 18px;
  text-decoration: none;
  margin-top: 20px;
}.p_img i {
  color: #57CFC4;
  margin-right: 10px;
}

#fKontakt > div {
  width: 48%;
}.prijava_info {
  flex-basis: 100% !important;
}.full_r {
  flex-basis: 100% !important;
}
.prijava_place label {
  margin: 20px 0 0 0;
  display: block;
  font-size: .8em;
  font-weight: 400;
}
.default-form-btn {
  background-color: #000;
  color: #fff;
  cursor: pointer;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  border: 1px solid #000;
  width: 100%;
  height: 50px;
  display: flex !important;
  align-items: center;
  justify-content: center;
  font-size: 18px !important;
  font-weight: 400 !important;
  margin-top: 20px;
  position: relative;
  overflow: hidden;
  z-index: 1;
}.default-form-btn::before {
  content: '';
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background-color: #57CFC4;
  transition: left 0.4s;
  z-index: -1;
}.default-form-btn:hover::before {
    left: 0;
}

.default-form-btn i {
    padding-left: 8px;
    transition: .5s all;
}
/*paralax*/


.paralax {
    display: flex;
    width: 100%;
    height: 650px;
   
    align-items: center;
    justify-content: center;
    margin-bottom: 1px;
    position: relative;
    overflow: hidden;
    flex-wrap: wrap;
    order: 1;
   background-repeat: no-repeat;
  background-attachment: fixed;
    text-align: center;
    background-size: cover;


}

.paralax_cont {
    width: 100%;
    max-width: 600px;
    padding: 50px 100px;
   
     backdrop-filter: blur(15px);
    -webkit-backdrop-filter: blur(15px);
    -moz-backdrop-filter: blur(15px);
    background-color: rgba(0, 0, 0, .65);
  
   
}
.paralax_cont h2{
     color: #57CFC4;
    line-height: 1.2em;
    font-size: clamp(25px, 5vw, 40px);
    margin: 0 0 15px 0;
}
.paralax_cont p{
    font-size: clamp(14px, 5vw, 16px);
    letter-spacing: 1px;
  
}
/*extra*/
.extra_item {
    width: 100%;
    padding: 80px 10%;
  
    display: flex;
    justify-content: center;
    align-items: center;
}

.extra_item blockquote {
   
    


}

.rev {
   
}

.rev .extra_img {
    order: 2;
}

.rev .extra_txt {
    order: 1;

}

.extra_img {
    flex-basis: 50%;
    height: 580px;
    line-height: 0;
    position: relative;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;

}

.extra_img img {
    width: 100%;
    max-height: 580px;
    position: absolute;
    object-fit: cover !important;
   
}

.extra_txt {
    flex-basis: 50%;
    padding: 50px;
}

.extra_txt h2 {

    font-size: clamp(25px, 5vw, 40px);
    margin: 0 0 25px 0;
    line-height: 1.2em;
    
    color: #57CFC4;
}

.quaters {
    width: 100%;
    padding: 0 10%;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 40px;
    text-align: center;
    padding-bottom: 80px;
}

.quater h3 {
    font-size: 30px;
    
}

.quaters_img {
    width: 100%;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 1px;
    line-height: 0;
}

.quaters_img img {
    width: 100%;
}

.quaters a {
    display: inline-block;
    border: 1px solid #57CFC4;
    background-color: #57CFC4;
    color: #fff;
    border-radius: 25px;
    font-size: 16px;
    
    padding: 10px 20px;
    margin-top: 25px;
    text-decoration: none;
}

.quaters a:hover {
    background-color: transparent;
    color: #57CFC4;
}

.map_contact {
    width: 100%;
    height: 750px;
    position: relative;
}

.contact_card {
    position: absolute;
    left: 50%;
    width: 355px;
    /* prestavi levi rob na sredino */
    transform: translateX(-50%);
    background-color: rgba(88, 56, 54, .9);
    bottom: 0;
    color: #fff;
    padding: 30px;
    border: 1px solid #fff;
    border-bottom: none;
}

.contact_card>div {
    display: flex;
    font-size: 14px;
}

.contact_card>div p:first-child {
    display: inline-block;
    width: 100px;
}

.contact_card>div p:nth-child(2) {
    font-weight: 500;
}

.contact_card a {
    color: #fff;
}

.contact_card i {
    width: 25px;
}

.map_contact iframe {
    width: 100%;
    height: 750px;
}

.contact_card_logo {
    align-items: center;
    justify-content: center;
    display: flex;
}

/*FOOTER*/


footer {
    display: flex;
    justify-content: center;
    width: 100%;
    padding-top: 0;
    float: left;
    background: linear-gradient(160deg, #134a43 0%, #0c2e2b 55%, #0a2624 100%);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    overflow: hidden;
   

}


.foot-cont {
    width: 100%;
    max-width: 1140px;
    margin: 0 auto;
    padding: 54px 24px 30px;
    color: #cfd6d3;
}

/* --- sodoben footer --- */
.foot-grid {
    display: flex;
    gap: 44px;
    flex-wrap: wrap;
    align-items: flex-start;
}
.foot-col { flex: 1; min-width: 200px; }
.foot-brand { flex: 1.5; min-width: 260px; }
.foot-logo { width: 215px; max-width: 100%; height: auto; margin-bottom: 18px; display: block; }
.foot-tagline { font-size: 14px; line-height: 1.65; color: #9fb0ab; max-width: 340px; margin: 0 0 20px; }
.foot-social { display: flex; gap: 10px; }
.foot-social a {
    width: 40px; height: 40px; border-radius: 50%;
    display: flex; align-items: center; justify-content: center;
    background: rgba(255,255,255,.08); color: #fff; font-size: 16px; transition: .25s;
}
.foot-social a:hover { background: #15A89A; color: #fff; transform: translateY(-3px); }
.foot-cont .foot-h {
    color: #57CFC4 !important;
    font-family: 'Marcellus', 'Fira Sans', serif;
    font-size: 16px !important; font-weight: 400 !important; letter-spacing: 1.5px; text-transform: uppercase;
    margin: 4px 0 18px;
}
.foot-list { list-style: none; margin: 0; padding: 0; }
.foot-list li { display: flex; align-items: flex-start; gap: 11px; margin-bottom: 13px; font-size: 14px; line-height: 1.5; color: #cfd6d3; }
.foot-list li::before { content: none !important; }
.foot-list i { color: #15A89A; margin-top: 3px; width: 16px; text-align: center; flex: 0 0 auto; }
.foot-list a { color: #cfd6d3; text-decoration: none; }
.foot-list a:hover { color: #57CFC4; }
.foot-links { display: flex; flex-direction: column; gap: 11px; }
.foot-links a { color: #cfd6d3; text-decoration: none; font-size: 14px; transition: .2s; }
.foot-links a:hover { color: #57CFC4; padding-left: 5px; }
.foot-bottom {
    margin-top: 36px; padding-top: 22px;
    border-top: 1px solid rgba(255,255,255,.1);
    text-align: center; font-size: 13px; color: #8b9a95;
}
.foot-bottom a { color: #8b9a95; text-decoration: none; }
.foot-bottom a:hover { color: #57CFC4; }
@media (max-width: 768px) {
    .foot-grid { flex-direction: column; gap: 32px; text-align: center; align-items: center; }
    .foot-col, .foot-brand { width: 100%; align-items: center; }
    .foot-logo { margin-left: auto; margin-right: auto; }
    .foot-tagline { margin: 0 auto 18px; }
    .foot-social { justify-content: center; }
    .foot-list li { justify-content: center; }
    .foot-links { align-items: center; }
    .foot-cont .foot-h { text-align: center; }
}

.scl {
    display: flex;
}




.foot-cont a:hover {
    color: #d4cfc7;
    text-decoration: none;

}


.f_navi {
    margin: 8px 0;
    padding: 0 20px;
}

.foot-cont a {
    color: #d4cfc7;
    text-decoration: none;
}

.page_end {
    width: 100%;
    text-align: center;
    font-size: .8em;
    color: #d4cfc7;
    line-height: 1.8em;
    margin-top: 15px;
}



.moto {
    letter-spacing: 1px;
    font-size: 14px;
    float: left;
    width: auto;
    clear: both;
    line-height: 30px;
    text-align: center;
}

.moto a {
    color: #fff;
    font-size: 16px;
    font-weight: 400;
}

.moto a:hover {
    color: #fff !important;
}

.foot-cont h5 {
    font-size: 1.2em;
    margin-bottom: 0;
    color: #d4cfc7 !important;
    font-weight: 300;
}

.wave-top {
  display: block;
  width: 100%;
  height: 140px;
}
.wave-bot {
    transform: scaleY(-1);
}
.mWave{
margin-top:-40px;
}

/* =========================================================================
   Fiksna spodnja rezervacijska vrstica (book bar)
   ========================================================================= */
/* off-canvas panel (translateX 100%) ne sme širiti dokumenta -> brez horizontalnega scrolla */
html, body { overflow-x: hidden; }

.book-bar {
    position: fixed; left: 0; right: 0; bottom: 0; z-index: 9000;
    background: linear-gradient(90deg, #15A89A 0%, #0e3f3a 100%);
    box-shadow: 0 -8px 28px rgba(0, 0, 0, .22);
    transform: translateY(110%);
    transition: transform .4s ease;
}
.book-bar.bb-show { transform: translateY(0); }
.book-bar-inner {
    max-width: 1400px; margin: 0 auto; padding: 7px 18px;
    display: flex; align-items: center; justify-content: space-between; gap: 14px;
}
.book-bar-title {
    color: #fff; font-family: 'Marcellus', 'Fira Sans', serif; font-size: 16px; letter-spacing: .5px;
    min-width: 0; overflow: hidden; text-overflow: ellipsis; white-space: nowrap;
}
.book-bar-actions { display: flex; gap: 10px; flex: 0 0 auto; }
.book-bar-btn {
    display: inline-flex; align-items: center; gap: 8px;
    padding: 8px 18px; border-radius: 26px; text-decoration: none;
    background: #fff; color: #15A89A; font-weight: 500; font-size: 14px;
    border: 1.5px solid #fff; transition: .25s; cursor: pointer; white-space: nowrap;
}
.book-bar-btn:hover { background: transparent; color: #fff; transform: translateY(-2px); }
.book-bar-btn i { font-size: 1.02em; }
/* da fiksna vrstica ne prekrije dna strani */
body { padding-bottom: 54px; }
@media (max-width: 600px) {
    .book-bar-inner { padding: 6px 11px; gap: 8px; }
    .book-bar-title { font-size: 12.5px; }
    .book-bar-actions { gap: 7px; }
    .book-bar-btn { padding: 7px 12px; font-size: 12px; gap: 6px; }
    body { padding-bottom: 48px; }
}

/* Fancybox (rezervacijski popup): gumb zapri LEVO + smaragdna barva */
.fancybox-close {
    left: 10px !important;
    right: auto !important;
    top: 10px !important;
    width: 40px !important;
    height: 40px !important;
    background: #15A89A !important;
    background-image: none !important;
    border-radius: 50% !important;
    box-shadow: 0 4px 16px rgba(0, 0, 0, .28) !important;
    opacity: 1 !important;
    z-index: 8060 !important;
}
.fancybox-close::after {
    content: '\00d7';
    position: absolute;
    top: 0; left: 0; right: 0; bottom: 0;
    display: flex; align-items: center; justify-content: center;
    color: #fff;
    font-size: 28px;
    line-height: 1;
    font-family: Arial, Helvetica, sans-serif;
}
.fancybox-close:hover { background: #0e3f3a !important; }

/* Rezervacijski popup MORA biti nad vsemi elementi strani (glava z-index 1000,
   .book-bar 9000, mobilni panel 99998), sicer ti elementi štrlijo nad popup in
   nastane "bel pas" na vrhu. */
.fancybox-overlay { z-index: 100040 !important; }
.fancybox-wrap    { z-index: 100050 !important; }
.fancybox-close   { z-index: 100060 !important; }
/* med odprtim popupom skrij spodnjo rezervacijsko vrstico (sicer prekrije popup) */
html.fancybox-lock .book-bar { display: none !important; }
