@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&family=Orbit&display=swap');
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    }




    /* Slideshow container */
    .slideshow-container {
      max-width: 1000px;
      position: relative;
      margin: auto;
      margin-top:40px;
      border-style:solid;
      border-color: #601080;

    }
    
    /* Hide the images by default */
    .mySlides {
      display: none;
    }
    
    /* Next & previous buttons */
    .prev, .next {
      cursor: pointer;
      position: absolute;
      top: 50%;
      width: auto;
      margin-top: -22px;
      padding: 16px;
      color: #963abb;
      font-weight: bold;
      font-size: 18px;
      transition: 0.6s ease;
      border-radius: 0 3px 3px 0;
      user-select: none;
    }
    
    /* Position the "next button" to the right */
    .next {
      right: 0;
      border-radius: 3px 0 0 3px;
    }
    
    /* On hover, add a black background color with a little bit see-through */
    .prev:hover, .next:hover {
      background-color:#c38fd8;
    }
    
   
    /* Number text (1/3 etc) */
    .numbertext {
      color: #f2f2f2;
      font-size: 12px;
      padding: 8px 12px;
      position: absolute;
      top: 0;
    }
    
    /* The dots/bullets/indicators */
    .dot {
      cursor: pointer;
      height: 15px;
      width: 15px;
      margin: 0 2px;
      background-color: #cf8bfc;
      border-radius: 50%;
      display: inline-block;
      transition: background-color 0.6s ease;
    }
    
    .active, .dot:hover {
      background-color: #a800ff;
    }
    
    /* Fading animation */
    .fade {
      animation-name: fade;
      animation-duration: 1.5s;
    }
    
    @keyframes fade {
      from {opacity: .4}
      to {opacity: 1}
    }


   
    body {
        font-family: "Montserrat", serif;
        color: #fff;
        background: linear-gradient(135deg, #1f004f, #090909);
       
        overflow-x: hidden;
        }
        
     
        nav {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        z-index: 999;
        display: flex;
        justify-content: flex-end;
        align-items: center;
        padding: 1rem 2rem;
        background: linear-gradient(#070c5383,#641f8044);
        }
        nav a {
        color: #fff;
        text-decoration: none;
        margin-left: 1rem;
        padding: 0.5rem 1rem;
        transition: 0.3s ease;
        }
        nav a:hover {
        background: #a800ff;
        border-radius: 5px;
        }
        
       
        .s1 {
        position: relative;
        width: 100%;
        height: 100vh; 
        display: flex;
        justify-content: center;
        align-items: center;
        text-align: center;
        overflow: hidden;
        }
        .s1 video {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        object-fit: cover;
        z-index: -1;
        }
        .s1-overlay {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: rgba(0, 0, 0, 0.5); 
        }
        .s1-content {
        position: relative;
        max-width: 800px;
        padding: 1rem;
        }
    .s1 h1 {
    font-size: 2.7rem;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin-bottom: 1rem;
    text-shadow: 0 0 6px #6f0d96d2;
    font-family: "Orbit", serif;
    }
    .s1 p {
    font-size: 1.2rem;
    margin-bottom: 2rem;
    color:#2f0869;
    text-shadow: 0 0 10px #a800ff;
    font-family: "Montserrat", serif;
    }
    .s1 .kupiulaznice {
    background: linear-gradient(135deg, #9911cf, #2a32ac);
    color: #fff;
    border: none;
    padding: 1rem 2rem;
    text-transform: uppercase;
    font-size: 1rem;
    cursor: pointer;
    transition: all 0.3s ease;
    text-decoration: none;
    display: inline-block;
    border-radius: 4px;
    box-shadow: 0 0 20px rgba(168,0,255,0.6);
    }
    .s1 .kupiulaznice:hover {
   background: linear-gradient(135deg, #b127e7, #3d48e9);
    box-shadow: 0 0 30px rgba(140, 0, 255, 0.8);
    }
    
  
    section {
    padding: 4rem 1rem;
    max-width: 1200px;
    margin: 0 auto;
    }
    .section-title {
        text-shadow: 0 0 6px #cb20dad2;
    font-size: 2rem;
    margin-bottom: 2rem;
    text-align: center;
    text-transform: uppercase;
    position: relative;
     font-family: "Orbit", serif;
 
    }
    .section-title:after {
    content: "";
    display: block;
    width: 80px;
    height: 3px;
    background: #a800ff;
    margin: 0.5rem auto 0 auto;
    }
    
 
    .raspored-container {
    display: flex;
    flex-direction: column;
    gap: 2rem;
    align-items: center;
    text-align: center;
    }
    .raspored-box {
    background: rgba(255,255,255,0.05);
    padding: 1rem;
    border-radius: 5px;
    width: 100%;
    max-width: 600px;
    box-shadow: 0 0 10px rgba(168, 0, 255, 0.2);
    }
    .raspored-box h3 {
    margin-bottom: 0.5rem;
    font-size: 1.2rem;
    color: #a800ff;
    }
    .raspored-box p {
    font-size: 0.95rem;
    margin: 0.2rem 0;
    }
    

    .izvodaci-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 2rem;
    margin-top: 2rem;
    }
    .izvodac {
    background: rgba(255,255,255,0.05);
    padding: 1rem;
    border-radius: 5px;
    box-shadow: 0 0 10px rgba(168, 0, 255, 0.2);
    text-align: center;
    }
    .izvodac img {
    width: 100%;
    max-width: 200px;
    height: auto;
    margin: 0 auto 1rem auto;
    display: block;
    border-radius: 5px;
    box-shadow: 0 0 10px rgba(168,0,255,0.2);
    }
    .izvodac h4 {
    color: #a800ff;
    margin-bottom: 0.5rem;
    }
    .izvodac span {
    display: block;
    font-size: 0.9rem;
    margin-bottom: 0.2rem;
    font-family: "Montserrat", serif;
    color:#c26ee9;
    }

    .exportdrvo {
        width: 120%;
        max-width: 500px;
        height: auto;
        margin-bottom: 1.1rem;
        border-radius: 5px;
        box-shadow: 0 0 10px rgba(170, 0, 255, 0.486);
    }
    
 
    .ulaznice-content {
    max-width: 700px;
    margin: 0 auto;
    background: rgba(255,255,255,0.05);
    padding: 2rem;
    border-radius: 5px;
    box-shadow: 0 0 10px rgba(168, 0, 255, 0.3);
    text-align: center;
    }
    .ulaznice-content img {
    width: 100%;
    max-width: 400px;
    height: auto;
    margin-bottom: 1.5rem;
    border-radius: 5px;
    box-shadow: 0 0 10px rgba(157, 10, 255, 0.459);
    }
    .ulaznice-content p {
    margin-bottom: 1rem;
    line-height: 1.5;
    }
    
 
    .pitanja-content {
    max-width: 700px;
    margin: 0 auto;
    }
    .pitanja2 {
    background: rgba(255,255,255,0.05);
    margin-bottom: 1rem;
    padding: 1rem;
    border-radius: 5px;
    box-shadow: 0 0 10px rgba(168,0,255,0.1);
    }
    .pitanja2 h4 {
    color: #a800ff;
    margin-bottom: 0.5rem;
    }
    .pitanja2 p {
    line-height: 1.4;
    }
    
  
    @media (max-width: 767px) {
    .s1 h1 {
    font-size: 1.8rem;
    }
    .raspored-container, .izvodaci-grid {
    flex-direction: column;
    }
    .izvodaci-grid {
    grid-template-columns: 1fr;
    }
    }
    
    @media (max-width: 600px) {
    .izvodaci-grid {
    grid-template-columns: 1fr 1fr;
    } 

    .exportdrvo {
        width: 120%;
        max-width: 400px;
    }

  

}