* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: poppins;
}

body {
    max-width: 100%;
    overflow-x: hidden;
    background-color: #FCF7EA;
}

header {
    position: fixed;
    right: 0;
    top: 0;
    z-index: 10000;
    width: 100%;
}

ul li a {
    position: relative; 
}

.nav_bar {
    padding-top: 1%;
    display: flex;
    justify-content: center;
}

.nav_bar a {
    max-width: max-content;
    text-decoration: none;
    color: #ffffff;
    font-size: clamp(14px, 1vw, 90px);
    z-index: 1;
}


.kontakt_nav{
    background-color: #D01D23;
    padding: 5px;
    padding-left: 20px;
    padding-right: 20px;
    border-radius: 2px;
}
.kontakt_nav:hover{
    background-color: #b9181e;
    transition: .3s;
}



.logo img {
    width: clamp(100px, 4vw, 300px);
}

.nav_bar {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 40vw;
    background: none;
    
}

.navlist li {
    display: inline;
    padding: 30px;
    color: #ffffff;
}

#menu-icon {
    color: #4B3C2D;
    font-size: 55px;
    z-index: 1101;
    cursor: pointer;
    display: none;
    transition: .3s;
}
#menu-icon.bx-x {
    transform: rotate(90deg); /* lep efekt */
}





#dropdown {
    position: relative;
}

/* SKRIT dropdown – višina = 0, scaleY = 0 */
.dropdown {
    position: absolute;
    top: 100%;
    left: 0;
    background-color: #4B3C2D;
    list-style: none;
    padding: 0;
    margin: 0;
    overflow: hidden;               /* pomembno!!! */
    width: 15vw;
    transform-origin: top;          /* animacija od vrha navzdol */
    transform: scaleY(0);           /* začetno stanje */
    transition: transform .35s ease;
    z-index: 1001; /* gladka animacija */
}

/* povezave */
.dropdown li a {
    padding: 10px 15px;
    display: block;
    text-decoration: none;
    color: #fff;
}

.dropdown li a:hover {
    background-color: #F0E6D2;
    transition: .3s;
    color: #4B3C2D;
}

/* KO HOVERAŠ – scaleY iz 0 → 1 */
#dropdown:hover .dropdown {
    transform: scaleY(1);
}

.mobile-dropdown .dropdown {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease;
    transform: scaleY(1); /* odstranimo scaleY, ker ne deluje dobro pri klikih */
}

.mobile-dropdown.open .dropdown {
    max-height: 500px; /* dovolj za vse linke, lahko prilagodiš */
}





.sticky {
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1000;
    background: #fffcfc;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}
.nav_bar.sticky #crna {
    color: #252424; /* temna barva */
}
.nav_bar.sticky .kontakt_nav {
    color: #FFFFFF; /* temna barva */
}
@media(max-width: 1314px){
    .nav_bar{
        justify-content: space-around;
        gap: 20vw;
    }
}
@media (max-width:1035px){
    #dropdown{
        display: flex;
        justify-content: center;
        width: 100%;
    }
    .dropdown{
        width: 100%;
    }

    .nav_bar.sticky #crna {
        color: #4B3C2D; /* temna barva */
    }
    .nav_bar.sticky .kontakt_nav {
        color: #4B3C2D; /* temna barva */
    }
    #menu-icon{
        display: block;
    }
    .navlist{
        position: absolute;
        top: 0;
        right: -100%;
        width: 250px;
        height: 60vh;
        background: #F0E6D2;
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column;
        transition: all .55s ease;
    }
    .navlist li{
        padding: 15px;
    }
    .navlist a{
        display: flex;
        margin-left: 0;
        color: #4B3C2D;
        font-size: clamp(18px, 1.9vw, 90px);
    }
    .navlist.open{
        right: 0;
    }
}







































































.glava{
    background-image: linear-gradient(
    to bottom,
    rgba(0,0,0,0.60) 0%,
    rgba(0,0,0,0.60) 70%,
    rgba(252,247,234,1)
), url("index/IMG_0155.jpeg");
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 100vh;
    width: 100%;
    background-position: center;
    display: flex;
    align-items: center;
    justify-content: space-around;
    transition: background-image 1s ease-in-out;
}

