@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&family=Nunito:ital,wght@0,200..1000;1,200..1000&display=swap');

@font-face {
    font-family: "melodrama";
    src: url("fontovi/Melodrama-Semibold.otf");
  }


*{
    margin: 0;
    padding: 0;
    overflow-x: hidden;
}

header{
    width: 100vw;
    min-height: 15vh;
}
p{
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
}

.naslovna{
    background-image: url("slike/pexels-yankrukov-9002001-modified.jpg"); /* preuzeto sa freepicka*/
    background-size: cover;
    background-repeat: no-repeat;
    width: 100vw;
    height: 85vh;
    display: flex;
    justify-content: center;
    align-items: center;
}

/* hamburger meni */
label {
    margin: 0 20px;
    font-size: 25px;
    line-height: 70px;
    display: none;
    width: 26px;
    float: right;
}

input {
    display: none;
}

nav {
  height: 15vh;
  width: 100vw;
  background-color: #181818;
  font-weight: 500;
  text-align: center;
  position: fixed;
  z-index: 2;
  display: flex;
  justify-content: space-between;
  align-items: center;
  overflow-y: hidden;

}

nav ul {
  list-style-type: none;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 6vw;
}

nav li {
  margin-left: 1.5rem;
  margin-top: 0.7rem;
  font-size: 1.3rem;
  transition: transform 0.5s;
}

nav li a {
  text-decoration: none;
  color: #FEB941;
  font-family: "melodrama";
  transition: all 0.3s ease-in;
}

ul li:hover{
  transform: scale(1.2,2);
  transform: matrix(1.2,0,0,1.5,0,-10);
  overflow: hidden;
}

/*logo*/
.logo{
    width: auto;
    height: 30vh;

}

h1{
    color: #FEB941;
    font-size: 80pt;
    font-family: "melodrama";
}
.naslovPocetna{
    font-size: 40pt;
    text-align: center;
    color: #FEB941;
    font-family: "melodrama";
}

/*dobrodosli*/
.dobrodosli{
  background-color: #181818;
  width: 100vw;
  min-height: 85vh;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 5vw;
}

.drugi{
  font-size: 30pt;
  width: 15vw;
  color: white;
  font-family: "melodrama";
}

.dobrodosliText{
  width: 50vh;
  font-size: 15pt;
  color: white;
}
.naslovItext{
    width: 40%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: left;
}

.slika{
    display: flex;
    justify-content: center;
    text-align: right;
    max-width: 20vw;
}

/*izvodaci*/   
.izvodaci{
  width: 100%;
  height: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  color: black;
  gap: 5vw;
  font-size: 19pt;
  flex-direction: column;
  background-color: #242424;
} 

.okviric{
  height: 45vh;
  width: 60vw;
  background-color: #FEB941;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 5vh;
}

.okviric img{
    position: absolute;
    transform:  translate(-50vh, 55px);
}

.okviric img:hover{
  box-shadow: #cccbcb 2px 2px 5px;
}

.okviric p {
  padding-left: 20vw;
  width: 30vw; 
}

.slike{
  height: 40vh;
}

.izvodaci h2{
 margin-right: 53%;
 color:  white;
 font-family: "Melodrama";
 transform: translateY(50px);
 font-size: 30pt;
}

.zadnji{
  margin-bottom: 20vh;
}


/*animacija*/
h4{
  font-size:250pt;
  text-align: center;
  font-family: "melodrama";
  position: absolute;
  z-index: 1;
}
.truba{
  z-index: 1;
}
.animacija{
  width: 100vw;
  min-height: 90vh;
  color: white;
  background-color: #141313;
  display: flex;
  justify-content: center;
  align-items: center; 
  flex-direction: center;
  animation:let 5s 5;
  overflow-y: hidden;
}

