/* CSS Document */


.head {
    background-color: #184E51;
    height: 115vh;
    position: relative;
}

    .head .col-lg-6 {
        height: 100vh;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
    }

        .head h1 {
            margin-top: 40%;
            font-family: Poppins, Arial, Helvetica, sans-serif;
            font-size: 5rem;
            font-weight: 600;
            color: white;
            position: relative;
            z-index: 2;
        }

@media (max-width: 768px) {
    margin-top: -10%;
}


/*         #head-1 {
            -webkit-box-orient: vertical;
            -webkit-box-direction: normal;
                -ms-flex-direction: column;
                    flex-direction: column;
                    -webkit-box-pack: start;
                        -ms-flex-pack: start;
                            justify-content: start;
            -webkit-box-align: normal;
                -ms-flex-align: normal;
                    align-items: normal;
        } */

        .eset-div {
            font-family: Poppins, Arial, Helvetica, sans-serif;
            margin-top: 6vh;
            margin-left: 5%;
        }

        .head p {
            font-family: Poppins, Arial, Helvetica, sans-serif;
            width: -webkit-fit-content;
            width: -moz-fit-content;width: fit-content;
        }

        /* .head a {
            text-decoration: none;
            color: #006e7c;
        } */

        .head a:hover {
            text-decoration: none;
            color: #006e7c;
        }

        .head a img {
            width: 10vw;
        }

        .head .img-head {
            position: absolute;
            right: 0;
            bottom: -10%;
            width: 68%;
            z-index: 0;
            
        }

        .head .img-div {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-pack: end;
                -ms-flex-pack: end;
                    justify-content: end;
        }



.povzetek {
    height: 40vh;
    width: 80vw;
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    top: 100vh;
    border-radius: 20px;
    display: block;
    margin: auto;
    z-index: 10;
    background-color: white;

        display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
}

    .povzetek-col {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
    }

        .povzetek h6 {
            font-family: Poppins, Arial, Helvetica, sans-serif;
            text-align: center;
            font-size: 1.6vw;
            margin-bottom: 1rem;
        }

        .povzetek p {
            font-family: Poppins, Arial, Helvetica, sans-serif;
            text-align: center;
            width: 80%;
            font-size: 1.5vw;
        }

        .povzetek p span {
            font-weight: 550;
        }

.zgodba {
    height: auto;
    padding: 20vh 0 20vh 0;
    background-color: white;
    font-family: Poppins, Arial, Helvetica, sans-serif;
}

.zgodba b {
    font-weight: 600;
}

.zgodba .row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}

.zgodba h6 {
    color: #184E51;
    text-align: center;
    font-size: 1.2rem;
    margin-bottom: 1rem;
}

.zgodba h2 {
    color: #184E51;
    text-align: center;
    font-size: 3rem;
    margin-bottom: 2.2rem;
}

.zgodba img {
    margin-top: 2.5rem;
}
.zgodba p {
    color: #184E51;
    text-align: center;
    font-weight: 300;
}


@media (max-width: 768px) {
    .zgodba {
    padding-bottom: 10vh;}
}


.matjaz {
    height: auto;
    padding: 15vh 0 20vh 0;
    background-color: #d3ffdf;
    font-family: Poppins, Arial, Helvetica, sans-serif;
}

.matjaz h2 {
    text-align: center;
    font-size: 3rem;
    color: #184E51;
    position: relative;
    z-index: 1;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
}


/* .matjaz h2::before {
    content: "";
    width: 100%;
    background-color: white;
    height: 10px;
    position: absolute;
    left: 0;
    bottom: 9px;
    z-index: -1;
} */


.matjaz-div {
    position: relative;
    margin-top: 11rem;
}

.beseda-div {
    padding: 2.5vw;
    border-radius: 20px;
    background: white;
    width: 47vw;
    position: relative;
    z-index: 2;
    left: 2vw;
    bottom:3vw;
/*     -webkit-box-shadow: -4px 5px 8px black;
            box-shadow: -4px 5px 8px rgb(0, 0, 0, 0.35); */
}

.matjaz img {
    aspect-ratio: 3 / 4;
    -o-object-fit: cover;
       object-fit: cover;
    border-radius: 20px;
    width: 25vw;
    position: absolute;
    left: 45vw;
    top: -6vw;
    z-index: 1;
/*     -webkit-box-shadow: -4px 5px 8px black;
            box-shadow: -4px 5px 8px rgb(0, 0, 0, 0.35); */
}
.matjaz p {
    margin-bottom: 2em;
    
}

