@import url('https://fonts.googleapis.com/css2?family=Red+Hat+Display:ital,wght@0,300..900;1,300..900&display=swap');

*{
    margin: 0;
    padding: 0;
}

body{
    font-family: "Red Hat Display", sans-serif;
    font-optical-sizing: auto;
    font-weight: 300;
    font-style: normal;
    background-color: #492E87;
}

/* hamburger meni */
label {
      margin: 0 20px;
      font-size: 25px;
      line-height: 70px;
      display: none;
      width: 26px;
      float: right;
  }
  
  input {
      display: none;
  }
  
  nav {
    height: 14vh;
    width: 100vw;
    background-color: #4444443b;
    font-weight: 500;
    text-align: center;
    position: fixed;
    z-index: 2;
    display: flex;
    justify-content: space-between;
  }
  
  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;
  }
  
  nav li a {
    text-decoration: none;
    color: #FEB941;
    transition: all 0.3s ease-in;
  }
  
  
/*logo*/
 
  img{
    width: 12vh;
    height: auto;
    margin-left: 4vw;
  }


/*pocetna*/
#naslovna {
  position: relative;
  width: 100%;
  height: 100vh;
  overflow: hidden;


  display: flex;
  justify-content: center;
  align-items: center;
}

/* Video u pozadini sectiona */
#video-pozadina {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: -1; 
}

#naslovna .naslov {

  z-index: 1;
  padding: 20px;
}

#naslovna h1 {
  text-align: center;
  color: #FEB941;
  font-size: 150px;
  font-family:Verdana;
  width:fit-content;
  text-shadow: 2px 2px #fff;
}

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

span{
  color: #492E87;
}

.naslov p{
  padding-left: 20vw;
  justify-content: center;
  align-items: center;
  font-size: 20pt;
  color: white;
}

/*raspored*/
.raspored{
  width: 100%;
  height: 90vh;
  display: flex;
  justify-content: center;
  align-items: center;
  color: white;
  gap: 20vw;
  font-size: 19pt;
}

h2{
 font-size: 50pt;
}

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

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

.okviric img{
  position: relative;
  top: 5vh;
  right: 15vh;
  width: 30vw;
  margin-right: 10vh;
}

slike{
  height: 90vh;
}

.izvodaci h2{
 margin-right: 53%;
 color:  white;
}
/*ulaznice*/
.ulaznice{
  width: 100%;
  height: 90vh;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  gap: 10vh;
  font-size: 19pt;
  margin-top: 20vh;
  color: white;
}


.kupi{
    height: 40vh;
    width: 30vw;
    background-color: #FEB941;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    color: black;
    box-shadow: 20px 25px #feb941bd;
  }

button{
  margin-top: 10vh;
  cursor: pointer;
  padding: 1vh 3vh;
  border: 0.5vh solid #492E87;
  background-color: #492E87;
  border-radius: 5vh;
  transition: all 0.3s ease 0s;
  color: white;
  font-size: 20px;
}
/*pitanja*/
.pitanja{
  width: 100%;
  height: auto;
}


@import url("https://fonts.googleapis.com/css?family=Open+Sans|Roboto:400,700&display=swap");
:root {
  --purple:blueviolet;
  --light-purple: rgb(181, 115, 243)
}

* {
    box-sizing: border-box;
}

#pitanja {
    height: auto;
    display: grid;
    place-items: center;
}

.title {
    text-align: center;
    color: white;
    margin-bottom: 4rem;
    font-size: 20pt;
}

.line {
    height: 0.25rem;
    width: 5rem;
    background: var(--purple);
    margin-top: 2rem;
    margin-left: auto;
    margin-right: auto;
}

.container {
    max-width: 80vh;
    min-height: 100vh;
    display: grid;
    place-items: center;
    padding-bottom: 10vh;
}


.review {
   box-shadow: 10px 5px 10px 5px grey;
   min-height:30rem;
   width:30rem;
   padding:2.5em;
   background-color: white;
}

.img-container {
    position: relative;
    width:150px;
    height:150px;
    border-radius: 50%;
    margin: 0 auto;
    margin-bottom: 1.5rem;
}

#person-img {
    width:100%;
    height:100%;
    object-fit: cover;
    border-radius: 50%;
    position:relative;
    margin-left: 0;
}

