@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&family=Turret+Road:wght@200;300;400;500;700;800&display=swap');
*{
    margin: 0;
    padding: 0;
    background-size: 100%;
	  background-repeat: no-repeat;
    overflow-x: hidden;
}


/* hamburger meni */
label {
    margin: 0 20px;
    font-size: 25px;
    line-height: 70px;
    display: none;
    width: 26px;
    float: right;
  }
  
  input {
    display: none;
  }
  
  header {
    position: fixed;
    display: flex;
    justify-content: space-between;
    gap: 2vw;
    align-items: center;
    background-color: #15151582;
    width: 100vw;
    height: 18vh;
  }
  
  nav {
    order: 2;
    font-family: "Montserrat", serif;
    letter-spacing: 2pt;
    font-size: 15pt;
    text-decoration: none;
    display: flex;
    flex-direction: row-reverse;
    justify-content: center;
    align-items: center;
    padding: 0 5vw;
  }
  
  nav a{
    text-decoration: none;
    color: white;
  }
  
  nav ul {
    list-style: none;
  }
  
  nav li {
    display: inline-block;
    padding: 0px 20px;
  }
  
  nav li a {
    transition: all 0.3s ease 0s;
  }
  
  nav li a:hover {
    color: var(--plava);
  }
  
  .navigacija {
    display: flex;
    justify-content: start;
    align-items: center;
    margin: 10vh;  
    overflow-y: hidden;
  }
  
  
  .logo {
    width: auto;
    height: 13vh;
    order: 1;
  }


  .naslovna{
    width: 100vw;
    height: 100vh; 
    background-image: linear-gradient(to top, #09203f 0%, #537895 100%);
    display: flex;
    justify-content: center;
    align-items: center;
  }

  h1{
    font-size: 70pt;
    font-family: "Turret Road", serif;
    font-weight: 800;
    font-style: normal;
    color: white;
  }

  .strojno_ucenje{
    width: 100vw;
    height: 100vh;
    background-color: #09203f;
    color: white;
    display: flex;
    gap: 5vw;
  }

  .tekst{
    width: 50vw;
    height: 100vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .tekst-2{
    flex-direction: column;
    display: flex;
    align-items: flex-start;
  }

  .p-tekst{
    height: auto;
  }

  .strojno_ucenje p{
    padding-left: 5vh;
  }

  .strojno_ucenje h2{
    padding-left: 5vh;
  }
  h2{
    font-size: 30pt;
    font-family: "Turret Road", serif;
    font-weight: 800;
    font-style: normal;
  }

  p{
    width: 40vw;
    height: 30vh;
    font-size: 15pt;
    font-family: "Montserrat", serif;
    margin-top: 2vh;
  }

  .slika{
    width: 50vw;
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
  }


  /*section*/
  .duboko_ucenje{
    width: 100vw;
    height: 100vh;
    background-color: #3E5879;
    color: white;
    display: flex;
    flex-direction: row;
  }
  
  /*slika*/
  .ucenje{
    width: 50vw;
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  /*tekst*/
  .tekst-ucenje{
    width: 50vw;
    height: 100vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .tekst-ucenje2 {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    
  }

  .burger{
    display:  none;
  }


  .neuronske_mreze{
    width: 100vw;
    height: 100vh;
    background-color: #09203f;
    color: white;
    display: flex;
    gap: 5vw;
  }


  footer{
    width: 100vw;
    height: 10vw;
    background-color: #3E5879;
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: "Montserrat", serif;
    font-size: 15pt;
  }

  footer a{
    color: white;
  }
  /*Responzivnost*/
@media only screen and (max-width: 850px) {
    button{
      display: none;
    }
    header{
      height: auto;
    }
    .logo{
      display: none;
    }
    nav {
      display: none;
  }
  .burger {
      display: block;
      overflow: hidden;
      background-color: #15151582;
      position: relative;
      width: 100%;
      top: 0;
  }

  .burger #Linkovi {
      display: none;
  }

  .burger a {
      color: white;
      padding: 14px 16px;
      text-decoration: none;
      font-size: 17px;
      display: block;
      font-family: "Montserrat", serif;
      
  }
  .burger a.icon {
      background-color: #15151582;
      display: block;
      position: absolute;
      right: 0;
      top: 0;
  }
  .burger a:hover {
      background-color:white;
      color: black;
  }
  .aktivno {
      background-color: #15151582;
      color: white;
  } 
  
  .logo {
    position: absolute;
    top: 10px;
    right: 10vw;
    width: auto;
    height: 12vh;
  }


  .p-tekst{
    font-size: 12pt;
    width: 100vw;
    height: 100vh;
  }

  .naslovna{
    display: flex;
    justify-content: center;
    align-items: center;
  }


  h1{
    font-size: 30pt;
    text-align: center;
  }

  .strojno_ucenje, .duboko_ucenje, .neuronske_mreze {
    width: 100vw;
    height: auto;
    display: flex;
    flex-wrap: wrap;
  }

  h2 {
    text-align: center;
    padding-top: 10vh;
    width: 100vw;
  }

  .tekst{
    width: 100vw;
    height: auto;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .tekst2 {
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .p-tekst{
    height: auto;
    width: 90vw;
  }

  p{
    width: 40vw;
    height: 30vh;
    font-size: 12pt;
    font-family: "Montserrat", serif;
  }

  .slika{
    width: 100vw;
    height: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 10vh 10vw 10vh 10vw; 
  }

  .tekst-2 {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }


  /*section*/
  .duboko_ucenje{
    width: 100vw;
    height: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: row;
  }

  /*tekst*/
  .tekst-ucenje{
    width: 100vw;
    height: auto;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
  }

  .tekst-ucenje2 {
    width: 100vw;
    height: auto;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
  }

   /*slika*/
   .ucenje{
    width: 100vw;
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
  }
}