.shareicons {
    position: fixed;
    width: 100px;
    left: 2%;
    bottom: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    transition: all .3s ease-in-out;
    opacity: 0;
}

.shareactive {
    opacity: 1;
    bottom: 8%;
}

.shareico img{
    width: 80px;
}

.okgo {
    margin: 0 auto;
    text-align: center;
    padding-top: 1rem;
    position: relative;
}

.slide {
    position: relative;
    transition: all .4s ease-in-out;
}

.choice,
.formaslide,
.sender,
.endslide {
    transform: translateX(0%);
    opacity: 1;
    display: block;
    width: 90%;
    max-width: 1280px;
    margin: 0 auto;
}

.sender {
    margin: 0 auto 1rem;
}

.forma {
    padding-top: 4rem;
    margin: 0 auto;
    max-width: 970px;
    background-color: red;
}

.frmboxholder {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin: 0 auto;

}

.frmbox {
    display: flex;
    flex-direction: column;
    padding: .6rem;
    flex-shrink: 0;
    flex-grow: 1;
}

.frmboxwide {
    width: 100%;
    padding: 1rem;
    padding-bottom: 0;
}

.labela {
    color: #fff;
    padding-bottom: .3rem;
    padding-left: .3rem;
    font-size: 1.6rem;
    text-transform: uppercase;
}

.gdprlabel {
    color: #fff;
    font-size: .8rem;
    max-width: 640px;
    margin: 0 auto;
    display: block;
    cursor: pointer;
    padding-left: .6rem;
}

#gdpr,
#consent {
    border: none;
    outline: none;
}

.flexed {
    max-width: 720px;
    margin: 0 auto;
    display: flex;
    flex-direction: row-reverse;
    padding-left: .5rem;
}

.txtfield {
    background: #fff;
    border: none;
    border-radius: 1rem;
    padding: .5rem 1rem .5rem 1rem;
    font-size: 1.2rem;
    outline: none;
    color: #3b3b3b;
}

.err{
    background-image: url(img/errsm.png);
    background-position: 95% 10px;
    background-repeat: no-repeat;
}

.frmtitle {
    color: #fff;
    font-size: 1.6rem;
    text-align: center;
    text-transform: uppercase;
}

.frmsub {
    color: #e2e2e2;
    font-size: 1rem;
    text-align: center;
    text-transform: uppercase;
}

.textwide {
    display: block;
    width: 100%;
    margin: 1rem auto 0 auto;
    border-radius: 1rem;
    padding: 1rem;
    font-size: 1.1rem;
    color: #3b3b3b;
    outline: none;
    border: none;
}

/* .slider {
    padding-top: 2rem;
}

.slider .slick-track {
    padding: 2rem 0;
}

.slider .slick-list {
    align-items: center;
}

.slider .slick-slide {
    -webkit-filter: blur(4px);
    filter: blur(4px);
    transform: scale(0.9);

}

.slider .slick-current {
    -webkit-filter: blur(0);
    filter: blur(0);
    transform: scale(1);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
}

.ilustra {
    border: 6px solid #E0E0E0;
    background-color: #fff;
    border-radius: 16px;
    -webkit-border-radius: 16px;
    -moz-border-radius: 16px;
    -ms-border-radius: 16px;
    -o-border-radius: 16px;
}

.pregled-tekst {
    padding-top: 1.5rem;
}

.pregled-tekst h4 {
    color: #4A4A4A;
    font-weight: 500;
    font-size: 1.25rem;
    padding-bottom: .5rem;
}

.pregled-tekst p {
    font-size: 1rem;
    line-height: 1.25;
    font-weight: 300;
}

@media (min-width: 992px){
    .ilu4 {
        margin-top: -8rem;
        z-index: 0;
    }


    #tekst {
        opacity: 0;
    }

    #samopregled {
        margin-top: 5rem;
    }


    .arrows {
        top: 25%;
        position: absolute;
        width: 50%;
        left: 25%;
    }



    #previous,

    .prev {

        position: absolute;

        cursor: pointer;

        display: block;

        height: 75px;

        width: 75px;

        left: -75px;

        background: url("../img/prev.svg") no-repeat;

        background-position: top;

        background-size: contain;



    }

    #next,

    .next {

        position: absolute;

        cursor: pointer;

        display: block;

        height: 75px;

        width: 75px;

        right: -50px;

        background: url("../img/next.svg") no-repeat;

        background-position: top;

        background-size: contain;

    }

    .slider {
        padding-top: 4rem;
    }

    .slider .slick-track {
        padding: 2rem 0;
    }

    .slider .slick-list {
        align-items: center;
    }

    .slider .slick-slide {
        -webkit-filter: blur(4px);
        filter: blur(4px);
        transform: scale(0.9);

    }

    .slider .slick-current {
        -webkit-filter: blur(0);
        filter: blur(0);
        transform: scale(1.1);


    }

    .ilustra {
        border: 6px solid #E0E0E0;
        background-color: #fff;
        border-radius: 16px;
        -webkit-border-radius: 16px;
        -moz-border-radius: 16px;
        -ms-border-radius: 16px;
        -o-border-radius: 16px;
    }

    .pregled-tekst {
        padding-top: 1.5rem;
    }

    .pregled-tekst h4 {
        color: #4A4A4A;
        font-weight: 500;
        font-size: 1.05rem;
        padding-bottom: .5rem;
    }

    .pregled-tekst p {
        font-size: .9rem;
        line-height: 1.25;
        font-weight: 300;
    }
} */