.green-rectangle {
position: absolute;
    background-color: #17383A;
    padding: 7.7vw 24vw;
    border-radius: 20px;
    left: 0;
    top: 7vw;
    z-index: 0;
}






@media (max-width: 768px) {

    .matjaz {
        padding: 15vh 0 10vh 0;
    }
    
    .matjaz h2 {
        font-size: min(9vw, 3.5rem);
        width: unset;
    }
    .matjaz h2::before {
        content: "";
        display: none;
    }

    .matjaz-div {
    position: relative;
    margin-top: 3rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-left: unset;
}


    
    .beseda-div {
    width: 90vw;
    position: static;
    display: block;
    margin: auto;
    margin-left: auto;
    
    }

    .matjaz img {
        aspect-ratio: 3 / 4;
        -o-object-fit: cover;
        object-fit: cover;
        border-radius: 20px;
        width: 50vw;
        position: static;
        display: block;
        margin: auto;
        margin-bottom: 1rem;

    }
    .matjaz p {
        margin-bottom: 1.5em;
        font-size: min(4vw, 1.3rem);
    }

    .green-rectangle {
        display: none;
    } 

}
/* .beseda-div {
    padding: 3%;
    border-radius: 20px;
    background: white;
    width: 55%;
    position: relative;
    z-index: 2;
    left: 10%;
   -webkit-box-shadow: -4px 5px 8px black;
            box-shadow: -4px 5px 8px rgb(0, 0, 0, 0.35); 
}

.matjaz img {
    aspect-ratio: 3 / 4;
    -o-object-fit: cover;
       object-fit: cover;
    border-radius: 20px;
    width: 30%;
    position: absolute;
    right: 10%;
    top: -20%;
    z-index: 1;
    -webkit-box-shadow: -4px 5px 8px black;
            box-shadow: -4px 5px 8px rgb(0, 0, 0, 0.35); 
}
.matjaz p {
    margin-bottom: 2em;
}

.green-rectangle {
position: absolute;
    background-color: #35ED54;
    padding: 9% 30%;
    border-radius: 20px;
    left: 8%;
    top: 33%;
    z-index: 0;
} */

.stolpci {
    background: #17383A;
    padding: 20vh 0;
    font-family: Poppins, Arial, Helvetica, sans-serif;
    text-align: center;
}


.stolpci h2 {
    font-size: min(3rem, 7vw);
color: #D9FFE5;
margin-bottom: 3rem;
text-align: left;
}




.stolpci div p {
    color: white;
    text-align: left;


}

p.stolpci-p {
    font-weight: 300;
    width: 50%;
    margin-bottom: 4.5rem;
}
.stolpci-h5 {
    margin-top: 3em;
    text-align: left;
    color: #D9FFE5;

}

.trije-stolpci {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
}

.stolpec {
    width: 24%;
    height: auto;
    background-color: #184E51;
    border-radius: 20px;
    padding: 3%;
}


.stolpec .material-symbols-outlined {
    font-size: 3.5rem;
    pointer-events: none;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
    margin-bottom: 1rem;
    color: white;
    display: block;
    margin: auto;

}

.stolpec h3 {
    font-size: 1.4rem;
    margin-bottom: 1rem;
    color: #D9FFE5;
    text-align: left;
}


.stolpec ul {
    text-align: left;
    font-weight: 300;
    color: white;

}

@media (max-width: 768px) {
    .stolpec {
        width: min(90vw, 500px);
        display: block;
        margin: auto;
    }


    .stolpci {
        padding: 12vh 0;
    }

    .stolpci h2 {
        text-align: center;
        font-size: min(11.5vw, 3rem);
    }
    .stolpec h6 {
        text-align: center;
    }
    .stolpci div p {
        text-align: center;
        margin-bottom: 2rem;
    }

    .stolpec p {
    display: block;
    margin: auto;
    font-weight: 300;
    width: 70%;
}

    .trije-stolpci {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        gap: 20px;
    }
}



.kdo-smo {
    height: auto;
    padding: 15vh 0 20vh 0;
    background-color: #ffffff;
    font-family: Poppins, Arial, Helvetica, sans-serif;
}

.uvod-col {
    display: block;
    margin: auto;
    margin-top: 2rem;
}

.kdo-smo h2 {
    text-align: center;
    font-size: 3rem;
    color: #184E51;
    position: relative;
    z-index: 1;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    display: block;
    margin: auto;
}



.kdo-smo .uvod {
    text-align: center;
/*     display: block;
    margin: auto; */
}




/* .kdo-smo h2::before {
    content: "";
    width: 100%;
    background-color: #D9FFE5;
    height: 10px;
    position: absolute;
    left: 0;
    bottom: 9px;
    z-index: -1;
} */