@keyframes let
    {
        0% {transform: rotate(0deg);left:0px;}
        25% {transform: rotate(20deg);left:0px;}
        50% {transform: rotate(0deg);left:500px;}
        55% {transform: rotate(0deg);left:500px;}
        70% {transform: rotate(0deg);left:500px; background:#3399cc;}
        100% {transform: rotate(-360deg);left:0px;}
    }


/*obavijesti*/
.obavijesti{
  background-color: #181818  ;
  width: 100vw;
  min-height: 85vh;
  display: flex; 
  gap: 2vh;
  justify-content: center;
  flex-direction: column;
}

.newsletter{
  font-size: 30pt;
  justify-content: center;
 align-items: center;
 color: #FEB941;
 margin-left: 18%;
 font-family: "melodrama";

}

.kontakt{
  width: 20vw;
  height: 50vh;
  background-color: #242424 ;
  overflow: hidden;
}

.mail{
  width: 20vw;
  height: 50vh;
  background-color: #242424;
}

.karta{
  width: 20vw;
  height: 50vh;
  background-color: #242424;
  overflow: hidden;
}

.kutijica{
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 2vw;
}

h3{
  margin-top: 15vh;
  font-family: "melodrama";
  font-size: 30pt;
  margin-left: 20px;
  color:#FEB941;
  
}

.kontaktText{
  width: 17vw;
  height: 30vh;
  margin-left: 20px;
  font-size: 13pt;
  color: white;
}

div a{
  color: #FEB941;
  text-decoration: none;
  text-align: center;
  font-size: 15pt;
  margin-left: 20px;
}

footer{
  background-color: #3f3f3f;
  height: 20vh;
  width: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}

footer img{
  height: auto;
  width: 15vw;

}
footer a{
  color:#0f0f0f;
}

.infografika{
  width: 100vw;
  height: auto;
  background-color: #3f3f3f;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 10vh;
  padding-bottom: 10vh;
}

.infografika img{
  width: 60%;
  height: auto;
}

.video {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background-color: #0f0f0f;
}

.video video {
    width: 60vw;
    margin-bottom: 10vh;
    margin-top: 10vh;
    transition-duration: 1s;
}
@media only screen and (max-width: 650px)   {
    nav{
      height: 15vh;
    }

    nav li{
      font-size: 15px;
    }

    nav ul{
      position: absolute;
    }

    label{
      display: block;
      cursor: pointer;
    }

    .meni{
      text-align: center;
      width: 100%;
      display: none;
    }

    .meni a{
      clear: right;
      text-decoration: none;
      color:#FEB941;
      font-size: 18pt;
      background-color: #181c14;

      display: block;
      border-bottom: 1px solid #FEB941;
      margin: 0;
      width: 100vw;
      height: auto;
      padding: 10px;
    }

    .meni li{
      margin: 0;
    }

    .meni{
      margin: 0 30px 0 0;
    }

    .meni li a:hover{
      background-color: #FEB941;
      color: #181c14;
    }

    #prekidac:checked+ .meni{
      display: block;
    }

    #prekidac:checked+ .meni{
      display: block;
    }

    #prekidac:checked+ nav{
      height: auto;
      display: block;
    }

    .naslovna{
      background-image: url("slike/naslovna-mobilna.jpg");
      background-size: cover;
      background-repeat: no-repeat;
      width: 100%;
      height: 85vh;
      display: flex;
      justify-content: center;
      align-items: center;
  }

  h1{
    font-size: 55pt;
  }


  .izvodaci{
    width: 100%;
    height: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    color: black;
    gap: 5vw;
    font-size: 12pt;
    flex-direction: column;
  } 
  

  .okviric{
    height: 55vh;
    width: 60vw;
    background-color: #FEB941;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    margin-bottom: 10vh;
    font-size: 18pt;
  }

  .izvodaci h2 {
    margin-bottom: 10vh;
  }

  .okviric:first {
    margin-top: 50vh;
  }
  
  .okviric p{
    padding-left: 20px;
    padding-top: 10vh;
  }

  .okviric img {
    height: 20%;
    transform:  translate(-10vh, -25vh);
  }
  
  slike{
    height: 90vh;
  }

  .dobrodosli {
    width: 100vw;
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
    gap: 2vh;
  }

  .naslovItext {
    width: 90%;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .drugi {
    width: 90%;
  }

  .kutijica{

    flex-wrap: wrap;
  }

.kontakt{
    width: 80vw;
    overflow: hidden;
  }
  
  .mail{
    width: 80vw;
    
  }
  
  .karta{
    width: 80vw;
    overflow: hidden;
  }
 

  .kontaktText{
    width: 70vw;
    height: 20vh;
    margin-left: 20px;
    font-size: 12pt;
  }

}