 @import url('https://fonts.googleapis.com/css2?family=Libre+Baskerville:ital,wght@0,400;0,700;1,400&display=swap');

@font-face {
  font-family: 'CenturyGothic';
  src: url(fonts/centurygothic.ttf) format('truetype');
  font-weight: normal;
  font-style: normal;
}





 body {
  margin: 0;
  font-family: Arial, sans-serif;
  color: #f5f5f5;
  background: #0a1511;
}

.index{
    margin: 0;
  font-family: Arial, sans-serif;
  color: #f5f5f5;
   background: url("slike/pocetna.jpg") center/cover no-repeat;
}


.header {
  min-height:100vh;
  position:relative;
  display:flex;
  justify-content:center;
  align-items:center;
  text-align:center;
  padding:120px 20px 60px; 

  overflow:hidden;
}


.navigacija{
  position:fixed; top:0; left:0; right:0;
  display:flex; justify-content:space-between; align-items:center;
  padding:16px 28px;
height: 140px;
  z-index:100;
    position: absolute;
}

.logo {
  display: flex;
  align-items: center;
}

.logo-slika {
  width: 240px;   
  height: auto;  

}

.izbornik{
    width: 45pc;
  gap:16px;
  background:rgba(255,255,255,.08);
  border-radius:999px;
  padding:15px 18px;
}
.izbornik a{
  color:#fff;
  text-decoration:none;
  font-weight:600;
  margin: 0 48px;   
  font-family: 'CenturyGothic', sans-serif;
}
.izbornik a:hover {
  color:#ffcc33;   
}


.gumb-prijava {
  background: #ffcc33;
  color: black;
  padding: 18px 16px;
  border-radius: 8px;
  text-decoration: none;
  width: 100px;
  text-align: center;
   font-family: "Libre Baskerville", serif;
     box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
  transition: transform 0.4s ease-in-out, box-shadow 0.4s ease-in-out;
}

.gumb-prijava:hover {
  transform: scale(1.2); 
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.3);
}



.zaglavlje {
  min-height: 100vh;


  
  
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  padding: 60px 20px;
}

.naslov-glavni {
  font-size: 70px;
  margin-bottom: 20px;
  font-family: "Libre Baskerville", serif;
  font-weight: 400;
}


 .svg {
      width: 400px;
    display: block;
  margin: 12px auto 20px; 
  max-width: 400px;  
    }
.opis {
  max-width: 650px;
  margin: 0 auto 30px;
  font-size: 14pt;
}

.akcije {
  display: flex;
  gap: 20px;
  justify-content: center;
  flex-wrap: wrap;
}

.gumb {
  background: rgba(0,0,0,0.5);
  color: white;
  padding: 12px 18px;
  border-radius: 8px;
  text-decoration: none;
}

.gumb-gledaj {
      font-family: "Libre Baskerville", serif;
  font-weight: 400;
    text-decoration: none;
    margin-top: 8px;
    padding: 10px 22px;
    border: 2px solid rgba(255, 255, 255, 0.85);
    border-radius: 10px;
    color: #fff;
    font-size: 140%; 
  margin-left: -300px;}

    .play{
      width: 50px;
      margin-right: -25px;

      vertical-align: middle;
    }

 .gumb-kontakt{
  display: flex;
  align-items: center;  
  gap: 14px;
padding-top: -100px;

transform: translate(350px, -50px);
text-align: left;
}

.ikona-slika {
  width: 44px;
  height: 44px;
}

.svg:hover {
  animation: pulse 1.2s infinite ease-in-out;
}


@keyframes pulse {
  0% {
    transform: scale(1);
   
  }
  50% {
    transform: scale(1.1);
   
  }
  100% {
    transform: scale(1);
    
  }
}


.ponuda {
    background: url("slike/background.jpg")
              center/cover no-repeat;
}
  

.ponuda-stranica {
  padding: 100px 20px 70px;
  background: url("slike/background.jpg")
              center/cover no-repeat;
              ;
  position: relative;
  color: #f5f5f5;
  height: 100vh;
}
         
             
                 
.pon-naslov {                                         
  text-align: center;     
  font-size: 44px;
  letter-spacing: .04em;
  margin: 0 0 8px;
  font-family: 'CenturyGothic', sans-serif;
  color: white;
}

.pon-podnaslov {
  text-align: center;
  opacity: .95;
  margin: 0 auto 48px;
  max-width: 760px;
}

.pon-grid {
  max-width: 1100px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  gap: 28px;
}

.pon-kartica {
  background: #0e3c1d;
  border-radius: 16px;
  text-align: center;
  padding: 34px 22px 70px;
  border: 2px solid transparent;
  transition: border-color .2s ease, transform .2s ease, background .2s ease;
  position: relative;
   max-width:220px; 
}
 


  
.pon-kartica:hover {
  border-color: #18a561;     
  transform: translateY(-3px);
  background:none;
}

.pon-ikona {
  width: 70px;
  height: 70px;
  object-fit: contain;
  display: block;
  margin: 0 auto 16px;
}

.pon-kartica h3 {
  margin: 0 0 18px;
  color: #ffcc33;            
  letter-spacing: .06em;
}

