*{
    margin: 0;
    padding: 0;
}

html{
    margin-top: 0px !important;
}

/* header{
    max-width: 1164px !important;
    width: 95% !important;
} */

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

.header-inner{
    max-width: 1164px;
    width: 95%;
    margin: auto;
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid #CCCCCC;
    height: 88px;
    align-items: center;
}

.header-left{
    max-width: 500px;
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.header-right{
    align-items: center;
}

.avatar{
    width: 37px;
    height: 37px;
    border-radius: 50%;
}

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

  .knowledge-title-div{
    background-color:#343555;;
    display: flex;
    justify-content: center;
    /* margin-top: 5px; */
  }

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

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

  .knowledge-main-text{
    font-family: roboto300;
    font-style: normal;
    font-weight: normal;
    font-size: 17px;
    line-height: 28px;
    margin: auto;
    margin-top: 20px;
    color: white;
    max-width: 620px;
    width: 90%;
  }

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

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

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

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

  .market-knowledge-list {
    margin-bottom: 70px;
  }

  .naslov-naslov{
    font-family: exo700;
    font-style: normal;
    font-weight: bold;
    font-size: 50px;
    line-height: 120%;
    text-align: center;
    color: #000000;
    margin-top: 70px;
    margin-bottom: 50px;
  }

  .naslov-text{
    font-family: roboto300;
    font-style: normal;
    font-weight: normal;
    font-size: 17px;
    line-height: 162.5%;
    text-align: center;
    color: #707070;
    max-width: 620px;
    width: 90%;
    margin: auto;
    margin-top: 20px;
  }

  .text-2{
      margin-bottom: 70px;
  }
  .naslov-btns{
      max-width: 482px;
      width: 90%;
      margin: auto;
      display: flex;
      flex-wrap: wrap;
      justify-content: space-between;
      margin-bottom: 40px;
  }

  .naslov-btns > a {
      width: 40%;
  }

  .btns{
      width: 100%;
    height: 40px;
    margin-top: 40px;
    background:  #343555;;
    border-radius: 6px;
    font-family: exo300;
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 19px;
    text-align: center;
    border-style: none;
    color: #FFFFFF;
  }


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

  .market-knowledge-wrapper-1{
    margin-top: 45px;
    /* 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: flex-start; */
    padding: 0 50px;
    box-sizing: border-box;
  }



  .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%;
    border-radius: 10px;
  }

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

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



  .market-knowledge-card-title-1{
    font-family: exo700;
    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: roboto300;
    font-style: normal;
    font-weight: normal;
    font-size: 15px;
    line-height: 22px;
    /* height: 99px; */
    margin-top: 14px;
    color: #707070;
  }


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

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

  .kurs-li{
      width: 850px;
      margin: auto;
      align-items: center;
  }

  .li-info{
      /* width: 300px; */
      height: 60px;
      align-items: center;
  }

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

  .li-naslov{
      font-family: exo300;
  font-size: 20px;
  line-height: 120%;
  color: #343555;
  }

  .li-naslov:hover{
      font-family: exo500;
  }

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



/* FOOTER */

.footer{
    background-color: #EE255C;
    width: 100%;
    padding-bottom: 90px;
    color: white;
    text-align: center;
}

.footer-inner{
    width: 100%;
    max-width: 1164px;
    margin: auto;
}


.title-foot{
    font-size: 54px;
    font-family: exo300;
    padding-top: 90px;
}
.title-foot span{
    font-family: exo700;
}

.title-ispod{
    font-family: exo300;
    font-size: 21px;
    line-height: 160%;
    margin-top: 20px;
}

.ispod-ispod{
    font-size: 18px;
    font-family: roboto300;
    line-height: 170%;
    margin-top: 40px;
    color: white;
}

#sajt{
    text-decoration: underline;
}

.ispod-ispod-ispod{
    font-size: 15px;
    font-family: roboto300;
    text-transform: uppercase;
    opacity: 0.8;
    line-height: 160%;
    margin-top: 50px;
}


@media screen and (max-width: 600px) {
    .header-inner {
        height: 60px;
    }

    .navicon-burger {
        width: 22px;
        margin-right: 10px;
    }

    #nav-icon3 span:nth-child(1) {
        top: 5px;
    }

    #nav-icon3 span:nth-child(2),
    #nav-icon3 span:nth-child(3) {
        top: 13px;
    }

    #nav-icon3 span:nth-child(4) {
        top: 21px;
    }

    .big-menu-wrapper {
        justify-content: unset;
    }

    .logo {
        width: 90%;
    }

    .avatar {
        display: none;
    }

    .knowledge-main-title {
        font-size: 45px;
    }

    .naslov-btns > a {
        margin-left: auto;
        margin-right: auto;
        width: 80%;
    }

    .title-foot {
        font-size: 40px;
    }

    .title-ispod {
        font-size: 17px;
    }

    .ispod-ispod {
        font-size: 13px;
        margin-top: 20px;
    }

    .ispod-ispod-ispod {
        font-size: 12px;
        margin-top: 30px;
    }
}



  @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);
    }

    @font-face {
        font-family: exo100;
        font-style: normal;
        font-weight: normal;
        src: url(../fonts/exo2/Exo2-Thin.ttf);
      }

    @font-face {
        font-family: exo300;
        font-style: normal;
        font-weight: normal;
        src: url(../fonts/exo2/Exo2-ExtraLight.ttf);
      }

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

      @font-face {
        font-family: exo700;
        font-style: normal;
        font-weight: normal;
        src: url(../fonts/exo2/Exo2-Bold.ttf);
      }

      @font-face {
        font-family: exo900;
        font-style: normal;
        font-weight: normal;
        src: url(../fonts/exo2/Exo2-Black.ttf);
      }

      @font-face {
        font-family: roboto100;
        font-style: normal;
        font-weight: normal;
        src: url(../fonts/roboto/Roboto-Thin.ttf);
      }
      @font-face {
        font-family: roboto300;
        font-style: normal;
        font-weight: normal;
        src: url(../fonts/roboto/Roboto-Light.ttf);
      }
      @font-face {
        font-family: roboto500;
        font-style: normal;
        font-weight: normal;
        src: url(../fonts/roboto/Roboto-Regular.ttf);
      }
      @font-face {
        font-family: roboto700;
        font-style: normal;
        font-weight: normal;
        src: url(../fonts/roboto/Roboto-Bold.ttf);
      }
      @font-face {
        font-family: roboto900;
        font-style: normal;
        font-weight: normal;
        src: url(../fonts/roboto/Roboto-Black.ttf);
      }


