
  @font-face {
    font-family: calibri-Bold;
    font-style: normal;
    font-weight: normal;
    src: url(../fonts/Calibri-Bold.ttf);
  }
  @font-face {
    font-family: calibri-Regular;
    font-style: normal;
    font-weight: normal;
    src: url(../fonts/Calibri-Regular.ttf);
  }
  @font-face {
    font-family: calibri-Light;
    font-style: normal;
    font-weight: normal;
    src: url(../fonts/Calibri-Light.ttf);
  }

*{
    margin: 0;
    padding: 0;
}
body{
    background-color: #f1f1f1;
}

.logo{
    width: 204px;
    display: flex;
    justify-content: space-between;
    align-items: center;

}

.header{
    position: absolute;
    width: 100%;
    color: #fff;

}

.header-inner{
    width: 1160px;
    margin: auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-top: 11px;
    padding-bottom: 11px;
}

.logo-h-left {
    font-family: calibri-Light;
    font-weight: 700;
    font-size: 32px;
    line-height: 127%;
    color: #384289;
    text-decoration: none;
}
.logo-h{
    font-family: calibri-Bold;
    font-style: normal;
    font-weight: bold;
    font-size: 18px;
    line-height: 22px;
    color: #fff;
    text-decoration: none;
    margin-right: 118px;
}

