a{
  text-decoration:none!important
}

body{
  background:#000!important
}

.content-area{
  color:#fff;
  padding-top:250px
}

.hero-antina{
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  min-height: 420px;
}

.hero-play-wrapper{
  position: relative;
  width: 56px; height: 56px;
}

.hero-play-toggle{
  width: 56px; height: 56px;
  border: 0; padding: 0; border-radius: 50%;
  background: transparent;
  display: inline-flex; align-items: center; justify-content: center;
  cursor: pointer;
  z-index: 0;
  position: relative;
}

.hero-play-circle{
  width: 56px; height: 56px;
  border-radius: 50%;
  background: #fff;
  color: #000;
  display: grid; place-items: center;
  box-shadow: 0 0 0 6px rgba(255,255,255,.25), 0 6px 20px rgba(0,0,0,.35);
  transition: transform .2s ease;
}

.hero-play-circle{
  width:56px; height:56px;
  border-radius:50%;
  background:#fff; color:#000;
  display:grid; place-items:center;
  position:relative;
  box-shadow: 0 6px 20px rgba(0,0,0,.35); /* samo drop */
  overflow:visible;
}

.hero-play-circle::after{
  content:"";
  position:absolute; inset:0;
  border-radius:inherit;
  box-shadow: 0 0 0 6px rgba(255,255,255,.28);
  transform: scale(1);
  opacity:.9;
  animation: heroHalo 1.9s ease-out infinite;
  pointer-events:none;
}

@keyframes heroHalo{
  0%   { transform:scale(1);   opacity:.9;  box-shadow:0 0 0 6px rgba(255,255,255,.28); }
  70%  { transform:scale(1.25);opacity:0;   box-shadow:0 0 0 22px rgba(255,255,255,0); }
  100% { transform:scale(1);   opacity:0;   box-shadow:0 0 0 6px rgba(255,255,255,0); }
}

.hero-play-toggle:hover .hero-play-circle{
  transform: scale(1.04);
}

@media (prefers-reduced-motion: reduce){
  .hero-play-circle::after{ animation:none; opacity:1; }
}

.hero-play-toggle:hover .hero-play-circle{ transform: scale(1.15); }

.hero-social-icons{
  position: absolute;
  bottom: 100%; left: 50%;
  transform: translateX(-50%);
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  opacity: 0;
  pointer-events: none;
  transition: all .3s ease;
}

.hero-social-icons a{
  width: 46px; height: 46px;
  border-radius: 50%;
  background: #ffa400;
  color: #fff;
  display: flex; align-items: center; justify-content: center;
  font-size: 23px;
  box-shadow: 0 3px 10px rgba(0,0,0,.25);
  transition: transform .3s ease, background .3s ease, color .3s ease;
}
.hero-social-icons a:hover{
  background:#000; color:#fff;
}

.hero-play-wrapper.active .hero-social-icons{
  opacity: 1;
  pointer-events: auto;
  transform: translate(-50%, -10px);
}

.footer-legal{
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: .75rem;
  list-style: none;
  padding-left: 0;
  margin: 0;
}

.footer-legal li {
  position: relative;
}
.footer-legal li:not(:last-child)::after{
  content: "|";
  margin-left: .75rem;
  opacity: .6;
}

.izbornik{
  position:absolute;
  z-index:1;
  width:100%;
  background: #000;
background: linear-gradient(0deg,rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 1) 100%);
}

.hero-antina__feat{
  padding-top:150px
}

.izbornik a{
  color:#ffffff;
  font-weight:500;
 letter-spacing: 0.5px;
}

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

.izbornik li{
  padding-right:30px
}

.izbornik .current_page_item a{
  color:#fff!important;
}

.izbornik .premium a{
  background:#ffa400;
  padding:10px 35px!important;
  border-radius:50px;
}

.izbornik .premium a:hover{
  background:#fff;
}

.hero-antina h1{
  color:#fff;
  font-weight:500;
  font-size:60px;
  margin-top:100px;
  text-shadow:0px 0px 10px #000
}

.hero-antina {
  color:#fff;
  font-weight:900;
}

.hero-antina .btn-primary{
  color:#fff;
  border-radius:50px;
  padding: 8px 50px;
  font-size:16px
}