.kdo-smo img {
    border-radius: 20px;
}

.kdo-smo .col-lg-6 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}

.kdo-smo .col-lg-6 p {
    font-weight: 350;
}

.arrow-o-nas-flip {
    position: absolute;
    left: -44%;
    top: calc(100% - 40px);
    width: 130px;
    height: 120px;
    -webkit-transform: rotateY(-180deg) rotate(-42deg);
            transform: rotateY(-180deg) rotate(-42deg);
}

.arrow-o-nas {
    position: absolute;
    left: -44%;
    top: calc(100% - 40px);
    width: 130px;
    height: 120px;
    -webkit-transform: rotate(-42deg);
            transform: rotate(-42deg);
}


@media (max-width: 768px) {
    .kdo-smo {
        padding-top: 10vh;
        padding-bottom: 12vh;
    }

    .kdo-smo .col-lg-6 h3 {
        margin-top: -1.8rem;
    }
}


















.ekipa {
    padding: 10vh 0 20vh 0;
    background: #F5F5F5;
    font-family: Poppins, Arial, Helvetica, sans-serif;
}


.ekipa .container-fluid {
    padding: 0 5%;
}

.ekipa h2 {
    font-size: 3rem;
    font-weight: 400;
    margin-bottom: 3rem;
}

.people {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    gap: 35px 20px;
}

.oseba {
    height: auto;

    border-radius: 15px;
    overflow: hidden;
}

.oseba img {
    aspect-ratio: 3 / 4;
    -o-object-fit: cover;
       object-fit: cover;
}

.oseba-opis {
    padding: 10%;
    color: white;
    background: #6d7872;
}



@media (max-width: 768px) {
    .people {
        display: grid;
        grid-template-columns: 1fr ;
        gap: 35px 20px;
    }
}


@media (max-width: 450px) {
    

    .oseba-opis {
        padding-bottom: 2rem;
    }

    .oseba-opis h4 {
        font-size: larger;
    }

    .oseba-opis p {
        font-size: 14px;
    }
}




















































.koraki {
    background-color: #d0fcce;
    height: auto;
    padding-bottom: 48vh;
}


    .koraki h2 {
        color: #D9FFE5;
        font-family: Poppins, Arial, Helvetica, sans-serif;
        font-size: 4rem;
        margin-top: 45vh;
    }

    .koraki-p {
        font-family: Poppins, Arial, Helvetica, sans-serif;
        font-size: 1rem;
        font-weight: 500;
        color: #D9FFE5;
        text-align: center;
    }

    .flex-between {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: space-evenly;
            -ms-flex-pack: space-evenly;
                justify-content: space-evenly;
    }


        .koraki-slider {
            height: inherit;
            background-color: #17383A;
            border-radius: 15px;
            margin-top: 5vh;
        }

            .slider-wrapper {
                position: relative;
                z-index: 3;
            }

            .korak {
                display: -webkit-box;
                display: -ms-flexbox;
                display: flex;
                -webkit-box-align: center;
                    -ms-flex-align: center;
                        align-items: center;
                gap: 20px;
                -webkit-box-orient: horizontal;
                -webkit-box-direction: normal;
                    -ms-flex-direction: row;
                        flex-direction: row;
                padding-bottom: 20px;

            }

            #korak-1 {
                padding-top: 20px;
            }

                .circle {
                    height: 3rem;
                    width: 3rem;
                    aspect-ratio: 1 / 1; /* keeps it square */
                    border-radius: 50%;
                    background: #17383A;
                    text-align: center;
                    color: #D9FFE5;
                    font-size: 2rem;
                    border: 1px white dotted;
                }

                .circle p {
                    margin: 0;
                }

                #circle1 {
                    height: 3rem;
                    width: 3rem;
                    aspect-ratio: 1 / 1;
                    border-radius: 50%;
                    background: #35ED54;
                    color: #17383A;
                    border:none;
                }

                
                .koraki-slider-p {
                    color: white;
                    font-family: Poppins, Arial, Helvetica, sans-serif;
                    margin: 0;
                    font-size: 1rem;
                    font-weight: 300;
                }

                #koraki-slider-p-1 {
                    font-weight: 700;
                    font-size: 1.2rem;
                }

        .koraki-opis {
            position: relative;
            height: 160%;
            background-color: white;
            border-radius: 15px;
            margin-top: 5vh;
            padding: 0;
            overflow: hidden;
        }


            .img-koraki {
                aspect-ratio: 21 / 9 ;
                -o-object-fit: cover;
                   object-fit: cover;
                   border-radius: 15px 15px 0 0;
            }

            .opis-wrapper {
                width: 100%;
                padding: 3vh 3vw;
                background-color: white;
            }

                .opis-move-1 {
                    position: absolute;
                    top: 0;
                    left: 0;
                }

                .opis-move-2, .opis-move-3, .opis-move-4, .opis-move-5, .opis-move-6 {
                    position: absolute;
                    top: 0;
                    left: 0;
                    -webkit-transform: translateX(110%);
                            transform: translateX(110%);
                }

                    .opis-wrapper h3 {
                        font-family: Poppins, Arial, Helvetica, sans-serif;
                        font-size: 1.6rem;
                        text-align: center;
                     }