.section-one{
    padding-top: 70px;
    padding-bottom: 50px;
    background: linear-gradient(to right,
          #F5E1A4 0%,
          #F5E1A4 60%,
          #384289 60%,
          #384289 100%);
}

.section-one-inner{
    width: 1160px;
    margin: auto;
    padding-top: 64px;
    padding-bottom: 28px;
    display: flex;
    justify-content: space-between;
    position: relative;
    z-index: 1;
}

.section-one-inner img{
    width: 530px;
    height: 362px;
}

.main-title{
    width: 362px;
    font-family: calibri-Light;
    font-style: normal;
    /* font-weight: bold; */
    font-size: 32px;
    line-height: 127%;
    color: #384289;
}
.main-title span{
    font-family: calibri-Bold;
}

.main-text{
    width: 393px;
    font-family: Calibri, Helvetica;
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 28px;
    color: #555555;
    margin-top: 15px;
}

.small-text{
    width: 351px;
    font-family: Calibri, Helvetica;
    font-style: normal;
    font-weight: normal;
    font-size: 12px;
    line-height: 14px;
    letter-spacing: -0.015em;
    color: rgba(85, 85, 85, 0.51);
    margin-top: 20px;
}

.section-one-left button{
    width: 350.12px;
    height: 61.06px;
    background: #384289;
    font-family: calibri-Regular;
    font-style: normal;
    font-weight: 600;
    font-size: 24px;
    line-height: 37px;
    text-align: center;
    text-transform: uppercase;
    color: #FFFFFF;
    border-style: none;
    margin-top: 15px;
    cursor: pointer;
    border-radius: 35px;
}

.dugme-bela-sekcija button{
    width: 350.12px;
    height: 61.06px;
    background: #384289;
    font-family: calibri-Regular;
    font-style: normal;
    font-weight: 600;
    font-size: 24px;
    line-height: 37px;
    text-align: center;
    text-transform: uppercase;
    color: #FFFFFF;
    border-style: none;
    margin-top: 50px;
    cursor: pointer;
    border-radius: 35px;
}

.bela-sekcija-button-wrapper {
    display: flex;
    justify-content: center;
}

.zelena-sekcija {
    background-color: #6BB745;
}

.naslov-bela-sekcija {
    max-width: 955px;
    font-family: calibri-Light;
    font-style: normal;
    font-weight: 550;
    font-size: 42px;
    line-height: 60px;
    color: #384289;
    text-align: center;
    margin: auto;
    padding-top: 100px;

}

.naslov-bela-sekcija span {
    font-family: calibri-Bold;
}

.section-two{
    background-color: white;
    position: relative;
    z-index: 1;
}

.section-two-inner{
    margin: auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-top: 14px;
    padding-bottom: 16px;
    max-width: 100%;
    width: 1280px;
}

.startit-logo {
  display: flex;
  align-items: center;
}

.startit-logo svg:first-child {
  margin-right: 5px;
}

.sec-two-content{
    width: 614px;
}

.osoba{
    display: flex;
    align-items: center;
    margin-top: 10px;
}

.osoba img{
    width: 80px;
    height: 80px;
    border-radius: 50%;
    margin-right: 23px;
}

.ime{
    font-family: Calibri-Light, Helvetica;
    font-weight: 500;
    font-size: 17px;
    line-height: 19px;
    color: #000000;
    max-width: 357px;
    letter-spacing: -0.015em;
    margin-bottom: 6px;
}
.pozicija{
    color: #555555;
    font-family: calibri-Light;
    font-weight: 400;
    font-size: 14px;
    font-style: italic;
    line-height: 21px;
    letter-spacing: -0.01em;
}

.koga-trazimo {
    display: flex;
    padding-top: 190px;
}

/* .ako-imas, .dobices-priliku {
    display: flex;
    flex-direction: column;
    width: 45%;
} */

.ako-imas {
    max-width: 90%;
    width: 1160px;
    margin-left: auto;
    margin-right: auto;
}

.ako-imas strong {
  font-family: calibri-Bold;
}

.dobices-priliku {
    /* margin-right: auto; */
}

.ako-imas-heading {
    border-bottom: 7px solid #384289;
    margin-bottom: 10px;
    width: 100%;
    display: grid;
    grid-template-columns: 1fr 1fr;
}

.ako-imas-heading h1  {
    font-family: calibri-Bold;
    font-style: normal;
    font-weight: 600;
    font-size: 36px;
    line-height: 55px;
    margin-bottom: 27px;
    color: #384289;
    text-align: center;
}


.ako-imas-items {
    /* margin-left: 111px; */
    display: grid;
    grid-template-columns: 1fr 1fr;
}

.dobices-priliku-items {
    /* margin-right: 111px; */
}

.ako-imas-item, .dobices-priliku-item {
    align-items: flex-start;
    border-bottom: 1px solid #555555;
    display: flex;
    /* height: 80px; */
    padding: 36px 0 36px 25px;
    /* width: 100%; */
    position: relative;
}

.ako-imas-item:before, .dobices-priliku-item:before {
    content: "";
    margin-top: 12px;
    width: 16px;
    height: 16px;
    background-color: #384289;
    border-radius: 50%;
    position: absolute;
    left: 0;
}

.ako-imas-item p, .dobices-priliku-item p {
    /* width: 452px; */
    font-family: calibri-Light;
    font-weight: 600;
    font-size: 26px;
    line-height: 40px;
}

.content-osoba{
    font-family: calibri-Light;
    font-style: normal;
    font-weight: normal;
    font-size: 12px;
    line-height: 14px;
    letter-spacing: -0.015em;
    color: #555555;
    margin-top: 7px;
}

.text-rnd{
    width: 792.6px;
    font-family: calibri-Light;
    font-style: normal;
    font-weight: normal;
    font-size: 20px;
    line-height: 30px;
    text-align: center;
    color: #444444;
    margin: auto;
    margin-top: 182px;
}

.text-rnd-2{
    width: 660px;
    font-family: calibri-Light;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 26px;
    text-align: center;
    color: #444444;
    margin: auto;
    margin-top: 80px;
    text-align: left;
}

.h-rnd{
    width: 375px;
    font-family: calibri-Bold;
    font-style: normal;
    font-weight: bold;
    font-size: 52px;
    line-height: 79px;
    text-align: center;
    color: #384289;
    margin: auto;
    margin-top: 80px;
}

.h-rnd-2{
    width: 674px;
    font-family: calibri-Bold;
    font-style: normal;
    font-weight: bold;
    font-size: 52px;
    line-height: 79px;
    text-align: center;
    color: #384289;
    margin: auto;
    margin-top: 120px;

}

.kartice{
    margin-top: 120px;
}

.kartice-inner{
    width: 1000px;
    margin: auto;
    display: flex;
    justify-content: space-between;
}

.single-kartica{
    padding-bottom: 20px;
    width: 290px;
    background: #FFFFFF;
    border-radius: 21px;
}

.single-kartica img{
    width: 100%;
    height: auto;
    border-radius: 21px 21px 0 0;
}

.single-kartica h3{
    width: 238px;
    font-family: calibri-Regular;
    font-style: normal;
    font-weight: bold;
    font-size: 20px;
    line-height: 26px;
    color: #384289;
    margin: auto;
    text-align: left;
    margin-top: 20px;
}
.single-kartica p{
    width: 238px;
    font-family: Calibri, Helvetica;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 26px;
    text-align: center;
    color: #444444;
    margin: auto;
    margin-top: 30px;
    text-align: left;
}

.poziv{
    width: 674px;
    font-family: calibri-Light;
    font-style: normal;
    font-weight: 600;
    font-size: 36px;
    line-height: 26px;
    text-align: center;
    color: #6BB745;
    margin: auto;
    margin-top: 100px;
    margin-bottom: 100px;

}

.section-three{
    padding-top: 100px;
    padding-bottom: 125px;
    background-color: white;

}

.h-rnd-3{
    margin-top: 0px;
    margin-bottom: 100px;
}

.section-three-inner{
    width: 960px;
    margin: auto;
    display: flex;
    justify-content: space-between;
}

.section-three-inner div{
    width: 250px;
    text-align: center;
    align-items: center;
}

.section-three-inner img{
    margin-bottom: 40px;
    width: 140px;
    height: 140px;
}
.section-three-inner p{
    font-family: calibri-Light;
    font-style: normal;
    font-weight: normal;
    font-size: 20px;
    line-height: 30px;
    text-align: center;
    color: #555555;
}

/* .section-four{
    background: #384289;
    height: 666px;
} */

.four-inner{
    width: 1072px;
    height: 575px;
    margin: auto;
}

.four-inner-mobile{
    display: none;
}

.four-inner img{
    width: 1072px;
    height: 575px;
    position: relative;
    top: 151px;
    -webkit-box-shadow: 15px 15px 0px 1px #6BB745;
    box-shadow: 15px 15px 0px 1px #6BB745;
}

.ikonica {
    height: 17px;
    width: 9px;
}

.resenje {
    font-family: calibri-Light;
    font-size: 24px;
    font-weight: 400;
    line-height: 30px;
    color: #FFFFFF;
    margin-bottom: 50px;
    max-width: 850px;
    margin-left: auto;
    margin-right: auto;

}
.embed-kvadratici {
    /* display: flex;
    flex-direction: column; */
}

/* .kvadratic-ikonica {
    display: flex;
    margin-right: 8px;
    margin-top: 7px;
} */

.rnd-4{
    width: 955px;
    font-family: Calibri-Bold;
    font-style: normal;
    font-size: 36px;
    color: #FFFFFF;
    margin: auto;
    text-align: center;
}

.rnd-4 .text-background {
  line-height: 1.5;
}

.text-background {
    background-color: #384289;
    padding: 6px;
    -webkit-box-decoration-break: clone;
    box-decoration-break: clone;
    line-height: 2.2;
}

.embed-div {
    padding-top: 200px;
    background: url('../images/web-ewa.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top right;
    text-align: center;
}

.embed-inner{
    width: 80%;
    max-width: 1350px;
    display: flex;
    flex-direction: column;
    /* justify-content: space-between; */
    margin: auto;
    margin-top: 79px;
    padding-bottom: 90px;
}

.bela-sekcija {
    background-color: white;
    padding-bottom: 180px;
}

.zelena-sekcija-2 {
    background-color: #384289;
    margin-top: 80px;
}

.zarezi {
    justify-content: center;
    display: flex;
    padding-top: 50px;
}

.zelena-sekcija-naslov {
    font-family: calibri-Light;
    font-size: 40px;
    font-weight: 700;
    line-height: 51px;
    letter-spacing: 0em;
    text-align: center;
    color: white;
    padding-top: 50px;

}

.tekst-ispod-naslova-zelena-sekcija {
    display: flex;
    margin: auto;
    justify-content: space-between;
    width: 80%;
    max-width: 1151px;
    padding-top: 45px;
}

.zelena-sekcija-p {
    font-family: Calibri, Helvetica;
    font-size: 28px;
    font-style: italic;
    font-weight: 300;
    line-height: 34px;
    letter-spacing: 0em;
    text-align: left;
    color: white;
    padding-bottom: 65px;
    padding-top: 20px;
    max-width: 333px;

}

.faq{
    background-color: white;
    padding-top: 50px;
    padding-bottom: 50px;
}

.faq-t{
    width: 98px;
    font-family: calibri-Bold;
    font-style: normal;
    font-weight: bold;
    font-size: 45px;
    line-height: 68px;
    color: #384289;
    margin: auto;
    margin-bottom: 40px;
}

.faq-inner{
    width: 1160px;
    margin: auto;
    display: flex;
    justify-content: space-between;
}

.faq-content{
    width: 260px;
}
.faq-content span{
    color: #6BB745;
}
.faq-title{
    font-family: calibri-Regular;
    font-style: normal;
    font-weight: 600;
    font-size: 20px;
    line-height: 30px;
    color: #384289;
    margin-bottom: 25px;
}
.faq-text{
    font-family: calibri-Light;
    font-style: normal;
    font-weight: 300;
    font-size: 16px;
    line-height: 20px;
    color: #444444;
    margin-bottom: 35px;
}

.green{
    background-color: #384289;
    padding-bottom: 120px;
    padding-top: 80px;
    /* background: url(https://startit.rs/media/Group-150-scaled.jpg); */
    background-repeat: no-repeat;
    background-size: cover;
}

.green-inner{
    width: 955px;
    margin: auto;
}

.nismo{
    font-family: calibri-Light;
    font-style: normal;
    font-weight: 300;
    font-size: 52px;
    line-height: 127%;
    color: #FFFFFF;
}
.pisi{
    font-family: calibri-Bold;
    font-style: normal;
    font-weight: 300;
    font-size: 52px;
    line-height: 127%;
    color: #FFFFFF;
}

.irina{
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 80px;
}

.irina-left{
    display: flex;
    align-items: center;
}

.irina-left img{
width: 150px;
height: 160px;
border-radius: 50%;
margin-right: 40px;
}

.irina-left h5, .kontakt{
    font-family: calibri-Bold;
font-style: normal;
font-weight: bold;
font-size: 36px;
line-height: 55px;
color: #FFFFFF;
}

.kontakt{
    margin-top: 35px;
}

.irina-left p, .mejl{
    font-family: calibri-Light;
font-style: normal;
font-weight: bold;
font-size: 24px;
line-height: 37px;
color: #FFFFFF;
}

.irina-img {
    background: url('../images/nevenka-rangelov.png');
    /* background-position-y: -40px; */
    background-size: cover;
    border-radius: 50%;
    height: 150px;
    margin-right: 32px;
    width: 150px;
}

.poslednja{
    padding-top: 140px;
    padding-bottom: 160px;
    background: url(https://startit.rs/media/Group-150-scaled.jpg);
    background-repeat: no-repeat;
    background-size: cover;
}

.budi{
    width: 702.6px;
font-family: calibri-Bold;
font-style: normal;
font-weight: bold;
font-size: 51px;
line-height: 127%;
text-align: center;
color: #FFFFFF;
margin: auto;
margin-bottom: 22px;

}

.budi-text{
    width: 600px;
font-family: calibri-Light;
font-style: normal;
font-weight: normal;
font-size: 20px;
line-height: 127%;
text-align: center;
color: #FFFFFF;
margin: auto;
margin-bottom: 120px;
}

.poslednja-inner{
    width: 955px;
    margin: auto;
    display: flex;
    justify-content: space-between;
}

.poslednja-inner p{

    font-family: calibri-Light;
    width: 225px;
    font-style: normal;
    font-weight: normal;
    font-size: 20px;
    line-height: 30px;
    text-align: left;
    color: #FFFFFF;

}

.small{
    width: 351px;
font-family: calibri-Light;
font-style: normal;
font-weight: normal;
font-size: 12px;
line-height: 14px;
letter-spacing: -0.015em;
color: rgba(255, 255, 255, 0.51);
margin: auto;
}
.poslednja a{
    display: block;
    width: 350px;
    margin: auto;
    margin-top: 80px;
    margin-bottom: 20px;
}
.poslednja button{
    width: 350.12px;
    height: 61.06px;
    background: #6BB745;
    font-family: calibri-Regular;
    font-style: normal;
    font-weight: 600;
    font-size: 24px;
    line-height: 37px;
    text-align: center;
    text-transform: uppercase;
    color: #FFFFFF;
    border-style: none;
    margin: auto;
    margin-top: 15px;
    cursor: pointer;
}
/*
.plavi{

    width: 40%;
    height: 715px;
    background: #384289;
    position: absolute;
    z-index: 0;
    right: 0px;

} */

@media only screen and (max-width: 1150px) {

    .logo-h {
      color: #384289;
    }

    .eu, .eit{

    display: block;
    margin: auto;
    margin-top: 40px;

    }

    .ime{

        font-size: 18px;
        line-height: 34px;

    }
    .pozicija{

    font-size: 12px;
    line-height: 14px;

    }
    iframe{
        width: 100%;
        margin: auto;
    }
    .main-title{
        width: 100%;
    }
    .main-text{
        width: 100%;
    }
    .header-inner{
        width: 95%;
    }

    .section-one {
      padding-bottom: 0;
      background: #F5E1A4;
    }

    .section-one-inner{
        width: 95%;
        flex-direction: column;
    }
    .section-two-inner{
        width: 95%;
        /* display: block; */
        flex-direction: column;
          justify-content: center;
    }
    .sec-two-content{
        width: 100%;
        margin-top: 50px;
    }

    .section-two-inner .startit-logo {
      margin-top: 40px;
      display: block;
    }

    .section-two-inner .osoba {
      justify-content: center;
    }

    .text-rnd{
        width: 95%;
    }
    .section-one-inner img{
        width: 100%;
        height: auto;
        margin-top: 25px;
    }
    .h-rnd{
        width: 95%;
    }
    .text-rnd-2{
        width: 95%;
    }

    .h-rnd-2{
        width: 95%;
    }
    .kartice-inner{
        width: 95%;
        display: block;
    }
    .poziv{
        width: 95%;

    font-size: 33px;
    line-height: 39px;

    }
    .section-three-inner{
        width: 95%;
        display: block;
    }

    /* .section-four{
        height: auto;

    padding-top: 50px;
    padding-bottom: 50px;

    } */
    .rnd-4{
        width: 95%;
        margin-top: 150px;
    }
    .embed-inner{
        width: 95%;
        flex-direction: column;
        align-items: center;
    }

    .faq-inner{
        width: 95%;
        display: block;
    }
    .green-inner{
        width: 95%;
        text-align: center;
    }
    .irina{
        /* display: block; */
        flex-direction: column;
    }
    .budi{
        width: 95%;
    }
    .budi-text{
        width: 95%;
    }
    .poslednja-inner{
        width: 95%;
        display: block;
    }

    .text-rnd{
        margin-top: 100px;
    }
    .h-rnd, .text-rnd-2{
        margin-top: 50px;
    }
    .h-rnd-2{
        font-size: 36px;
        line-height: 57px;
        margin-top: 100px;

    }
    .single-kartica{
        margin: auto;
        margin-bottom: 40px;
    }
    .section-three{
        padding-top: 1px;
    }
    .section-three-inner div{
        margin: auto;
        margin-bottom: 60px;
    }
    .embed-kvadratici{
        width: 100%;
    }
    .embed-inner p{
        width: 100%;
        margin: auto;
        text-align: center;
        margin-top: 50px;
    }
    .embed-inner{
        margin-bottom: 100px;
    }
    .faq{
        padding-top: 100px;
        padding-bottom: 100px;
    }
    .faq-content{
        width: 80%;
        margin: auto;
        text-align: center;
    }
    .nismo, .pisi{
        font-size: 34px;
    }
    .irina-left img{

    width: 120px;
    height: 120px;
margin-right: 30px;
    }
    .irina-left h5, .kontakt{
        line-height: 40px;
    }
    .irina-kontakt{

    text-align: center;
    margin-top: 60px;

    }
    .poslednja-inner p{

    width: 80%;
    margin: auto;
    text-align: center;
    margin-bottom: 50px;

    }

    .content-osoba{

    font-size: 14px;
    line-height: 16px;
    margin-top: 21px;

    }

    .tekst-ispod-naslova-zelena-sekcija {
      flex-direction: column;
      align-items: center;
    }
}

@media screen and (max-width: 500px) {
    .header-inner {
        width: 90%;
    }
    .logo {
        width: 155px;
    }
    .logo-h {
        margin-right: unset;
    }
    .section-one-inner{
        width: 90%;
    }
    .section-two-inner{
        width: 90%;
    }
    .ime {
        line-height: 19px;;
    }
    .four-inner {
        display: none;
    }
    .four-inner-mobile {
        display: block;
        margin: auto;
        width: 95%;
    }
    .four-inner-mobile img{
        width: 95%;
        position: relative;
        -webkit-box-shadow: 10px 10px 0px 1px #6BB745;
        box-shadow: 10px 10px 0px 1px #6BB745;
    }
    /* .kvadratic-ikonica {
        margin-right: 23px;
    } */
    .embed-inner p {
        margin-top: unset;
        text-align: unset;
    }
    .rnd-4 {
        padding-top: 70px;
    }
    .embed-kvadratici {
        width: 85%;
        margin-bottom: 30px;
    }

    .naslov-bela-sekcija {
        font-size: 37px;
        width: 90%;
    }
    .embed-inner {
        align-items: center;
        margin-bottom: unset;
        display: flex;
        flex-direction: column;
        padding-bottom: 60px;
    }
    .nismo {
        text-align: center;
        margin-bottom: 15px;
    }
    .pisi {
        text-align: center;
    }

    .koga-trazimo {
        flex-direction: column;
        padding-top: 60px;
    }

    .ako-imas {
        padding-bottom: 30px;
    }

    .ako-imas, .dobices-priliku {
        margin: auto;
        width: 90%;
    }

    .ako-imas-heading h1, .dobices-priliku-heading h1 {
        margin: unset;
        text-align: center;
    }

    .ako-imas-item, .dobices-priliku-item {
        height: unset;
        padding: 25px 0 25px 25px;
    }

      .ako-imas-item:before,
      .dobices-priliku-item:before {
        margin-top: 6px;
      }

    .ako-imas-item p, .dobices-priliku-item p {
        font-size: 18px;
        line-height: 27px;
    }

    .zelena-sekcija-naslov {
        width: 95%;
        margin: auto;
    }

    .irina-left {
      flex-direction: column;
    }

    .irina-img {
      margin-left: 0;
      margin-bottom: 20px;
    }
}