.leva_hero{
    display: flex;
    flex-direction: column;
    gap: 2vw;
    width: 50%;
    padding-left: 10vw;

}
.leva_hero h1{
    color: #FFE599;
    font-weight: bold;
    font-size: clamp(35px, 3.5vw, 120px);
}
.leva_hero p{
    color: #ffffff;
    font-weight: light;
    font-size: clamp(14px, 1.5vw, 120px);
}
.gumb{
    display: flex;
    gap: 2vw;
}
.leva_hero .gumb button{
    padding: .8vw 2vw;
    position: relative;
    overflow: hidden;             /* NUJNO za animacijo */
    isolation: isolate;           /* da z-index dela pravilno */
    background-color: transparent;
    border: solid 1px;
    border-radius: 40px;
    color: #ffffff;
    font-size: clamp(12px, 1vw, 120px);
    font-weight: bold;
    box-shadow: 
        rgba(0, 0, 0, 0.41) 0px 10px 20px, 
        rgba(0, 0, 0, 0.23) 0px 6px 6px;
    cursor: pointer;
}

/* ANIMACIJSKI SLOJ */
.leva_hero .gumb button::before {
    content: "";
    position: absolute;
    inset: 0;
    background: #ffffff;          /* BARVA, KI PRIDE OB HOVER */
    transform: scaleX(0);
    transform-origin: left;       /* animacija iz leve proti desni */
    transition: transform 0.4s ease;
    z-index: -1;
}

/* HOVER */
.leva_hero .gumb button:hover::before {
    transform: scaleX(1);
}

/* da je tekst viden nad animacijo */
.leva_hero .gumb button:hover {
    color: #4B3C2D; /* poljubno – spremeni po želji */
    border: none;
}



.desna_hero {
    display: flex;
    flex-direction: column;
    align-items: center;
    color: white;
    justify-content: center;
    width: 50%;
}
.desna_hero .slika{
    width: 25vw;
    height: 25vw;
    border-radius: 50%;
    background-image: url(index/IMG_0511.jpeg);
    background-position: center;
    background-size: cover;
}
@media(max-width: 1035px){
    .glava{
        flex-direction: column;
        justify-content: center;
        gap: 5vw;
        padding-top: 15vw;
    }
    .leva_hero, .desna_hero{
        width: 100%;
    }
    .leva_hero h1{
        font-size: clamp(35px, 5.5vw, 120px);
    }
    .leva_hero p{
        font-size: clamp(17px, 2vw, 120px);
    }
    .desna_hero .slika{
        height:35vw;
        width: 35vw;
    }
}
@media(max-width:870px){
    .desna_hero .slika{
        height:40vw;
        width: 40vw;
    }
}
@media(max-width:630px){
    .desna_hero .slika{
        height:60vw;
        width: 60vw;
    }
}





























































.storitve{
    padding-top: 5vw;
    padding-bottom: 5vw;
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    flex-wrap: wrap;
}
.storitve #slika1{
    width: 25vw;
    height: 30vw;
    background-image: url(index/pexels-anete-lusina-5240637.jpg);
    background-position: center;
    background-size: cover;
    border-top-left-radius: 35%;
    border-bottom-right-radius: 35%;
}
.storitve #slika2{
    width: 25vw;
    height: 30vw;
    background-image: url(index/IMG_0491.jpeg);
    background-position: center;
    background-size: cover;
    border-top-right-radius: 35%;
    border-bottom-left-radius: 35%;
}

.storitev{
    width: fit-content ;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
}
.storitev h2{
    font-size: clamp(20px, 1.7vw, 90px);
    color: #4B3C2D;
    font-weight: 600;
}
.opis_storitve{
    width: 25vw;
    word-break: keep-all;
}
.storitev p{
    font-size: clamp(12px, .8vw, 60px);
    padding-top: .5vw;
    padding-bottom: 1vw;
    text-align: justify;
    word-break: keep-all;
}
.storitev .gumb_storitev button{
    background-color: #4B3C2D;
    position: relative;
    overflow: hidden;             /* NUJNO za animacijo */
    isolation: isolate;
    border: none;
    padding: .7vw;
    padding-left: 1.5vw;
    padding-right: 1.5vw;
    border-radius: 50px;
    color: #ffffff;
    font-size: clamp(12px, .8vw, 60px);
    cursor: pointer;
}



.storitev .gumb_storitev button::before {
    content: "";
    position: absolute;
    inset: 0;
    background: #F0E6D2;          /* BARVA, KI PRIDE OB HOVER */
    transform: scaleX(0);
    transform-origin: left;       /* animacija iz leve proti desni */
    transition: transform 0.4s ease;
    z-index: -1;
}