#stadiji {
    background-color: #F5F5F5;
    padding: 2rem 0 4rem;
}

#accory ul,
#accory li {
    margin: 0;
    padding: 0;
    list-style: none;
}

#accory ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
    height: auto;
    background-color: #fff;
    border: 1px solid var(--accent);
    border-radius: 32px;
    max-height: unset;
    overflow: hidden;
    margin: 0 auto;
}

@media screen and (max-width: 1400px) {
    #accory ul {
        max-width: 800px;
    }
}


@media screen and (max-width: 992px) {
    #accory ul {
        max-width: 670px;
    }
}

#accory li {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    -webkit-transition: -webkit-box-flex 500ms ease-out;
    -webkit-transition: -webkit-flex 500ms ease-out;
    transition: -webkit-box-flex 500ms ease-out;
    transition: -ms-flex 500ms ease-out;
    transition: flex 500ms ease-out;
    padding: 20px;
    height: 38rem;
}

#accory li:hover {
    -webkit-box-flex: 3;
    -webkit-flex: 3;
    -ms-flex: 3;
    flex: 3;
}

#accory .harmonika {
    width: 50%;
    display: none;
    flex-direction: column;
    font-size: .77rem;
    padding: 1rem;
    max-width: 400px;
    overflow: hidden;
}

#accory li:hover .harmonika-tekst {
    display: flex;
}

#accory .harmonika-tekst {
    display: flex;
    width: 100%;
    display: none;
    flex-direction: column;
    padding: 2rem 1rem 1rem;
    max-width: 400px;
    overflow: hidden;
    font-family: 'Josefin Sans', sans-serif;
}

#accory .harmonika-tekst p {
    font-size: 1rem;
}

@media (min-width: 992px) {
    #accory .harmonika-tekst p {
        font-size: .77rem;
    }
}

#accory li:hover .fotka {
    width: 100%;
}

#accory li:hover .broj span {
    box-shadow: 0px 0px 0px 3px rgba(234, 84, 164, 0.25);
}

#tekst25 {
    opacity: 0;
    scale: 0;
}

.gore {
    margin-top: 5rem;
}

.krilo {
    display: flex;
    flex-direction: column;
}

@media (max-width: 992px) {
    .krilo {
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column;
    }
}


.prva {
    background: url('../images/stadiji/stadij0.png') no-repeat;
}

.druga {
    background: url('../images/stadiji/stadij1.png') no-repeat;
}

.treca {
    background: url('../images/stadiji/stadij2.png') no-repeat;
}

.cetvrta {
    background: url('../images/stadiji/stadij3.png') no-repeat;
}

.peta {
    background: url('../images/stadiji/stadij4.png') no-repeat;
}