.img-container::after {
    font-family:"Font Awesome 5 Free";
    font-weight:900;
    content:"\f10e";
    position:absolute;
    top:0;
    bottom:0;
    width:2.5rem;
    height:2.5rem;
    display:grid;
    place-items:center;
    border-radius:50%;
    transform:translateY(25%);
    background:var(--purple);
    color:#ffffff;
}

.img-container::before {
    content:"";
    width:100%;
    height:100%;
    background-color:var(--purple);
    position:absolute;
    top:-0.25rem;
    right:-0.5rem;
    border-radius:50%;
}

#author {
    text-align: center;
    font-size:0.85rem;
    font-weight: 700;
    text-transform: uppercase;
}

#place {
    text-align: center;
    padding:0.5em;
    color: var(--purple);
    font-weight: 700;
    text-transform: uppercase;
}

#info {
    margin: 0.75rem;
    text-align: center;
    font-family: "Roboto", sans-serif;
}

.button-container {
    display:flex;
    justify-content: center;
}

.prev-btn, 
.next-btn {
    background-color: transparent;
    border-color:transparent;
    font-size:1.25rem;
    margin: 0 0.5rem;
    color:var(--purple);
    cursor: pointer;
    padding-top:1rem;
}

.random-btn {
    display:grid;
    margin:1rem auto;
    border-radius: 0.25em;
    border-color:var(--purple);
    color:white;
    font-size: 1rem;
    font-family: 'Times New Roman', Times, serif;
    font-weight:600;
    cursor: pointer;
    padding: 0.25rem 0.5rem;
    transition: all 0.3s linear;


}



.next-btn:hover,
.prev-btn:hover {
  color:var(--light-purple);
}


.random-btn:hover {
  background-color:var(--light-purple);
  color:rgb(54, 54, 54);
}

@media only screen and (max-width:500px) {
  .review {
    width: 350px;
  }
}


/*footer*/
footer{
    width: auto;
    height: 15vh;
    background-color: #FEB941;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 20pt;
}

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

  /* navigacija */

  nav {
    height: 70px;
  }
  nav li {
      font-size: 15px;
  }

  nav ul{
    position: absolute;
    top: 71px;
  }

  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: #492E87;

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

    .meni li {
        margin: 0;
    }

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

    .meni li a:hover {
        background-color: #feb94125;
    }
  
  #prekidac:checked+ .meni {
    display: block;
  }

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

    #video-pozadina {
      display: none;
    }

    .naslovna{
      background-image: url(slike/screenshot.jpg);
      background-repeat: no-repeat;
      background-size: cover;
    }

    #naslovna h1{
      font-size: 50pt;
    }

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

    .naslov p{
      font-size: 20pt;
      padding: 0;
    }

    .raspored h2 {
      align-self: flex-start;
      margin-left: 4.5vh;
    }

    .raspored{
      display: flex;
      justify-content: center;
      align-items: center;
      flex-direction: column;
      color: white;
      gap: 20vw;
      font-size: 19pt;
    }
    
    h2{
     font-size: 50pt;
     
    }

    .rasporedi{
      font-size: 17pt;
    }

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

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

    .okviric img{
      position: relative;
      top: 0;
      right: 0;
      width: 60vw;
      top: -8vh;
    }
    
    slike{
      height: 90vh;
    }
    
    .izvodaci h2{
      margin-right: 0;
     color:  white;
    }

    .ulaznice{
      width: 100%;
      height: 90vh;
      display: flex;
      justify-content: center;
      align-items: center;
      flex-direction: column;
      gap: 10vh;
      font-size: 18pt;
      margin-top: 0;
      color: white;
    }
    
    .ulazniceText{
      width: 90vw;
    }

    .kupi{
        height: 40vh;
        width: 70vw;
        background-color: #FEB941;
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
        color: black;
        box-shadow: 20px 25px #feb941bd;
      }
    
    button{
      margin-top: 10vh;
      cursor: pointer;
      padding: 1vh 3vh;
      border: 0.5vh solid #492E87;
      background-color: #492E87;
      border-radius: 5vh;
      transition: all 0.3s ease 0s;
      color: white;
      font-size: 20px;
    }
  }