/* HOVER */
.storitev .gumb_storitev button:hover::before {
    transform: scaleX(1);
}

/* da je tekst viden nad animacijo */
.storitev .gumb_storitev button:hover {
    color: #4B3C2D; /* poljubno – spremeni po želji */
    border: none;
}

@media(max-width:730px){
    .storitve{
        display: flex;
        flex-direction: column;
    }
    .storitve #slika1,.storitve #slika2,.storitve #slika3{
        width: 100%;
        height: 70vw;
        margin-top: 5vw;
    } 
    .storitev{
        width: 70%;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: flex-start;
    }
    .storitev h2{
        font-size: clamp(24px, 4vw, 90px);
        color: #4B3C2D;
        font-weight: 600;
    }
    .opis_storitve{
        width: 100%;
    }
    .storitev p{
        font-size: clamp(12px, 2vw, 90px);
        padding-top: .5vw;
        padding-bottom: 1vw;
        width: 100%;
    }
    .storitev .gumb_storitev button{
        border: none;
        padding: .7vw;
        padding-left: 1.5vw;
        padding-right: 1.5vw;
        border-radius: 50px;
        font-size: clamp(12px, 2vw, 60px);
    }
}


















.brown-line {
    border: none;
    height: 1px;
    background-color: #4B3C2D;
    width: 80%;
    margin: 0 auto; /* <-- centriranje */
    margin-top: 5vw;
    margin-bottom: 5vw;
}





























.onama{
    display: flex;
    flex-direction: column;
    gap: 3vw;
    padding: 5vw;
}
.kaja, .rok{
    display: flex;
    justify-content: space-around;
    align-items: center;
}
.kaja .text, .rok .text{
    width: 50%;
    display: flex;
    flex-direction: column;
    gap: 1vw;
}
.onama .text h2{
    font-size: clamp(18px, 2vw, 120px);
}
.onama .text p{
    font-size: clamp(10px, 1vw, 120px);
    font-weight: 100;
}
.onama .text button{
    font-size: clamp(10px, 1vw, 120px);
    background-color: #4B3C2D;
    isolation: isolate;
    position: relative;
    border: none;
    padding: .7vw;
    padding-left: 1.5vw;
    padding-right: 1.5vw;
    border-radius: 50px;
    color: #ffffff;
    cursor: pointer;
}
.onama .text button::before {
    content: "";
    position: absolute;
    inset: 0;
    background: #F0E6D2;          /* BARVA, KI PRIDE OB HOVER */
    transform: scaleX(0);
    transform-origin: left;       /* animacija iz leve proti desni */
    transition: transform 0.4s ease;
    z-index: -1;
    border-radius: 50px;
}

/* HOVER */
.onama .text button:hover::before {
    transform: scaleX(1);
}

/* da je tekst viden nad animacijo */
.onama .text button:hover {
    color: #4B3C2D; /* poljubno – spremeni po želji */
    border: none;
}
.kaja .slika{
    background-image: url(index/IMG_0209.jpeg);
}
.rok .slika{
    background-image: url(index/IMG_2843.jpeg);
}

.onama .slika{
    height: 35vw ;
    width: 30vw;
    border-radius: 25%;
    background-position: center;
    background-size: cover;
}











@media(max-width: 740px){
    .onama .slika{
        height: 45vw ;
        width: 40vw;
        border-radius: 25%;
        background-position: center;
        background-size: cover;
    }
}
@media(max-width: 650px){
    .onama{
        gap: 10vw;
    }
    .kaja, .rok{
        flex-direction: column;
    }
    .rok .slika{
        display: none;
    }
    .kaja .slika{
        width: 80%;
        height: 70vw;
    }
    .rok .slika2{
        height: 70vw ;
        width: 80%;
        border-radius: 25%;
        background-position: center;
        background-size: cover;
        background-image: url(index/IMG_2843.jpeg);
    }
    .kaja .text, .rok .text{
        width: 80%;
        display: flex;
        flex-direction: column;
        gap: 1vw;
    }
    .onama .text h2{
        font-size: clamp(18px, 4vw, 120px);
    }
    .onama .text p{
        font-size: clamp(10px, 2vw, 120px);
        font-weight: 100;
    }
    .onama .text button{
        font-size: clamp(10px, 2vw, 120px);
        border: none;
        padding: 1.5vw;
        padding-left: 2.5vw;
        padding-right: 2.5vw;
        border-radius: 50px;
    }

}








