.fotka {
    width: 100%;
    height: 180px;

    background-position: center center;
    background-size: cover;
    border-radius: 32px;
    -webkit-border-radius: 32px;
    -moz-border-radius: 32px;
    -ms-border-radius: 32px;
    -o-border-radius: 32px;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    padding-top: 2rem;
}

.broj p {
    color: #fff;
    text-transform: uppercase;
    font-weight: 500;
}

.broj span {
    background-color: var(--accent);
    padding: .5rem 1rem;
    border-radius: 32px;
    -webkit-border-radius: 32px;
    -moz-border-radius: 32px;
    -ms-border-radius: 32px;
    -o-border-radius: 32px;
}

.harmonika-tekst {
    width: 100%;
    display: none;
    flex-direction: column;
    font-size: .77rem;
    padding: 2rem 1rem 1rem;
    max-width: 400px;
    overflow: hidden;
}

.harmonika-tekst h5 {
    color: var(--accent);
    font-size: 1.1rem;
    text-transform: uppercase;
    font-weight: 600;
    margin: 0.9rem 0;
}

@media (min-width: 992px) {

    #stadiji {
        background-color: #F5F5F5;
        padding: 8rem 0;
    }

    #accory ul,
    #accory li {
        /* margin: 0; */
        padding: 0;
        list-style: none;
    }

    #accory ul {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        flex-direction: row;
        height: auto;
        background-color: #fff;
        border: 1px solid var(--accent);
        border-radius: 32px;
    }

    #accory li {
        -webkit-box-flex: 1;
        -webkit-flex: 1;
        -ms-flex: 1;
        flex: 1;
        -webkit-transition: -webkit-box-flex 500ms ease-out;
        -webkit-transition: -webkit-flex 500ms ease-out;
        transition: -webkit-box-flex 500ms ease-out;
        transition: -ms-flex 500ms ease-out;
        transition: flex 500ms ease-out;
        padding: 20px;
    }

    #accory li:hover {
        -webkit-box-flex: 3;
        -webkit-flex: 3;
        -ms-flex: 3;
        flex: 3;
    }

    #accory li:hover .harmonika-tekst {
        display: flex;
    }


    #accory li:hover .fotka {
        width: 50%;
    }

    #accory li:hover .broj span {
        box-shadow: 0px 0px 0px 3px rgba(234, 84, 164, 0.25);
    }

    #tekst25 {
        opacity: 0;
        scale: 0;
    }

    .krilo {
        display: flex;
        flex-direction: row;
    }

    .prva {
        background: url('../images/stadiji/stadij0.png') no-repeat;
    }

    .druga {
        background: url('../images/stadiji/stadij1.png') no-repeat;
    }

    .treca {
        background: url('../images/stadiji/stadij2.png') no-repeat;
    }

    .cetvrta {
        background: url('../images/stadiji/stadij3.png') no-repeat;
    }

    .peta {
        background: url('../images/stadiji/stadij4.png') no-repeat;
    }

    .fotka {
        width: 100%;
        height: 550px;
        background-position: center center;
        background-size: cover;
        border-radius: 32px;
        -webkit-border-radius: 32px;
        -moz-border-radius: 32px;
        -ms-border-radius: 32px;
        -o-border-radius: 32px;
        display: flex;
        justify-content: center;
        align-items: flex-end;
        padding-top: 0;
    }

    .broj p {
        font-size: .66rem;
        color: #fff;
        text-transform: uppercase;
        font-weight: 500;
    }

    .broj span {
        background: var(--accent);
        padding: .5rem 1rem;
        border-radius: 32px;
        -webkit-border-radius: 32px;
        -moz-border-radius: 32px;
        -ms-border-radius: 32px;
        -o-border-radius: 32px;
    }

    .harmonika-tekst {
        width: 50%;
        display: none;
        flex-direction: column;
        font-size: .77rem;
        padding: 1rem;
        max-width: 400px;
        overflow: hidden;
    }

    .harmonika-tekst h5 {
        color: var(--accent);
        font-size: .9rem;
        text-transform: uppercase;
        font-weight: 600;
        margin: 0.9rem 0;
    }
}

