
body {
    
    width: ;
    margin: 0px auto;
    position: relative;
    background-color: var(--background);
    background-image: var(--gradient_background);
    color: var(--text_on_background);
    font-family: var(--font_primary);
    display: flex;
    flex-direction: column;
}
@media screen and (max-width:480px){
    body{
        position: relative;
        overflow-x: hidden;
        max-width: 100vw;
        width: 100% !important;

    }
    section{
        max-width: 100vw !important;
        width: 100% !important;
        box-sizing: border-box !important;
        overflow-x: hidden;
    }
}
@media screen and (max-width:481px) and (max-width:768px){
    body{
        position: relative;
        overflow-x: hidden;
        max-width: 100vw;
        width: 100% !important;

    }
    section{
        max-width: 100vw !important;
        width: 100% !important;
        box-sizing: border-box !important;
        overflow-x: hidden;
    }
}
    [section-type="paragraf_slika"]{
    margin-left: auto;
    margin-right: auto;
}
[section-type="paragraf_slika"]>div{
    display: grid;
    justify-items: center;
    grid-template-areas: "paragraf img";
    grid-template-columns: 50% 50%;
    align-items: center;
}
[section-type="paragraf_slika"]>div p{
    color: var(--text_on_background);
    font-family: var(--font_secondary);
    text-shadow: var(--tekst_senka);
    margin: 0px;
}
[section-type="paragraf_slika"]>div img{
    max-width: 100%;
    border: var(--ivice_dodatno);
    border-radius: var(--uglovi_radius);
    box-shadow: var(--elementi_senka);
}
@media screen and (max-width: 480px){
    [section-type="paragraf_slika"]{
        width: 100%
    }
    [section-type="paragraf_slika"]>div{
        
        grid-template-columns:100%;
        grid-template-areas: "paragraf""img";
        gap: 1em;
    }
    [section-type="paragraf_slika"]>div p{
        grid-area: paragraf
    }
    [section-type="paragraf_slika"]>div img{
        grid-area: img
    }
}
@media screen and (min-width: 481px) and (max-width: 768px){
    
}
@media screen and (min-width: 769px){
    
}[section-type="slika"]{
    margin-left: auto;
    margin-right: auto;
}
[section-type="slika"] img{
    width: 100%;
    margin: 0px auto;
    display: block;
    border: var(--ivice_dodatno);
    border-radius: var(--uglovi_radius);
    box-shadow: var(--elementi_senka);
    margin-left: auto;
    margin-right: auto;
}
@media screen and (max-width: 480px){
    [section-type="slika"]{
        width: 100%
    }
}
@media screen and (min-width: 481px) and (max-width: 768px){
    
}
@media screen and (min-width: 769px){
    
}[section-type="paragraf"]{
    margin-left: auto;
    margin-right: auto;
}
[section-type="paragraf"] p{
    color: var(--text_on_background);
    font-family: var(--font_secondary);
    text-shadow: var(--tekst_senka);
    margin-left: auto;
    margin-right: auto;
}
@media screen and (max-width: 480px){
    [section-type="paragraf"]{
        width: 100%
    }
}
@media screen and (min-width: 481px) and (max-width: 768px){
    
}
@media screen and (min-width: 769px){
    
}[section-type="dugme"]{
    display: flex;
    padding: unset;
    margin-left: auto;
    margin-right: auto;
}
@media screen and (max-width: 480px){
    [section-type="dugme"]{
        width: 100%
    }
}
@media screen and (min-width: 481px) and (max-width: 768px){
    
}
@media screen and (min-width: 769px){
    
}[section-type="hero_sekcija"]{
    margin-left: auto;
    margin-right: auto;
}
[section-type="hero_sekcija"] .divSadrzaj{
    position: relative;
    height: 500px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
[section-type="hero_sekcija"] .divSadrzaj .divInner{
    position: absolute;
    transform: translate(-50%, -50%);
    width: max-content;
    height: max-content;
    color: var(--accent);
    text-shadow: var(--tekst_senka);
}
[section-type="hero_sekcija"] .divSadrzaj .divInner h1{
    margin: 0px;
    padding: 2px;
    font-family: var(--font_primary);
    max-width: 40em;
}
[section-type="hero_sekcija"] .divSadrzaj .divInner h2{
    margin: 0px;
    padding: 2px;
    font-family: var(--font_primary);
    max-width: 40em;
}
[section-type="hero_sekcija"] .divSadrzaj .divInner h3{
    max-width: 40em;
    margin: 0px;
    padding: 2px;
    font-family: var(--font_primary);
}
[section-type="hero_sekcija"] .divSadrzaj .divInner p{
    padding:2px;
    max-width: 25em;
}
[section-type="hero_sekcija"] .divSadrzaj .divInner p,
[section-type="hero_sekcija"] .divSadrzaj .divInner p>*{
    font-family: var(--font_secondary);
}
[section-type="hero_sekcija"] .divSadrzaj .divInner .divDugmad{
    display: flex;
    font-family: var(--font_primary);
}
[section-type="hero_sekcija"] .divSadrzaj .divInner .divDugmad button{
    font-family: var(--font_primary);
    box-shadow: var(--elementi_senka);
    transition: 200ms all ease-in-out;
}
@media screen and (max-width: 480px){
    [section-type="hero_sekcija"]{
        width: 100%
    }
    [section-type="hero_sekcija"] .divSadrzaj{
        max-height: 100vw;
    }
    [section-type="hero_sekcija"] .divSadrzaj .divInner{
        left:50%!important;
        top:50%!important;
        max-width: 100%;
    }
    [section-type="hero_sekcija"] .divSadrzaj .divInner h1{
        font-size: clamp(2.5rem, 5vw, 4.5rem)!important;
    }
    [section-type="hero_sekcija"] .divSadrzaj .divInner h2{
        font-size: clamp(1.5rem, 3vw, 2.5rem)!important;
    }
    [section-type="hero_sekcija"] .divSadrzaj .divInner h3{
        font-size: clamp(1rem, 2vw, 1.5rem)!important;
    }
    [section-type="hero_sekcija"] .divSadrzaj .divInner p{
        font-size: clamp(.8rem, 1.7vw, 1.2rem)!important;
        max-width: 100%;
    }
}
@media screen and (min-width: 481px) and (max-width: 768px){
    
}
@media screen and (min-width: 769px){
    [section-type="hero_sekcija"] .divSadrzaj .divInner h1{
        border-top-left-radius: var(--uglovi_radius);
        border-top-right-radius: var(--uglovi_radius);
    }
    [section-type="hero_sekcija"] .divSadrzaj .divInner h2{
        border-bottom-left-radius: var(--uglovi_radius);
        border-bottom-right-radius: var(--uglovi_radius);
    }
    [section-type="hero_sekcija"] .divSadrzaj .divInner h3{
        border-bottom-left-radius: var(--uglovi_radius);
        border-bottom-right-radius: var(--uglovi_radius);
    }
}
[section-type="contact_form"]{
    margin-left: auto;
    margin-right: auto;
    font-size: 1.2em;
}
[section-type="contact_form"] div{
    margin: 0px auto;
    display: flex;
    gap: .3em;
    flex-direction: column;
    max-width: 480px;
    width: auto;
    padding: 1em;
}
[section-type="contact_form"] div input,
[section-type="contact_form"] div textarea{
    background-color: var(--input_bg);
    color: var(--text_on_input);
    border: var(--ivice_osnovne);
    resize: none;
    box-shadow: var(--elementi_senka);
    border-radius: var(--uglovi_radius);
    font-size: 1.1em;
}
[section-type="contact_form"] div input:focus,
[section-type="contact_form"] div textarea:focus{
    outline: 1px solid var(--accent);
}
[section-type="contact_form"] div button {
    min-height: 3em;
    font-size: 1.2em;
    cursor: pointer;
}
@media screen and (max-width: 480px){
    [section-type="contact_form"]{
        width: 100%
    }
}
@media screen and (min-width: 481px) and (max-width: 768px){
    
}
@media screen and (min-width: 769px){
    
}[section-type="heading_1"]{
    margin-left: auto;
    margin-right: auto;
}
[section-type="heading_1"] h1{
    font-family: var(--font_primary);
    font-size: 2em;
    text-shadow: var(--tekst_senka);
    color: var(--accent);
    margin: 0px;
    padding: 0px;
}
@media screen and (max-width: 480px){
    [section-type="heading_1"]{
        width: 100%
    }
}
@media screen and (min-width: 481px) and (max-width: 768px){
    
}
@media screen and (min-width: 769px){
    
}[section-type="heading_2"]{
    margin-left: auto;
    margin-right: auto;
}
[section-type="heading_2"] h2{
    font-family: var(--font_primary);
    font-size: 1.6em;
    text-shadow: var(--tekst_senka);
    color: var(--accent);
    margin: 0px;
    padding: 0px;
}
@media screen and (max-width: 480px){
    [section-type="heading_2"]{
        width: 100%
    }
}
@media screen and (min-width: 481px) and (max-width: 768px){
    
}
@media screen and (min-width: 769px){
    
}[section-type="heading_3"]{
    margin-left: auto;
    margin-right: auto;
}
[section-type="heading_3"] h3{
    font-family: var(--font_primary);
    font-size: 1.4em;
    text-shadow: var(--tekst_senka);
    color: var(--accent);
    margin: 0px;
    padding: 0px;
}
@media screen and (max-width: 480px){
    [section-type="heading_3"]{
        width: 100%
    }
}
@media screen and (min-width: 481px) and (max-width: 768px){
    
}
@media screen and (min-width: 769px){
    
}[section-type="heading_4"]{
    margin-left: auto;
    margin-right: auto;
}
[section-type="heading_4"] h4{
    font-family: var(--font_primary);
    font-size: 1.2em;
    text-shadow: var(--tekst_senka);
    color: var(--accent);
    margin: 0px;
    padding: 0px;
}
@media screen and (max-width: 480px){
    [section-type="heading_4"]{
        width: 100%
    }
}
@media screen and (min-width: 481px) and (max-width: 768px){
    
}
@media screen and (min-width: 769px){
    
}[section-type="lista"]{
    margin-left: auto;
    margin-right: auto;
}button.btnStil_1{
    background-color: var(--accent);
    background-image: var(--gradient_accent);
    color: var(--text_on_accent);
    border-radius: var(--uglovi_radius);
    border: var(--ivice_osnovne);
}
button.btnHover_1:hover{
    background-color: var(--secondary);
    background-image: var(--gradient_secondary);
    color: var(--text_on_secondary);
}
.fade-left {
    opacity: 0;
    transform: translateX(-50px);
    transition: all 0.6s ease;
}

.fade-left.active {
    opacity: 1;
    transform: translateX(0);
}.fade-top {
    opacity: 0;
    transform: translateY(-50px);
    transition: all 0.6s ease;
}

.fade-top.active {
    opacity: 1;
    transform: translateY(0);
}.opacity {
    opacity: 0;
    transition: opacity 0.8s ease;
}

.opacity.active {
    opacity: 1;
}.zoom-out {
    opacity: 0;
    transform: scale(1.2);
    transition: all 0.6s ease;
}

.zoom-out.active {
    opacity: 1;
    transform: scale(1);
}.bounce {
    opacity: 0;
    transform: scale(0.3);
    transition: all 0.6s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

.bounce.active {
    opacity: 1;
    transform: scale(1);
}#el_ibmjyr38l_miauvua4 {
    width: 100%;
}

#el_p88rxilr1_miauvua4 {
    background-image: url('https://res.wizpage.click/user_files/upload/img/916665691/20251118_110610_7qBR3YIuzQ.png');
    height: 800px;
}