.ocene{
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    padding-bottom: 5vw;
    overflow-x: hidden;
    gap: 0vw;
}
.text-ocene{
    width: 70%;
    padding-left: 10vw;
}
.text-ocene h1{
    font-size: clamp(20px, 2.5vw, 120px);
}
.text-ocene p{
    font-size: clamp(12px, 1vw, 120px);
    font-weight: 100;
}
@media(max-width:750px){
    .text-ocene{
        width: 90%;
    }
}














.reviews-container {
    position: relative;
    width: 70%;
    margin: 70px auto;
    display: flex;
    align-items: center;
    justify-content: center;
}

.reviews-slider {
    position: relative;
    width: 100%;
    height: 20vw; /* prostor */
    display: flex;
    align-items: center;
    justify-content: center;
}

.review {
    position: absolute;
    background: #F0E6D2;
    border-radius: 15px;
    width: 20vw;
    padding: 2vw;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: clamp(8px, 1vw, 50px);
    transition: all 0.4s ease;
    opacity: 0;
    transform: translateX(0) scale(0.6);
}

/* CENTER → vedno na X = 0 */
.review.center {
    opacity: 1;
    z-index: 3;
    background: #4B3C2D;
    color: #ffffff;
    transform: translateX(0) scale(1.15);
    box-shadow: 0 8px 20px rgba(0,0,0,0.2);
}

/* LEFT → odmaknjen v levo */
.review.left {
    opacity: 1;
    transform: translateX(-22vw) scale(0.85);
    z-index: 2;
}

/* RIGHT → odmaknjen v desno */
.review.right {
    opacity: 1;
    transform: translateX(22vw) scale(0.85);
    z-index: 2;
}

/* Puščice */
.arrow {
    background: none;
    border: none;
    font-size: clamp(12px, 2vw, 50px);
    cursor: pointer;
    padding: 10px;
    color: #333;
}

.arrow:hover {
    color: #000;
}






@media(max-width: 630px){
    .reviews-container{
        width: 80%;
    }
    .review{
        width: 25vw;
    }
}

@media(max-width: 460px){
    .reviews-container{
        width: 90%;
    }
    .review{
        width: 33vw;
    }
}





























































.contact-section {
    width: 100%;
    height: 100vh;
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    box-sizing: border-box;
    background-image:linear-gradient(rgba(0,0,0,0.30), rgba(0,0,0,0.30)), url("index/IMG_0509.jpeg"); /* zamenjaj */
    background-size: cover;
    background-position: center;
}

/* LEVA STRAN */

.contact-left {
    color: white;
    max-width: 40%;
}

.contact-left h1 {
    font-size: clamp(45px, 3.5vw, 120px);
    margin-bottom: .5vw;
    font-weight: 700;
}

.contact-left p {
    font-size: clamp(16px, 1vw, 90px);
    margin: 8px 0;
    font-weight: 100;
}
.contact-left a{
    text-decoration: none;
    color: #FFFFFF;
}


/* DESNA STRAN */

.contact-right {
    width: 40%;
    color: white;
}

.contact-right h2 {
    text-align: left;
    font-size: clamp(24px, 1.5vw, 80px);
    margin-bottom: 35px;
    font-weight: 300;
}

/* FORM STYLING */

.contact-form {
    display: flex;
    flex-direction: column;
    gap: 20px;
    justify-content: flex-start;
    align-items: flex-start;

}

.contact-form input,
.contact-form textarea {
    width: 100%;
    padding: 18px 20px;
    border-radius: 12px;
    border: none;
    outline: none;
    font-size: clamp(12px, .8vw, 50px);
    box-sizing: border-box;
    word-break: break-all;
}

.contact-form textarea {
    height: 15vw;
    resize: none;
}

.row {
    display: flex;
    gap: 20px;
}

.row input {
    width: 100%;
}

/* BUTTON */

.contact-form button {
    font-size: clamp(12px, .8vw, 120px);
    isolation: isolate;
    position: relative;
    background-color: #4B3C2D;
    border: none;
    padding: 1vw;
    padding-left: 2.5vw;
    padding-right: 2.5vw;
    border-radius: 50px;
    color: #ffffff;
    cursor: pointer;
}
.contact-form button::before {
    content: "";
    position: absolute;
    inset: 0;
    background: #F0E6D2;          /* BARVA, KI PRIDE OB HOVER */
    transform: scaleX(0);
    transform-origin: left;       /* animacija iz leve proti desni */
    transition: transform 0.4s ease;
    z-index: -1;
    border-radius: 50px;
}

