@font-face {
    font-family: m500;
    font-style: normal;
    font-weight: normal;
    src: url(../fonts/msr/exljbris_-_museosansrounded-500-webfont.ttf);
}

@font-face {
    font-family: m100;
    font-style: normal;
    font-weight: normal;
    src: url(../fonts/msr/exljbris_-_museosansrounded-100-webfont.ttf);
}

@font-face {
    font-family: m300;
    font-style: normal;
    font-weight: normal;
    src: url(../fonts/msr/exljbris_-_museosansrounded-300-webfont.ttf);
}

@font-face {
    font-family: m700;
    font-style: normal;
    font-weight: normal;
    src: url(../fonts/msr/exljbris_-_museosansrounded-700-webfont.ttf);
}

@font-face {
    font-family: m900;
    font-style: normal;
    font-weight: normal;
    src: url(../fonts/msr/exljbris_-_museosansrounded-900-webfont.ttf);
}

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

@font-face {
    font-family: HelveticaLight;
    font-style: normal;
    font-weight: normal;
    src: url(../fonts/msr/helvetica_light.ttf);
}

body, h1, h3, p {
    margin: 0;
    padding: 0;
}

.main-img{
    width: 100vw;
    height: 100vh;
    background-size: cover;
    background-repeat: no-repeat;
}

.upper-content{
    width: 800px;
    margin: auto;
    height: 340px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding-top: 230px;
}
.title{
    font-family: m900;
font-style: normal;
font-weight: bold;
font-size: 50px;
line-height: 133.5%;
color: #FFFFFF;
width: 400px;
}

.text{
    font-family: Arial, Helvetica, sans-serif;
font-style: normal;
font-weight: normal;
font-size: 17px;
line-height: 162.5%;
color: #FFFFFF;
width: 400px;
}

.kreni{
    width: 250px;
height: 45px;
background: #2738FC;
font-family: m500;
color: white;
border-style: none;
}

.ceo-content{
    width: 800px;
    margin: auto;
    position: relative;
    margin-bottom: 70px;
}

.naslov-lekcije{
    font-family: m700;
font-style: normal;
font-weight: bold;
font-size: 40px;
line-height: 60px;
color: #000000;
margin-bottom: 20px;
    margin-top: 20px;
}

.sadrzaj-svih-lekcija p{
    font-family: Arial;
font-style: normal;
font-weight: normal;
font-size: 17px;
line-height: 23px;
text-align: justify;
color: #919191;
margin-bottom: 10px;
}

.naslovi-lekcija{
    position: absolute;
    top: 0px;
    right: -160px;
width: 300px;
height: fit-content;
background: #2738FC;
padding-bottom: 20px;
}

.naslov-lekcije2{
    font-family: m500;
font-style: normal;
font-size: 16px;
line-height: 22px;
color: #FFFFFF;
padding-left: 20px;
    padding-top: 20px;
}
.mentors{
    max-width: 620px;
    width: 80%;
    background: #F6F6F6;
    border-radius: 24px;
    margin: auto;
    margin-bottom: 100px;
}

.kategorije{
    display: flex;
    flex-wrap: wrap;
    margin-top: 12px;
}

.kat {
    width: fit-content;
    height: 13px;
    font-size: 11px;
    background: #ededed;
    border-radius: 100px;
    border-style: none;
    color: black;
    font-family: exo500;
    cursor: pointer;
    -webkit-appearance: none;
    display: block;
    padding-top: 5px;
    padding-bottom: 2px;
    padding-left: 10px;
    padding-right: 10px;
    margin: 4px 10px 0 0;
    text-transform: uppercase;
    color: #333;
}

#kat{
    width: fit-content;
    height: 20px;
    background-color: #EDEDED;
    border-radius: 6px;
    font-size: 10px;
    line-height: 12px;
    text-align: center;
    font-family: msr7;
    display: flex;
    align-items: center;
    text-transform: uppercase;
    color: #333333;
    margin-right: 11px;
    padding-left: 10px;
    padding-right: 10px;
    margin-bottom: 7px;
    font-size: 10px;
}


.mentor-li{
    display: flex;
    padding-top: 20px;
    padding-bottom: 20px;
    width: 80%;
    margin: auto;
}

.mentors li:not(:last-child) {
    border-bottom: 1px solid #d3d3d3;
}

.mentor-li img{
    width: 60px;
    height: 60px;
    border-radius: 50%;
    margin-right: 20px;
}

.mentor-info {
    display: flex;
    align-items: center;
}
#mentor-info{
    display: block;
}

.mentor-ime{
    font-family: m500;
    font-style: normal;
    font-weight: normal;
    font-size: 22px;
    line-height: 120%;
}
.sadrzaj-svih-lekcija{
    width: 600px;
    margin-top: 80px;
}