#el_vyg27ca2q_miauvua5 {
    left: 50%;
    top: unset;
    bottom: -112px;
}

#el_0iumucuda_miauvua7 {
    justify-content: flex-start;
}

#el_i0th5zx3u_miauvua7 {
    font-size: 32px;
    height: 80px;
    width: 280px;
}

#el_j05ulqynm_mi4hc3vg {
    width: 960px;
    margin-top: 80px;
    margin-bottom: 30px;
}

#el_qw0bpgqmw_mi4hc3vg {
    font-size: 36px;
    padding: 0px 10px;
}

#el_5g7d0okzb_mi4h84zl {
    width: 960px;
}

#el_4dxy4tpnr_mi4h84zl {
    font-size: 28px;
    padding: 0px 10px;
}

#el_p89wk5j4r_mi4haog8 {
    width: 960px;
}

#el_jrcitmmwf_mi4haog9 {
    font-size: 28px;
    padding: 0px 10px;
}

#el_mgpxa3cx0_mi6954kt {
    width: 960px;
    margin-top: 50px;
    margin-bottom: 50px;
}

#el_xnnje15u9_mi81dk2w {
    width: 960px;
    margin-bottom: 10px;
}

#el_h3emmghns_mi81dk2x {
    padding: 0px 10px;
    font-size: 28px;
}