/* HOVER */
.contact-form button:hover::before {
    transform: scaleX(1);
}

/* da je tekst viden nad animacijo */
.contact-form button:hover {
    color: #4B3C2D; /* poljubno – spremeni po želji */
    border: none;
}
.contact-form input:focus,
.contact-form textarea:focus {
    padding-top: 30px;
    padding-bottom: 10px;
    transition: padding 0.25s ease;
}

.contact-form input::placeholder,
.contact-form textarea::placeholder {
    transition: transform 0.25s ease, opacity 0.25s ease;
}

/* Ko je fokus – placeholder gre navzgor in zbledi */
.contact-form input:focus::placeholder,
.contact-form textarea:focus::placeholder {
    transform: translateY(-12px);
    opacity: 0.6;
}
.kontakt{
    padding-bottom: 5vw;
}















@media(max-width: 970px){
    .contact-section{
        flex-direction: column;
        gap: 5vw;
    }

    .contact-right{
        width: 80%;
    }
    .contact-left{
        max-width: 80%;
        width: 80%;

    }
}

@media(max-width: 600px){
    .contact-section{
        flex-direction: column;
        gap: 5vw;
    }

    .contact-right{
        width: 80%;
    }
    .contact-left{
        max-width: 80%;
        width: 80%;

    }
    .contact-left h1 {
        font-size: clamp(35px, 4vw, 120px);
    }

    .contact-left p {
        font-size: clamp(13px, 1vw, 90px);
    }
    .contact-right h2 {
        font-size: clamp(22px, 1.5vw, 80px);
    }
    .contact-form textarea {
        height: 25vw;
    }
    .contact-form button{
        padding: 1.5vw;
        padding-left: 3vw;
        padding-right: 3vw;
    }
}
@media(max-height:1245px){
    .contact-section{
        height: fit-content;
        padding-top: 2vw;
        padding-bottom: 2vw;
    }
}







































































footer{
    background-color: #4B3C2D;
    padding-top: 2vw;
}
.noga{
    display: flex;
    justify-content: space-around;
    align-items: center;
    padding-bottom: 2vw;
}
.info{
    display: flex;
    flex-direction: column;
    width: 45%;
}
.info a, .info li, .info h2{
    color: #ffffff;
    text-decoration: none;
}
.info li, .info a{
    font-weight: 100;
}
.podstrani{
    display: flex;
    flex-direction: column;
    gap: .5vw;
}
.podstrani ul{
    list-style-type: none;
    display: flex;
    gap: 2vw;
}
.storitve-kontakt{
    display: flex;
    justify-content: flex-start;
    gap: 10vw;
}
.storitve-list{
    display: flex;
    flex-direction: column;
    gap: .5vw;
}
.kontakt-noga{
    display: flex;
    flex-direction: column;
    gap: .5vw;
}
.storitve-list ul{
    list-style-type: none;
}
.zemljevid{
    width: 45%;
    height: 20vw;
    border-radius: 50px;
}
iframe{
    border-radius: 50px;
}




.noga a{
    font-size: clamp(10px, .9vw, 50px);
}
.noga h2{
    font-size: clamp(16px, 1.3vw, 50px);
}






@media(max-width: 900px){
    .storitve-kontakt{
        flex-direction: column;
        gap: 2vw;
    }
    .info{
        gap: 2vw;
    }
    .zemljevid{
        height: 40vw;
    }
}
@media(max-width: 660px){
    .zemljevid{
        height: 50vw;
    }
}
@media(max-width:455px){
    .noga{
        flex-direction: column;
        justify-content: center;
        align-items: center;
        gap: 5vw;
    }
    .zemljevid{
        width: 90%;
        height: 50vw;
    }
    .info{
        width: 85%;
    }
    .noga a{
        font-size: clamp(14px, 2vw, 90px);
    }
    .noga h2{
        font-size: clamp(20px, 3vw, 50px);
    }
    .podstrani ul{
        gap: 3vw;
    }
}
















.avtorske{
    background: #ffffff;
    display: flex;
    justify-content: center;
}
.avtorske p{
    padding-top: .5vw;
    padding-bottom: .5vw;
    font-size: clamp(8px, .6vw, 120px);
}
.avtorske a{
    color: #4B3C2D;

}