.wrapper{
    position: relative;
    height: 100%;
    width: 100%;
}

.market-knowledge{
    background-color: #f8f8f8;
    padding-bottom: 70px;
}


.navbar-logo{
    background-image: url("https://zajednica.io/wp-content/themes/svizajedno/page-templates/images/STARTIT2.png");
    height: 47px;
    width: 47px;
    margin-right: 4px;
    background-size: contain;
}

.navigation-list{
    list-style: none;
}

.navigation-list li{
    display: inline;
    font-family: m700;
    font-weight: bold;
    font-size: 20px;
    line-height: 24px;
    margin-right: 25px;

}

.navigation-list li:last-of-type{
    font-family: m300;
    font-weight: 250;
}

.jobs{
    background-color: #D7FFDC;
    display: inline-block;
    font-family: m700;
    font-style: normal;
    font-weight: bold;
    font-size: 20px;
    line-height: 24px;
    letter-spacing: -0.02em;
    color: #000000;
    padding: 11px 7px 15px 16px;
}

.menu{
    background-image: url("https://zajednica.io/wp-content/themes/svizajedno/page-templates/images/Group\ 24.png");
    height: 44px;
    width: 30px;
    background-repeat: no-repeat;
    background-position: center;
    display: none;
}

.search{
    background-image: url("https://zajednica.io/wp-content/themes/svizajedno/page-templates/images/LUPA\ 1.png");
    height: 24px;
    width: 24px;
    background-size: contain;
    margin-left: 10px;

}

.navbar-right{
    display: flex;
    align-items: center;
    position: absolute;
    right: 150px;
}

.knowledge-title-div{
    background-color:white;
    display: flex;
    justify-content: center;
}

.knowledge-title-wrapper-1{
    text-align: center;
    max-width: 620px;
    margin-top: 70px;
    margin-bottom: 60px
}

.knowledge-main-title{
    font-family: m700;
    font-style: normal;
    font-weight: bold;
    font-size: 50px;
    line-height: 76px;
    text-align: center;
    letter-spacing: 0.01em;
    color: #000000;
}

.knowledge-main-text{
    font-family: Arial, Helvetica, sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 17px;
    line-height: 26px;
    margin-top: 20px;
    color: #707070;
    max-width: 600px;
    width: 100%;
    margin-bottom: 50px;
}

.basic-knowledge-title-wrapper{
    display: flex;
    align-items: center;
    justify-content: center;
}

.basic-knowledge-inner-bigger{
    text-align: center;
}

.basic-knowledge-title{
    font-family: m300;
    font-style: normal;
    font-weight: 300;
    font-size: 45px;
    line-height: 69px;
    letter-spacing: 0.01em;
    margin-top: 53px;
}

/* .knowledge-main-text{
  font-family: Arial;
  font-style: normal;
  font-weight: normal;
  font-size: 20px;
  line-height: 31px;
  margin-top: 20px;
} */

.basic-knowledge-text{
    max-width: 695px;
}

.market-knowledge-wrapper-1{
    margin-top: unset;
  /* NOVO */
    display: flex;
    justify-content: center;
}

.market-kowledge-items{
    display: flex;
    flex-wrap: wrap;
  /* justify-content: center; */
  /* NOVO */
    max-width: 1140px;
    width: 100%;
    /* justify-content: space-between; */
    padding: 0 50px;
    box-sizing: border-box;
}

/* .items-1{
  padding: 0 150px;
} */

.knowledge-flex-card{
  /* max-width: 356px; */
    flex-basis: 267px;
    margin: 12px 35px 30px 35px;
}

.knowledge-flex-card-image{
    /* background-color: #2739FD; */
    height: 196px;
  /* background-image: url("./images/IKONICA-3-3.png"); */
    background-repeat: no-repeat;
}

.knowledge-flex-card-image img{
    width: 100%;
    height: 100%;
}

.card-content-container-1{
    padding-top: 10px;
}

.knowledge-card-icons{
    display: flex;
    align-items: center;
    margin-bottom: 10px;
}

.video-icon{
    background-image: url("https://zajednica.io/wp-content/themes/svizajedno/page-templates/images/IKONICA-PLAY-1.png");
    background-size: cover;
    height: 26px;
    width: 26px;
    display: inline-block;
    margin-right: 7px;
}

.language-icon{
    background-image: url("https://zajednica.io/wp-content/themes/svizajedno/page-templates/images/IKONICA-JEZIK-1.png");
    background-size: cover;
    height: 26px;
    width: 26px;
    display: inline-block;
  /* margin-left: 17px; */
    margin-right: 7px;
}

.material-duration, .language-short{
    font-family: m500;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
}