#el_sin3z3pdu_mi6h6t8h {
    width: 960px;
    margin-bottom: 50px;
}

#el_qkl0c65mz_mi6h6t8h {
    padding: 0px 10px;
    font-size: 20px;
    text-align: justify;
}

#el_bi9jdud74_mi692ozs {
    width: 960px;
}

#el_28ey7g3wn_mi692ozt {
    font-size: 28px;
    padding: 0px 10px;
}

#el_p75dqamt6_mi6afeh7 {
    width: 960px;
    margin-top: 10px;
}

#el_wbhsdjego_mi6afeh8 {
    font-size: 20px;
    text-align: justify;
    padding: 0px 10px;
}

#el_87a37ytaj_mi4hep7q {
    width: 960px;
    margin-top: 50px;
}

#el_v92i7tyrp_mi4hep7q {
    padding: 0px 0px 0px 10px;
}

#el_e1librl02_mi65mpqw {
    width: 960px;
    background: var(--gradient_accent);
    background-image: unset;
    background-position: unset;
    background-size: unset;
    background-repeat: unset;
    background-attachment: unset;
    background-origin: unset;
    background-clip: unset;
    background-color: transparent;
    background-position-x: ;
    background-position-y: ;
    margin-bottom: 50px;
}

#el_hiet01cyg_mi65mpqx {
    padding: 0px 40px;
    font-size: 24px;
    text-align: center;
}


                    #el_e1librl02_mi65mpqw{
                        background: unset;
                        background-color: transparent;
                        background-size: unset;

                        
                    }
                    #el_xbwkyrk3d_mi69k7mb {
    width: 960px;
}