.nasa-prednost {
    height: auto;
    padding: 20vh 0 20vh 0;
    background: #D9FFE5;
    color: #17383A;
    font-family: Poppins, Arial, Helvetica, sans-serif;
}

    .nasa-prednost h2 {
        margin-top: 6vh;
        font-size: 3rem;
    }

    .nasa-prednost p {
        font-size: 1.5rem;
    }

    .nasa-prednost .col-md-5 {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: right;
            -ms-flex-pack: right;
                justify-content: right;
    }

    .nasa-prednost img {
        aspect-ratio: 3 / 4;
        -o-object-fit: cover;
           object-fit: cover;
        height: 70vh;
        border-radius: 10px;
        -webkit-box-shadow: 2px 5px 14px rgba(0, 0, 0, 0.4);
                box-shadow: 2px 5px 14px rgba(0, 0, 0, 0.4);
    }


.eset-cert {
    height: auto;
    background-color: #F5F5F5;
    font-family: Poppins, Arial, Helvetica, sans-serif;
    padding: 10vh 0 20vh 0;
}
.eset-cert .row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}


.eset-cert p {
    margin-top: 1rem;
}

.eset-cert h2 {
    font-size: 2.2rem;
}

.eset-cert div p span {
    font-weight: 700;
    font-size: 1.3rem;
    font-style: oblique;
}
.eset-cert div p {
    font-size: 1.3rem;
}
.eset-cert b {
    font-weight: 600;
}

.eset-cert p a {
/*     text-decoration: none; */
    color: black;
}
.eset-cert p a:hover {
    text-decoration: none;
}



.eset-cert ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 10px;
}

.eset-cert li {
    font-size: 1.2rem;
     font-weight: 400;
}

.eset-cert img {
    border-radius: 10px;
    -webkit-box-shadow: 2px 5px 14px rgba(0, 0, 0, 0.4);
    box-shadow: 2px 5px 14px rgba(0, 0, 0, 0.4);
}


.eset-cert .col-lg-4 {
    padding-left: 5vw;
    -webkit-transition: 0.25s ease;
    transition: 0.25s ease;
}



@media (max-width: 768px) {

    .eset-cert .col-lg-4 {
    padding-left: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-top: 5vh;
}
    .eset-cert img {
        width: min(60vw, 400px);;
    }
    .eset-cert {
        padding-bottom: 10vh;
    }
}


.vprasanja {
    height: auto;
    padding: 10vh 0 20vh 0;
    background-color: white;
}

    .vprasanja img {
        margin-top: 20vh;
        display: block;
        margin: auto;
    }


    .vprasanja h2 {
        font-family: Poppins, Arial, Helvetica, sans-serif;
        font-size: 3rem;
/*         text-align: center; */
    }

    .vprasanja h6 {
        font-family: Poppins, Arial, Helvetica, sans-serif;
    }



    .faq-item {
    border-bottom: 1px solid #ccc;
    padding: 10px 0;
    }

    /* Hide the checkbox visually */
    .faq-item input {
        display: none;
    }

    /* Question style */
    .faq-item label {
        display: block;
        font-weight: 300;
        cursor: pointer;
        font-family: Poppins, Arial, Helvetica, sans-serif;
        font-size: 1.2rem;
        margin-top: 20px;
    }

        .vprasanja span {
            float: right;
        }

        .vprasanja input:checked + label span {
            -webkit-transform: rotate(180deg);
                    transform: rotate(180deg);
            -webkit-transition: -webkit-transform 0.3s ease;
            transition: -webkit-transform 0.3s ease;
            transition: transform 0.3s ease;
            transition: transform 0.3s ease, -webkit-transform 0.3s ease;
        }

        .vprasanja label span {
            display: inline-block; /* needed so transform works */
            -webkit-transition: -webkit-transform 0.3s ease;
            transition: -webkit-transform 0.3s ease;
            transition: transform 0.3s ease;
            transition: transform 0.3s ease, -webkit-transform 0.3s ease;
        }

        /* Hide answer by default */
        .faq-answer {
            max-height: 0;
            overflow: hidden;
            -webkit-transition: max-height 0.3s ease;
            transition: max-height 0.3s ease;
            margin-top: 25px;
        }

        /* Show answer when checkbox is checked */
        .faq-item input:checked ~ .faq-answer {
            max-height: 200px; /* adjust as needed */
        }