.market-knowledge-card-title-1{
    font-family: m700;
    font-style: normal;
    font-weight: bold;
    font-size: 22px;
    line-height: 30px;
    letter-spacing: 0.01em;
}

.market-knowledge-card-title-1 a{
    text-decoration: none;
    color: black;
}

.market-knowledge-card-text-1{
    font-family: Arial;
    font-style: normal;
    font-weight: normal;
    font-size: 15px;
    line-height: 20px;
  /* height: 99px; */
    margin-top: 6px;
    color: #707070;
}

.footer-all-black-1{
    background-color: black;
    height: 541px;
}

#kursevi>li:nth-child(odd){
    background-color: #f6f6f6;
}​

#kurs{
    margin-top: 80px;
    margin-bottom: 80px;
}

.kurs-li{
    max-width: 1000px;
    width: 90%;
    margin: auto;
    align-items: center;
}

.li-info{
    width: 40%;
    height: 70px;
    align-items: center;
}

.kurs-li, .li-info{
    display: flex;
    justify-content: space-between;
}

.li-naslov{
    font-family: m300;
    font-size: 23px;
    line-height: 120%;
    color: #2739FD;
    margin-right: 10px;
}

.link, .jezik{
    font-family: m300;
font-style: normal;
font-weight: 300;
font-size: 20px;
line-height: 120%;
color: #545454;
}

@media only screen and (max-width: 1300px) {
    /* .items-1{
        padding: 0 70px;
    } */
}

@media only screen and (max-width: 1201px) {
    nav{
        padding: 0 100px;
    }

    .navbar-right{
        right: 100px;
    }

    .market-kowledge-items{
        justify-content: center;
    }
}

/* @media only screen and (max-width: 1080px) {
    .market-kowledge-items{
        justify-content: center;
    }
} */

@media only screen and (max-width: 1024px) {
  nav{
      padding: 0 50px;
     }

  .navbar-right{
      right: 50px;
  }

  .navbar-logo{
      margin-right: 0px;
  }

  /* .items-1{
    padding: 0 30px;
} */

}

@media only screen and (max-width: 768px) {
  .navigation-list, .jobs, .search{
      display: none;
    }

    .menu{
      display: block;
    }

  .knowledge-title-div, .basic-knowledge-title-wrapper, .show-more-title-wrapper{
      padding-left: 50px;
      padding-right: 50px;
  }

  .knowledge-main-title{
      font-size: 40px;
      line-height: 60px;
  }

  .knowledge-main-text{
      font-size: 15px;
      line-height: 23px;
  }

  .basic-knowledge-title{
      font-size: 45px;
      line-height: 70px;
      margin-top: 30px;
  }

.li-naslov{
    font-size: 15px;
}

.link, .jezik {
    font-size: 12px;
}

  /* .knowledge-main-text{
      font-size: 18px;
      line-height: 27px;
  } */

  .video-icon{
      width: 31px;
      height: 30px;
  }

  .language-icon{
      width: 33px;
      height: 33px
  }

  .market-knowledge-card-title-1{
      font-size: 25px;
      line-height: 38px;
  }

  .market-knowledge-card-text-1{
      font-size: 18px;
      line-height: 30px;
  }
}
@media only screen and (max-width: 480px) {
  .navbar-logo{
      height: 40px;
      width: 40px;
    }

  /* nav{
      padding: 0 10px;
  } */

  .navbar-right{
      right: 30px;
  }

  .knowledge-title-div, .basic-knowledge-title-wrapper, .show-more-title-wrapper{
      padding-left: 30px;
      padding-right: 30px;
  }

  .knowledge-title-wrapper-1{
      margin-top: 41px;
      margin-bottom: 41px;
  }

  .knowledge-main-title{
      font-size: 25px;
      line-height: 38px;
  }

  .knowledge-main-text{
      font-size: 15px;
      line-height: 23px;
  }

  .basic-knowledge-title-wrapper{
      padding-top: 17px;
  }

  .basic-knowledge-title{
      font-size: 30px;
      line-height: 46px;
      margin-top: 24px;
  }

  .knowledge-main-text{
      font-size: 15px;
      line-height: 23px;
  }

  .market-knowledge-wrapper-1{
      margin-bottom: 40px;
  }

  .knowledge-flex-card{
      flex-basis: 315px;
      margin: 30px 0 0 0;

  }

  .knowledge-flex-card-image{
      background-position-x: center;
      height: 231px;;
  }

  .market-knowledge-card-title-1{
      font-size: 20px;
      line-height: 31px;
  }

  .market-knowledge-card-text-1{
      font-size: 15px;
      line-height: 30px;
      margin-top: 0;
      height: 83px;
  }

  .footer-all-black-1{
      height: 568px;
  }
}