#el_us5izc66c_mi69k7mc {
    font-size: 28px;
    padding: 0px 10px;
}

#el_w5a6km513_mi6ak6f9 {
    width: 960px;
    margin-top: 10px;
}

#el_pmos299uh_mi6ak6f9 {
    font-size: 20px;
    text-align: justify;
    padding: 0px 10px;
}

#el_6we2wyt08_miaz0fw1 {
    width: 960px;
    margin-top: 30px;
    margin-bottom: 50px;
}

#el_fp0wc8mnu_mi6dt4l7 {
    width: 960px;
}

#el_ofais3iqi_mi6dt4l8 {
    font-size: 28px;
    padding: 0px 10px;
}

#el_zq52u3gdf_mi6dueci {
    width: 960px;
    margin-top: 10px;
}

#el_isizo00e3_mi6dueci {
    padding: 0px 10px;
    font-size: 20px;
    text-align: justify;
}

#el_zi7k4rf5d_mi6ax86m {
    width: 960px;
}

#el_wrsdqbus4_mi6dxloi {
    width: 960px;
}

#el_xlyixeb48_mi6dxloj {
    padding: 0px 10px;
}

#el_c3t5aq42q_mi6dxzqu {
    width: 960px;
    margin-top: 0px;
    margin-bottom: 0px;
}

#el_yejav3yz7_mi6dxzqv {
    padding: 0px 10px;
    font-size: 20px;
    text-align: justify;
}

#el_l1rgtv6jl_mi6dw5j2 {
    width: 960px;
    margin-top: 0px;
}

#el_sn1iuo4yg_mi6hqk7r {
    width: 960px;
}

#el_a6q0wcnqd_mi6hqk7r {
    padding: 0px 10px;
}

#el_vohay78fy_mi6i95ar {
    width: 960px;
    margin-top: 10px;
}

#el_ulmuku2j0_mi6i95as {
    font-size: 20px;
    padding: 0px 10px;
}

#el_4t08hg0yv_mi82pl5q {
    width: 960px;
    padding: 0px;
}

#el_day4qloju_mi8no6fd {
    width: 960px;
    margin-bottom: 20px;
}

#el_kcq59u4m1_mi8no6fe {
    padding: 0px 10px;
}

#el_naol4w154_mi6iln1f {
    width: 960px;
    margin-bottom: 60px;
}

#el_qjucrjkxd_mi6iln1g {
    padding: 0px 10px;
    font-size: 20px;
    text-align: center;
}

#el_627q7id2p_mi6jhlpw {
    width: 100%;
    background: var(--gradient_primary);
    justify-content: center;
    padding: 20px 0px;
    margin-bottom: 80px;
    margin-top: 80px;
}

#el_5rk2j1xjo_mi6jhlpx {
    font-size: 45px;
    width: 280px;
}

#el_9x6xzs51j_mi6ionh0 {
    width: 960px;
}

#el_5ex5w7255_mi6ionh0 {
    padding: 0px 10px;
    text-align: center;
}

#el_wq3zduf10_mi6isrlz {
    width: 960px;
    margin-bottom: 80px;
}