.section-antina-intro{
  margin-top:-50px;
  position:relative
}

.section-antina-intro .container{
  background:#15181a;
  padding:70px;
  border-radius:40px;
  color:#ffffff;
  font-weight:300;
  font-size:15px;
}

.intro-followers{
  font-size:30px;
  font-weight:900;
  color:#ffa400;
  padding-bottom:20px!important
}

.intro-social{
  color:#fff;
}

.intro-social a{
  font-size:20px;
  background:#ffa400;
  color:#fff;
  padding:5px;
  border-radius:7px;transition:all 0.5s
}

.intro-social a:hover{
  background:#fff;
  color:#000;
}

.partneri-in {
  background:#E4E4E4;
  width: calc(100% - 100px)!important;
  margin:auto;
  border-radius:20px;
  padding:50px;
  z-index:3;
  position:relative
}

.section-partneri {
  margin-top:-30px;
  position:relative
}

.section-partneri img{
  height:100px;
  object-fit:scale-down;
}

.kapa-video .container{
  background:#15181a;
  padding:70px;
  border-radius:40px;
  font-weight:300;
  font-size:15px;
  z-index:1;
  position:relative
}

.section-antina-videos{
  margin-top:-30px
}

.section-antina-videos h2{
 color:#fff;
  font-size:20px;
  font-weight:300;
  margin-bottom:30px
}