@media (max-width: 1024px) {

.head {
    height: 105vh;
}
.head .container {
    height: 90vh;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    gap: 100px;
}

    .head .col-lg-6 {
        height: auto;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
    }

        .head h1 {
        margin: 0;
        font-family: Poppins, Arial, Helvetica, sans-serif;
        font-size: min(5rem, 14vw);
        font-weight: 600;
        text-align: center;
        margin-top: 20%;
        }

        .head img {
        width: min(90vw, 800px);
        -o-object-fit: cover;
        object-fit: cover;
        border-radius: 10px;
        margin: 0;
        }
}


@media (max-width: 768px) {

.head {
    height: 105vh;
}
.head .container {
    height: 90vh;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    gap: 100px;
}

    .head .col-md-6 {
        height: auto;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
    }

        .head h1 {
        margin: 0;
        font-family: Poppins, Arial, Helvetica, sans-serif;
        font-size: min(5rem, 11vw);
        font-weight: 600;
        text-align: center;
        margin-bottom: 4rem;
        }

        .head .img-head {
        width: min(90vw, 800px);
        -o-object-fit: cover;
        object-fit: cover;
        border-radius: 10px;
        right: auto;
        display: block;
        margin: auto;
        position: relative;
        }

        #head-1 {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-pack: center;
                -ms-flex-pack: center;
                    justify-content: center;
            -webkit-box-align: center;
                -ms-flex-align: center;
                    align-items: center;
        }
        .eset-div {
            margin-left: 0;
            margin-top: 4vh;
        }

        .head a img {
            width: 23vw;
        }


    .povzetek {
       height: auto;
       padding: 3vh 0;
       top: 75vh;
       width: 90vw;
    }

        .povzetek h6 {
            font-family: Poppins, Arial, Helvetica, sans-serif;
            text-align: center;
            font-size: min(2rem,7vw);
            margin-bottom: 1rem;
        }

        .povzetek p {
            font-family: Poppins, Arial, Helvetica, sans-serif;
            text-align: center;
            width: auto;
            font-size: unset;
        }


    .koraki {
        padding-top: 10vh;
        padding-left: 10vw;
        padding-right: 10vw;
        padding-bottom: 10vh;
    }

        .koraki h2 {
            margin-top: 0;
        }

        .koraki-slider, .koraki-opis {
            display: none;
        }


        .koraki .faq-item {
            border-bottom: 1px solid white;
        }

        .koraki .faq-item label {
            color: white;
        }

        .koraki .faq-answer {
            color: white;
        }

        .koraki .faq-item input:checked ~ .faq-answer {
        max-height: 100%;}

        .koraki .faq-item img {
            width: 70vw;
            border-radius: 10px;
            display: block;
            margin: auto;
            margin-bottom: 3vh;
        }

        .koraki span {
            float: right;
        }

        .koraki input:checked + label span {
            -webkit-transform: rotate(180deg);
                    transform: rotate(180deg);
            -webkit-transition: -webkit-transform 0.3s ease;
            transition: -webkit-transform 0.3s ease;
            transition: transform 0.3s ease;
            transition: transform 0.3s ease, -webkit-transform 0.3s ease;
        }

        .koraki label span {
            display: inline-block; 
            -webkit-transition: -webkit-transform 0.3s ease;
            transition: -webkit-transform 0.3s ease;
            transition: transform 0.3s ease;
            transition: transform 0.3s ease, -webkit-transform 0.3s ease;
        }

    
    



    .nasa-prednost h2 {
        font-size: min(3rem, 8vw);
    }

    .nasa-prednost img {
        aspect-ratio: 4 / 3;
        height: auto;
        display: block;
        margin: auto;
    }

    .vprasanja img {
        margin-top: 0;
        margin-bottom: 5vh;
    }

    .vprasanja h2 {
        font-size: min(3rem, 6.6vw)
    }

    
}




@media (min-width: 769px) {
    .koraki .faq-item {
        display: none;
    }
}


@media (max-width: 435px) {
    .koraki h2 {
        margin-top: 25vw;
    }
    .head a img {
        width: 35vw;
    }
}