.pon-gumb {
  position: absolute;
  left: 50%;
  bottom: 16px;
  transform: translateX(-50%);
  display: inline-block;

  color: #ffcc33;
  font-weight: 700;
  padding: 9px 18px;
  border-radius: 22px;
  text-decoration: none;
}



.ponuda-stranica .pon-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 28px;
  max-width: 1200px;
  margin: 0 auto;
}


.ponuda-stranica .pon-centrirana-l { grid-column: 2; }
.ponuda-stranica .pon-centrirana-d { grid-column: 3; }

.ponuda-stranica .pon-gumb {
  position: absolute;
  left: 50%;
  bottom: 18px;
  transform: translateX(-50%);
  display: inline-block;
  width: 140px;
  text-align: center;
  padding: 10px 14px;
  border-radius: 999px;

  color: #ffe89a;
  text-decoration: none;
  font-weight: 700;
  text-transform: lowercase;
  letter-spacing: .2px;
  overflow: visible; 
}


.ponuda-stranica .polukrug {
  position: absolute;
  bottom: -14px;
  left: 50%;
  transform: translateX(-50%);
  width: 180px;
  height: 56px;
  background: #0a5411;
  border-radius: 56px 56px 0 0;
  z-index: -1;
}


.logo-slika-ponuda {
  width: 200px;
transform: translate(30px, -40px);
}


.ponuda-stranica .pon-kartica.pon-prvi {
  background: transparent;          
  border: 2px solid #39d07f;        
  box-shadow: none;                
  transition: border-color .2s ease, transform .2s ease;
}


.ponuda-stranica .pon-kartica.pon-prvi:hover {
  transform: translateY(-4px);
  border-color: #46ff9d;
}



.ponuda-stranica .pon-gumb {
  color: #ffffff;       
}


.ponuda-stranica .pon-prvi .pon-gumb {
  color: #f2c307;      
}


@media (max-width: 768px) {

 
  .logo-slika {
    display: none;
  }

   .navigacija {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    background: transparent; /* maknuta tamna pozadina */
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 12px 0;
    height: auto;
    z-index: 1000;
    border: none; /* maknut donji obrub */
    box-shadow: none; /* bez sjene */
  }

   .navigacija a {
    color: white; 
    text-decoration: none;
    font-weight: 600;
    font-size: 18px;
    margin: 6px 0;
    transition: color 0.3s ease;
  }

  .navigacija a:hover {
    color: #FFD500; /* Ĺľuti hover efekt */
  }



  
  .izbornik {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 18px;
    background-color: none;
    padding: 0;
    width: 100%;
  }

  .izbornik a {
    font-size: 15px;
    color: #ffffff;
    text-decoration: none;
    font-weight: 600;
  }

  .izbornik a:hover {
    color: #ffcc33;
  }

  
  .gumb-prijava {
    display: block;
    margin-top: 8px;
    background: #ffcc33;
    color: #0a1511;
    padding: 10px 20px;
    border-radius: 8px;
    text-align: center;
    font-weight: bold;
    font-size: 15px;
  }

  
  .zaglavlje {
  
    min-height: 80vh;
    background-position: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
  }

  .naslov-glavni {
    font-size: 38px;
    margin-bottom: 20px;
  }

  .opis {
    font-size: 15px;
    padding: 0 16px;
    margin-bottom: 30px;
  }


  .akcije {
    display: flex;
    flex-direction: column; 
    gap: 14px;
    align-items: center;
  }

  .gumb-gledaj,
  .gumb-kontakt {
    margin: 0;
    transform: none;
    text-align: center;
  }

  .gumb-gledaj {
    font-size: 18px;
    border-width: 2px;
    padding: 12px 22px;
  }

  .gumb-kontakt {
    flex-direction: column;
    gap: 10px;
    padding-top: 0;
  }

  .ikona-slika {
    width: 40px;
    height: 40px;

    margin-top: 25px;

  }

  .play {
    width: 40px;
    margin: 0 0 6px 0;
  }

  .ponuda{
    height: 120pc;
  }

 
  .ponuda-stranica {
    padding: 60px 10px 50px;
    background-position: center;
  }

  .pon-naslov {
    font-size: 30px;
      font-family: 'CenturyGothic', sans-serif;
  }

  .pon-podnaslov {
    font-size: 16px;
    max-width: 90%;
    margin-bottom: 32px;
  }

  .ponuda-stranica .pon-grid {
    grid-template-columns: 1fr;
    gap: 22px;
  }

  .ponuda-stranica .pon-kartica {
    margin: 0 auto;
   width: 200px;

  }

  .ponuda-stranica .pon-ikona {
    width: 60px;
    height: 60px;
    margin-bottom: 12px;
  }

  .ponuda-stranica .pon-gumb {
    width: 120px;
    font-size: 15px;
    bottom: 14px;
  }

  .ponuda-stranica .polukrug {
    width: 160px;
    height: 46px;
    bottom: -12px;
  }

  .ponuda-stranica .pon-centrirana-l,
  .ponuda-stranica .pon-centrirana-d {
    grid-column: auto;
  }

  .strelica-nazad {
    font-size: 30px;
    top: 16px;
    left: 16px;
  }
  .logo-slika-ponuda {
  width: 200px;
transform: translate(90px, -30px);

}
}