.video-card { background:#121212; border-radius:16px; padding:10px; }
.video-thumb{
  position:relative; display:block; border-radius:12px; overflow:hidden;
}
.video-thumb img{
  width:100%; display:block; object-fit:cover; aspect-ratio:16/16;
  transition: transform .3s ease, filter .3s ease;
}

.video-gradient{
  position:absolute; left:0; right:0; bottom:0; height:42%;
  background: linear-gradient(to top, rgba(0,0,0,.85) 0%, rgba(0,0,0,0) 70%);
  z-index:1; pointer-events:none;
}

.video-caption{
  position:absolute; left:0; right:0; bottom:0; z-index:2;
  padding:12px 14px; color:#fff;
}
.video-title-over{
  font-size:.95rem; line-height:1.25;
  display:-webkit-box; -webkit-line-clamp:1; -webkit-box-orient:vertical; overflow:hidden;
  width: calc(100% - 50px);
}

.play-badge{
  position:absolute; right:12px; bottom:12px; z-index:3;
  width:42px; height:42px; border-radius:50%; background:#fff; color:#000;
  display:grid; place-items:center; box-shadow:0 8px 22px rgba(0,0,0,.35);
  transition: transform .2s ease, opacity .2s ease; opacity:.95;
}

.video-thumb:hover img{ transform:scale(1.03); filter:saturate(1.05); }
.video-thumb:hover .play-badge{ transform:scale(1.06); }

.site-footer{
  background:#fff;
  margin-top:-50px;
  z-index:0;
  font-size:15px;
  font-weight:300;
  color:#15181a
}

.site-footer a{
  color:#15181a;
}

.site-footer a:hover{
  color:#ffa400;
}

.site-footer .container{
  padding-top:50px;
}

.site-footer li{
  margin-bottom:20px;
}

.site-footer .fa-brands {
  width: 32px!important;
  height: 32px!important;
  display: inline-flex!important;
  align-items: center!important;
  justify-content: center!important;
  background: #15181a;
  color: #fff;
  border-radius: 4px;
  font-size: 18px;
  margin-right:10px
}

.footer-dev img{
  margin-left:20px!important
}


.page-slim{ 
  background:#0a0a0a; 
  color:#e5e7eb;
  padding:300px 0;
  text-align:center;
}

.page-slim h1{ 
  background:#0a0a0a; 
  border-bottom:solid 1px #212121;
  text-align:center;
  padding-bottom:30px;
  font-weight:100
}

.page-slim h2{ 
  text-align:center;
  padding-bottom:30px;
  font-weight:300;
  color:#fff
  
}

.page-slim__content{ 
  padding:2.25rem 0 4rem;  
}

.page-slim__measure{ 
  max-width:68ch; 
  margin-inline:auto; }


.antina-socials--solid{
  margin-top:20px
}

.antina-socials--solid .antina-socials__item:hover{
  color:#000;
}

.antina-socials--solid .antina-socials__item{
  width:60px; height:60px; 
  border-radius:10px!important;
  background:#ffa400; color:#fff; text-decoration:none;
  transition:transform .15s ease, opacity .15s ease;
  padding:10px;
  margin:5px;
  font-size:20px;
  text-align:center!important
}

.antina-socials--solid .antina-socials__item:hover{
  color:#000;
}

@media screen and (min-width: 100px) and (max-width: 992px) {

.izbornik{
  position:absolute;
  z-index:1;
  width:100%
}

.izbornik img{
  height:100px;
}

.izbornik li{
  padding-right:0;
}

.nav-toggler{
  background:#fff!important;
}

.hero-antina__feat{
  padding-top:0px
}

.izbornik .offcanvas a{
  text-align:center;
  margin:10px;
  background:#15181a;
  border-radius:50px
}

 
.hero-antina h1{
  font-weight:200;
  font-size:35px;
  margin-top:120px
}

.hero-antina .btn-primary{
  font-size:15px
}

.section-antina-intro{
  margin-top:-50px;
  position:relative
}

.section-antina-intro .container{
  padding:40px 20px;
  border-radius:20px;
  font-size:14px;
}

.intro-followers{
  font-size:25px;
}

.intro-social a{
  font-size:16px;
}
.partneri-in {
  width: calc(100% - 20px)!important;
  border-radius:15px;
  padding:20px;
  text-align:center;
}

.partneri-in h3{
  text-align:center!important
}

.swiper-pagination-bullet-active {
    background:#000!important;
}
  

.kapa-video .container{
  padding:70px 20px;
  border-radius:20px;
}

.section-antina-videos{
  margin-top:-30px
}

.section-antina-videos h2{
 color:#fff;
  font-size:18px;
}

.site-footer{
  font-size:13px;
  padding:20px
}

.site-footer img{
  max-width:50%;
}


.footer-dev {
  text-align:right;
  margin-top:50px;
}

.btn-close {
  width: 32px;
  height: 32px;
  border: none;
  border-radius: 50%;
  color: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  opacity: 1!important;
  font-size: 18px;
}

.btn-close::before {
  font-family: "Font Awesome 7 Free";  
  font-weight: 900;
  content: "\f00d";
  line-height: 1;
}

.offcanvas-title{
  display:none
}

.page-slim{ 
  padding:200px 0;
}
	
.row {
    --bs-gutter-x: 0px!important;
}


}

@media screen and (min-width: 993px) and (max-width: 1400px) {
  .hero-antina h1{
  font-size:50px;
}
}

html.preloader-active { overflow: hidden; }

.preloader{
  position: fixed; inset: 0; z-index: 99999;
  display: grid; place-items: center;
  background: #000; color: #fff;
  transform: translateY(0); /* za izlaznu animaciju */
}

.preloader__inner{ text-align: center; }
.preloader__logo{
  width: min(180px, 32vw); height: auto;
  display: block; margin: 0 auto 14px;
  filter: drop-shadow(0 10px 30px rgba(0,0,0,.6));
}
.preloader__text{
  font-weight: 700; letter-spacing: .06em;
  color: #fff; opacity: .9; margin-bottom: 12px;
}

.preloader__progress{
  width: min(360px, 82vw);
  height: 4px;
  margin: 0 auto;
  background: rgba(255,255,255,.15);
  border-radius: 999px;
  overflow: hidden;
}
.preloader__bar{
  display: block; height: 100%; width: 0%;
  background: linear-gradient(90deg, #f5a300, #ffd66b);
  border-radius: inherit;
  animation: preloaderFill 1.8s cubic-bezier(.22,.8,.25,1) forwards;
}

.preloader.is-out{
  animation: preloaderUp .6s cubic-bezier(.4,0,.2,1) forwards;
}
@keyframes preloaderUp{
  from { transform: translateY(0); }
  to   { transform: translateY(-100%); }
}

@keyframes preloaderFill{
  0%   { width: 0%; }
  100% { width: 100%; }
}

@media (prefers-reduced-motion: reduce){
  .preloader__bar{ animation: none; width: 100%; }
}

html{ scrollbar-gutter: stable; }