#pomoc {
    background-color: #F5F5F5;
    padding: 4rem 0 8rem;
    position: relative;
}

.pomocy {
    background-color: #fff;
    border-radius: 32px;
    -webkit-border-radius: 32px;
    -moz-border-radius: 32px;
    -ms-border-radius: 32px;
    -o-border-radius: 32px;
    padding: 4rem 0 8rem;
    display: none;
}

.naslov h4 {
    font-size: 1.75rem;
    font-weight: 700;
    color: var(--accent);
    margin-bottom: .75rem;
}

#pomoc .naslov h3 {
    margin-bottom: 0;
}

.logic{
    padding: 1rem 0;
}

.udruge {
    padding-top: 2rem;
    z-index: 99999;
    position: relative;
}

.ilu6 {
    position: absolute;
    width: 100vw;
    bottom: 7%;
    z-index: 99;
}

#tekst6 {
    opacity: 0;
    scale: 0;
}

#upitnik {
    padding: 6rem 0 2rem;
    position: relative;
}

.ilu7 {
    position: relative;
    width: 100vw;
    left: 0;
    bottom: 0;
}

.forma3 {
    padding-bottom: 1rem;
    padding-top: 1rem;
}

@media (min-width: 992px){
    #pomoc {
        background-color: #F5F5F5;
        padding: 8rem 0 12rem;
        position: relative;
    }

    .pomocy {
        background-color: #fff;
        border-radius: 32px;
        -webkit-border-radius: 32px;
        -moz-border-radius: 32px;
        -ms-border-radius: 32px;
        -o-border-radius: 32px;
        padding: 4rem 0;
    }

    .naslov h4 {
        font-size: 2rem;
        font-weight: 700;
        color: var(--accent);
        margin-bottom: .75rem;
    }

    #pomoc .naslov h3 {
        margin-bottom: 0;
    }

    .udruge {
        padding-top: 2rem;
    }

    .ilu6 {
        position: absolute;
        width: 100vw;
        bottom: 7%;
        z-index: 99;
    }

    #tekst6 {
        opacity: 0;
        scale: 0;
    }

    #upitnik {
        padding: 8rem 0 24rem;
        position: relative;
    }

    .ilu7 {
        position: absolute;
        width: 58vw;
        left: 0;
        bottom: 0;
    }

    .forma3 {
        padding-bottom: 4rem;
    }
}
/* 
#clanci{
    padding: 8rem 0 4rem;
}

#clanci h3{
    padding-bottom: 2rem;
}

#logo {
    padding: 4rem 0;
}

#logo p {
    font-weight: 500;
    color: #4A4A4A;
    padding-bottom: 1rem;
}

footer {
    background-color: #F4F2F2;
    padding: 4rem 0 2rem;
}

footer p {
    font-size: 0.77rem;
    text-transform: uppercase;
    color: #4A4A4A;
    font-weight: 500;
}

footer a {
    color: #4A4A4A;
    text-transform: uppercase;
    font-weight: 500;
    font-size: 0.77rem;
}

footer a:hover p {

    color: var(--accent);
}

footer a:hover {
    text-decoration: none;
}

#tekst77 {
    opacity: 0;
    scale: 0;
}

.portali{
    padding-top: 3rem;
}

@media (min-width: 992px){
    #logo {
        padding: 6rem 0;
    }

    #logo p {
        font-weight: 500;
        color: #4A4A4A;
        padding-bottom: 1rem;
    }

    footer {
        background-color: #F4F2F2;
        padding: 4rem 0 3rem;
    }

    footer p {
        font-size: 0.77rem;
        text-transform: uppercase;
        color: #4A4A4A;
        font-weight: 500;
    }

    footer a {
        color: #4A4A4A;
        text-transform: uppercase;
        font-weight: 500;
        font-size: 0.77rem;
    }

    footer a:hover p {

        color: var(--accent);
    }

    footer a:hover {
        text-decoration: none;
    }

    #tekst77 {
        opacity: 0;
        scale: 0;
    }
}

.pow{
    padding-top: 3rem;
} */
