*
{
    margin: 0px;
    padding: 0px;
    box-sizing: border-box;
  font-family: "Poppins", sans-serif;
}

/* --- Banner CSS --- */
#cookie-banner {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background: #0F0F0F;
    color: #fff;
    padding: 15px 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
    z-index: 1000;
}

#cookie-banner p {
    margin: 0 0 10px 0;
    text-align: center;
}

.cookie-buttons {
    display: flex;
    gap: 10px;
}

.cookie-buttons button {
    padding: 8px 15px;
    border: none;
    cursor: pointer;
}

#accept-all {
    background: #961818;
    color: #fff;
}

#necessary-only {
    background: #888;
    color: #fff;
}

body
{
    background-image: url(IMG/poz.png);
    background-size: contain;
    animation: bganimation 40s ease-in-out alternate 1000;
}

@keyframes bganimation
{
    0%
    {
        background-position: top left;

    }
    100%
    {
        background-position: bottom right;
    }
}

/* all start */
#btitle
{
    text-align: center;
    font-size: 18px;
}
#title
{
    text-align: center;
    font-size: 60px;
    font-weight: 700;
    color: #0F0F0F;
    text-transform: capitalize;
}
#subtitle
{
    text-align: center;
    font-size: 25px;
}
.titleLine
{
    height: 5px;
    display: block;
    margin: auto;
    background-color: #B21C1D;
    margin-bottom: 60px;
    border-radius: 20px;
}
/* all end */

/* arrow start */
.arrowHolderO
{
    opacity: 0;
    z-index: 1000000000000000;
}
.arrowHolder img 
{
    position: fixed;
    bottom: 20px;
    right: 2%;
    width: 32px;
    z-index: 1000000000000000;
}
/* arrow end */

/* aline start */
#aline
{
    padding: 5px 0px;
    background-color: rgb(241, 241, 241);
}

.alineHolder
{
    display: flex;
    align-items: center;
    justify-content: flex-end;
}
.alineItem a
{
    text-decoration: none;
    color: black;
    margin-left: 20px;
}
.alineItem a:hover
{
    color: black;
}
/* aline end */

/* navigation start */
#navigation
{
    background-color: whitesmoke;
    padding: 5px px;
    z-index: 11111111111111;
}
.navbar .navbar-nav .nav-item .nav-link
{
    color: #0F0F0F;
    font-size: 15px;
}
.navbar-brand img
{
    width: 90px;
}
#navBtn
{
    padding: 10px 30px;
    background-color: #B21C1D;
    color: white;
    font-size: 15px;
    text-decoration: none;
    font-weight: 600;
}
/* navigation end */

/* hero start */
#hero
{
    position: relative;
    background-color: rgba(255, 255, 255, 0.282);
}
#hero img
{
    display: block;
    margin: auto;
}
.heroCon
{
    position: absolute;
    left: inherit;
    top: 50%;
    transform: translateY(-50%);
    z-index: 111111000;
}
.heroCon h1
{
    font-size: 50px;
    font-weight: 600;
}
.heroCon h3
{
    font-size: 70px;
    font-weight: 700;
}
.heroCon p
{
    font-size: 22px;
    margin-bottom: 30px;
}
.btns
{
    display: flex;
    align-items: center;
    justify-content: flex-start;
}
#primaryBtn
{
    padding: 10px 30px;
    background-color: #B21C1D;
    color: white;
    font-weight: 500;
    text-align: center;
    text-decoration: none;
    font-size: 20px;
    margin: 0px 2px;
    max-width: 250px;
    width: 100%;
}
#secondaryBtn
{
    padding: 10px 30px;
    color: #0F0F0F;
    border: 1px solid #0F0F0F;
    font-weight: 500;
    text-align: center;
    text-decoration: none;
    font-size: 20px;
    margin: 0px 2px;
    max-width: 250px;
    width: 100%;
}
/* hero end */

/* why start */
#why1
{
    padding: 120px 0px;
    background-color: rgba(245, 245, 245, 0.4);
}
#why1 img
{
    display: block;
    margin: auto;
    width: 100px;
    margin-bottom: 10px;
}
#items p
{
    text-align: center;
    font-size: 20px;
    font-weight: 600;
}
.whyTxt
{
    font-size: 20px;
    text-align: center;
}
/* why end */

/* programs start */
#allprogramsBtn
{
    text-align: center;
    text-decoration: none;
    color: #0F0F0F;
    font-size: 20px;
}
#programs
{
    padding: 120px 0px;
}
#ph1
{
    background-image: url(IMG/individualni.avif);
    cursor: pointer;
    background-position: center;
    background-size: cover;

}
#ph2
{
    background-image: url(IMG/grupni.avif);
    cursor: pointer;
    background-position: center;
    background-size: cover;

}
#ph3
{
    background-image: url(IMG/golman.avif);
    cursor: pointer;
    background-position: left;
    background-size: cover;

}
#ph4
{
    background-image: url(IMG/taktika.avif);
    cursor: pointer;
    background-position: center;
    background-size: cover;

}
#ph5
{
    background-image: url(IMG/videoanaliza.avif);
    cursor: pointer;
    background-position: center;
    background-size: cover;

}
#ph6
{
    background-image: url(IMG/podmladak.avif);
    cursor: pointer;
    background-position: bottom;
    background-size: cover;
}
#ph7
{
    background-image: url(IMG/talentizeng.png);
    cursor: pointer;
    background-position: bottom;
    background-size: cover;
}
#ph8
{
    background-image: url(IMG/advanced.png);
    cursor: pointer;
    background-position: bottom;
    background-size: cover;
}
#ph9
{
    background-image: url(IMG/elit.png);
    cursor: pointer;
    background-position: bottom;
    background-size: cover;
}
.ph-overlay
{
    padding: 150px 0px;
    position: relative;
    background-color: rgba(0, 0, 0, 0.4);
    transition: 0.2s ease-in-out;

}
.ph-overlay:hover
{
    padding: 150px 0px;
    position: relative;
    background-color: rgba(0, 0, 0, 0.6);

}
.ph-overlay1
{
    padding: 73px 0px;
    position: relative;
    background-color: rgba(0, 0, 0, 0.4);
    transition: 0.2s ease-in-out;
}
.ph-overlay2
{
    padding: 150px 0px;
    position: relative;
    background-color: rgba(0, 0, 0, 0.4);
    transition: 0.2s ease-in-out;
}
.phCon
{
    position: absolute;
    bottom: 20px;
    left: 20px;
}
.phCon h3
{
    color: white;
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 10px;
}
.phCon #primaryBtn
{
    font-size: 14px;
}
/* programs end */

/* zeng start */
#zeng
{
    padding: 120px 0px;
}
#zeng p
{
    text-align: center;
    font-size: 20px;
}
#zeng .btns
{
    justify-content: center;
}
#logozeng
{
    display: block;
    margin: auto;
    width: 120px;
}
/* zeng end */

/* nextstepacademy start */
#nextstepacademy
{
    padding: 120px 0px;
    background-color: whitesmoke;
}
#nextstepacademy p
{
    font-size: 20px;
    text-align: center;
    margin-bottom: 20px;
}
#nextstepacademy .btns
{
    margin-top: 20px;
    justify-content: center;
}
/* nextstepacademy end */

/* goalkeeper starrt */
#goalkeeper
{
    padding: 120px 0px;
    background-color: whitesmoke;
}
#goalkeeper p
{
    font-size: 20px;
}
#goalkeeper .btns
{
    justify-content: center;
}
/* goalkeeper end */

/* about start */
#about
{
    padding: 120px 0px;
}
#about p
{
    text-align: center;
    font-size: 20px;
}
#about .btns
{
    justify-content: center;
}
/* about end */

/* test start */
#test
{
    background-image: url(IMG/golman.avif);
    background-size: cover;
    background-position: center;
}
.test-overlay 
{
    padding: 300px 0px;
    background-color: rgba(0, 0, 0, 0.65); /* manje jaka boja da se vidi blur */
    position: relative;
    /* backdrop-filter: blur(3px); */
    /* -webkit-backdrop-filter: blur(3px);  */
}
.testCon
{
    position: absolute;
    bottom: 20%;
    left: 50%;
    transform: translate(-50%, 20%);
    max-width: 80%;
}
.testCon h3
{
    text-align: center;
    color: white;
    font-size: 60px;
    font-weight: 700;
}
.testCon p
{
    text-align: center;
    color: white;
    font-size: 20px;
}
#test a
{
    text-align: center;
    padding: 10px 35px;
    background-color: #B21C1D;
    color: white;
    font-weight: 500;
    text-decoration: none;
    display: block;
    margin: auto;
    max-width: 300px;
    width: 100%;
    font-size: 18px;
}
/* test end */

/* events start */
#events
{
    padding: 120px 0px;
}
#events a
{
    text-decoration: none;
    color: #0F0F0F;
}
.eventHolder img
{
    object-fit: cover;
    height: 350px;
}
.eventHolder
{
    background-color: whitesmoke;
    padding-bottom:10px;
    padding-left: 5px;
}
#events h3
{
    padding-top: 10px;
    font-size: 22px;
}
#events .btns
{
    justify-content: center;
    margin-top: 20px;
    color: white;
}
/* events end */

.testimonials-section {
background-color: white;
padding: 100px 0px 100px 0px;
}
.container {
max-width: 1200px;
margin: 0 auto;
padding: 0 1rem;
}
.title {
text-align: center;
font-size: 2rem;
font-weight: bold;
margin-bottom: 2.5rem;
}
.slider-wrapper {
overflow: hidden;
position: relative;
}
#testimonial-track {
display: flex;
transition: transform 0.7s ease-in-out;
}
.testimonial {
flex-shrink: 0;
width: 100%;
padding: 1rem;
}
.testimonial-content {
background-color: #ffffff;
padding: 1.5rem;
border-radius: 1rem;
box-shadow: 0 4px 6px rgba(0,0,0,0.1);
height: 100%;
}
.testimonial-content p {
font-style: italic;
color: #4b5563;
margin-bottom: 1rem;
text-align: center;

}
.testimonial-content h4 {
font-weight: 600;
color: #111827;
text-align: center;
}
@media (min-width: 768px) {
.testimonial {
width: calc(100% / 3);
}

}
.testimonials-section a
{
    text-align: center;
    margin-top: 10px;
    color: black;
    font-size: 20px;
}



@media(max-width: 768px) {
    .slider {
        margin-top: 20px; /* daje prostor ispod teksta */
    }
    .dot {
        height: 12px;
        width: 12px;
    }
    
        .lineItem {
        width: 50%;         /* dva u redu */
        padding: 30px;       /* manji padding za manje ekrane */
    }
}

@media(max-width: 480px) {
    .dots {
        margin-top: 8px;
    }
}

@media only screen and (max-width: 376px)
{
    .btns
    {
        flex-direction: column;

    }

 .btns1
 {
    flex-direction: column;
 }
}
@media only screen and (max-width: 320px)
{
    .btns #secondaryBtn
        {
            border: none;
        }

}

/* newsletter start */
#newsletter
{
    padding: 100px 0px 100px 0px;
    background-color: whitesmoke;
}
#newsletter p
{
    font-size: 20px;
}
#newsletter form
{
    width: 90%;
    display: block;
    margin: auto;
}
#newsletter form input
{
    width: 100%;
    padding: 5px 7px;
}
#newsletter form button
{
    padding: 10px 30px;
    background-color: #B21C1D;
    font-weight: 600;
    text-align: center;
    outline: none;
    border: none;
    color: white;
    margin-top: 10px;
}
/* newsletter end */

/* footer top start */
#footer-top
{ 
    padding: 15px 0px;
    background-color: #0F0F0F;
}
.footer-top-holder
{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.footer-top-item h5
{
    font-size: 20px;
    color: white;
}
.footer-top-item a
{
    padding: 5px 30px;
    font-weight: 600;
    color: white;
    /* background-color: #88A5A9; */
    background-color: #58442C;
    font-size: 20px;
    border-radius: 0px;
}
#footerLogo
{
    width: 100px;
    display: block;
    margin: auto;
}
/* footer top end */

/* footer middle start */
#footer-middle
{
    background-color: #0F0F0F;
    padding: 20px 0px;
}
#footer-middle h5
{
    /* border-bottom: 2px solid #FE5416; */
    margin-bottom: 30px;
}
.footer-middle-holder
{
    display: flex;
    justify-content: space-between;
    /* align-items: center; */
}
.footer-middle-item
{
    color: white;
    padding: 15px 0px;
}
.footer-middle-item a
{
    color: white;
    text-decoration: none;
    text-align: left;
    transition: 0.2s ease-in-out;
}
.footer-middle-item a:hover
{
    color: rgb(167, 167, 167);
}
.footer-middle-item ul
{
    list-style: none;
}
.footer-middle-item ul li
{
    padding: 5px 0px;
}
#footerCon
{
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid white;
}
/* footer middle end */

#footer-bottom
{
    background-color: #161616;

}
.footer-bottom-holder
{
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 0px;
    color: rgb(167, 167, 167);
}
#footer-bottom a
{
    text-decoration: none;
    color: white;
}
/* footer end */


/* contact start */
#contact1
{
    padding: 50px 0px;
    background-color: whitesmoke;
}
#contact1 .title-text
{
    text-align: left;
}
#contact1 .title
{
    text-align: left;
    margin-bottom: 0px;
}
.contactHolder1
{
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin: 30px 0px;
}
.contactHolder1 .contactItem1 p
{
    margin-bottom: 5px;
    font-weight: 700;
    font-size: 20px;
}
.contactHolder1 .contactItem1 a
{
    text-decoration: none;
    color: black;
    font-size: 18px;

}
.contactHolder1 .contactItem1 img
{
    width: 32px;
    margin-right: 10px;
}
/* contact end */

#contact
{
    padding: 100px 0px;
    background-color: rgba(255, 255, 255, 0.33);
}
#contact h3
{
    text-align: center;
}
#contact p
{
    font-size: 20px;
}
#contact ul
{
    list-style: none;
    margin: 10px 0px;
    margin-left: -30px;
    font-size: 18px;
}
#contact ul li
{
    margin: 15px 0px;
}
#contact ul li a
{
    text-decoration: none;
    color: #1a1a1a;
}
#contact form
{
    padding: 50px 20px;
    background-color: whitesmoke;
}
#contact form input
{
    width: 100%;
    padding: 5px 7px;
    margin: 10px 0px;
    outline: none;
    border: 1px solid #dcdcdc;
    border-radius: 0px;
}
#contact form textarea
{
    width: 100%;
    padding: 5px 7px;
    margin: 10px 0px;
    outline: none;
    border: 1px solid #dcdcdc;
    border-radius: 0px;

}
#contact form button
{
    padding: 10px 30px;
    background-color: #B21C1D;
    color: white;
    text-align: center;
    max-width: 250px;
    width: 100%;
    outline: none;
    border: 0px;
    display: block;
    margin: auto;
    font-size: 20px;
    font-size: 18px;
    font-weight: 400;
}
#provera
{
    display: none;
}

/* location start */
#location
{
    padding: 100px 0px;
    background-color: whitesmoke;
}
#location p
{
    text-align: center;
    font-size: 20px;
}
/* location end */

/* media query start */
@media only screen and (max-width: 1100px)
{
    .footer-top-item h5
    {
        font-size: 20px;
        color: white;
    }
    .footer-top-item a
    {
        padding: 5px 25px;
        font-weight: 600;
        background-color: white;
        color: #202122;
        font-size: 15px;
    }
    .footer-middle-item a
    {
        color: white;
        text-decoration: none;
        text-align: left;
        transition: 0.2s ease-in-out;
        font-size: 13px;
    }
    .footer-middle-item a:hover
    {
        color: rgb(167, 167, 167);
    }
    .footer-middle-item ul
    {
        list-style: none;
        font-size: 13px;
    }
    .footer-middle-item h5
    {
        font-size: 20px;
        color: white;
    }
}

@media only screen and (max-width: 992px)
{
    .footer-middle-item a:hover
    {
        color: rgb(167, 167, 167);
    }
    .footer-middle-item ul
    {
        list-style: none;
        font-size: 10px;
    }
    .footer-middle-item h5
    {
        font-size: 14px;
        color: white;
    }
}

@media only screen and (max-width: 768px)
{
        
    .footer-top-item h5
    {
        font-size: 13px;
        color: white;
    }
    .footer-top-item a
    {
        padding: 5px 25px;
        font-weight: 600;
        background-color: white;
        color: #202122;
        font-size: 13px;
    }
    .footer-middle-holder
    {
        display: block;
    }
    .footer-middle-item
    {
        width: 80%;
        display: block;
        margin: auto;
        padding: 25px 0px;
    }
    .footer-middle-item a
    {
        color: white;
        text-decoration: none;
        text-align: left;
        transition: 0.2s ease-in-out;
        font-size: 14px;
    }
    .footer-middle-item a:hover
    {
        color: rgb(167, 167, 167);
    }
    .footer-middle-item ul
    {
        list-style: none;
        font-size: 14px;
    }
    .footer-middle-item h5
    {
        font-size: 18px;
        color: white;
    }
    .footer-bottom-holder
    {
        display: block;
    }
    #footer-bottom p
    {
        text-align: center;
    }
    #footer-top-item a
    {
        display: none;
    }
    #footer-top-item h5
    {
        text-align: center;
    }
}

  /* media query start */
@media (max-width: 768px) 
{
#btitle
{
    text-align: center;
    font-size: 18px;
}
#title
{
    text-align: center;
    font-size: 35px;
    font-weight: 700;
    color: #0F0F0F;
}
#subtitle
{
    text-align: center;
    font-size: 18px;
}
.titleLine
{
    height: 5px;
    display: block;
    margin: auto;
    background-color: #B21C1D;
    margin-bottom: 60px;
    border-radius: 20px;
}
#navigation
    {
        padding: 0px;
    }
#navBtn
{
    display: none;
}
.heroCon
{
    position: static;
}
.heroCon h1
{
    font-size: 35px;
    font-weight: 700;
}
.heroCon h3
{
    font-size: 20px;
}
.heroCon p
{
    font-size: 16px;
    margin-bottom: 30px;
}
#hero .btns
{
    display: flex;
    flex-direction: column; /* postavlja elemente vertikalno */
    align-items: flex-start; /* poravnava sa leve strane */
    gap: 10px; /* opcionalno, razmak između dugmadi */
    justify-content: center;
}
#hero .btns a
{
    display: block;
    margin: auto;
}
.btns
{
    display: flex;
    align-items: center;
    justify-content: center;
}
#primaryBtn
{
    padding: 10px 30px;
    background-color: #B21C1D;
    color: white;
    font-weight: 500;
    text-align: center;
    text-decoration: none;
    font-size: 18px;
    margin: 0px 2px;
    max-width: 250px;
    width: 100%;
}
#secondaryBtn
{
    padding: 10px 30px;
    color: #0F0F0F;
    border: 1px solid #0F0F0F;
    font-weight: 500;
    text-align: center;
    text-decoration: none;
    font-size: 18px;
    margin: 0px 2px;
    max-width: 250px;
    width: 100%;
}
       .testCon
    {
        position: absolute;
        bottom: 20%;
        left: 50%;
        transform: translate(-50%, 20%);
        width: 100%;
        max-width: 95%;
        display: block;
        margin: auto;
    }
    .testCon h3
    {
        text-align: center;
        color: white;
        font-size: 25px;
        font-weight: 500;
    }
    .testCon p
    {
        text-align: center;
        color: white;
        font-size: 20px;
    }
    #test a
    {
        text-align: center;
        padding: 10px 35px;
        color: white;
        text-decoration: none;
        display: block;
        margin: auto;
        max-width: 220px;
        width: 100%;
        font-size: 18px;
    }
  }
  @media only screen and (max-width: 470px)
{
    .footer-top-holder
    {
        display: block;
    }
    .footer-top-item h5
    {
        font-size: 13px;
        color: white;
        text-align: center;

    }
    .footer-top-item a
    {
        padding: 5px 25px;
        font-weight: 600;
        background-color: white;
        color: #202122;
        font-size: 11px;
        display: none;
    }

    .footer-top-item
    {
        width: 100%;
        max-width: 100%;
    }
}

@media only screen and (max-width: 415px)
{
    .footer-top-item h5
    {
        font-size: 13px;
        color: white;
        text-align: center;

    }
    .footer-top-item a
    {
        padding: 5px 20px;
        font-weight: 600;
        background-color: white;
        color: #202122;        
        font-size: 10px;
        display: none;
    }

}

@media only screen and (max-width: 370px)
{
    .footer-top-item h5
    {
        font-size: 9px;
        color: white;
        text-align: center;
    }
    .footer-top-item a
    {
        padding: 5px 20px;
        font-weight: 600;
        background-color: white;
        color: #202122;
        font-size: 9px;
        display: none;

    }
}

#inspiracija
{
    padding: 120px 0px;
    background-color: white;
}
/* inspiracija end */
#inspiracija a
{
    text-decoration: none;
    font-size: 20px;
    color: #121212;
}
#inspiracija a img
{
    display: block;
    margin: auto;
    border-radius: 20px;
}
#inspiracija  p
{
    text-align: center;
    margin-top: 20px;
}
 #klizac {
    scroll-behavior: smooth;
    padding-bottom: 10px;
  
  /* sakrij horizontalni scrollbar */
  scrollbar-width: none; /* Firefox */
  -ms-overflow-style: none;  /* IE i Edge */
}

#klizac::-webkit-scrollbar {
  display: none; /* Chrome, Safari, Opera */
}

  .klizac-item {
    flex: 0 0 auto;
    width: 100%;
    max-width: 400px;
  }

  .strelica-levo,
  .strelica-desno {
    position: absolute;
    top: 35%;
    transform: translateY(-35%);
    /* color: white; */
    font-weight: 500;
    font-size: 20px;
    width: 100px;
    height: 100px;
    background-color: transparent;
    /* border: 1px solid #ccc; */
    z-index: 10;
    color: #121212;
  }
  .button
  {
    border: none;
    outline: none;
  }

  .strelica-levo {
    left: -50px;
        font-size: 100px;
            border: none;
    outline: none;

  }

  .strelica-desno {
    right: -50px;
            font-size: 100px;
                border: none;
    outline: none;

  }

  @media (max-width: 768px) {
    .klizac-item {
      max-width: 90%;
    }

    .strelica-levo,
    .strelica-desno {
      display: none !important;
    }
  }

  @media (max-width: 576px) 
  {
    .klizac-item a img
    {
        display: block;
        margin: auto;
    }     
    #inspiracija
    {
        padding-bottom: 50px;
    }
  }
  /* mediq query end */

  @media (max-width: 768px) {

        #newsletter p
    {
        font-size: 20px;
        text-align: center;
    }
        #newsletter h3
    {
        text-align: center;
    }
    #newsletter form
    {
        width: 90%;
        display: block;
        margin: auto;
    }
    #newsletter form input
    {
        width: 100%;
        padding: 5px 7px;
        border-radius: 0px;
    }
    #newsletter form button
    {
        padding: 10px 30px;
        font-weight: 600;
        text-align: center;
        outline: none;
        border: none;
        color: white;
        display: block;
        margin: auto;
        margin-top: 10px;
    }
    #aline
    {
        background-color: rgb(241, 241, 241);
    }
    #hero .row {
        flex-direction: column; /* stavlja kolone jedna ispod druge */
    }
    #hero .btns #secondaryBtn
    {   
        font-size: 14px;
        color: black;
        padding: 0px;
        border: none;
    }
    .heroCon {
        position: relative; /* uklanja absolute za mobilni prikaz */
        top: auto;
        left: auto;
        transform: none;
        text-align: center; /* centriranje teksta */
        margin-bottom: 20px; /* razmak ispod teksta */
        z-index: 1;
        padding-top: 30px;
        width: 100%;
        max-width: 100%;
        margin-top: -40px;
    }

    .heroCon h1 {
        font-size: 28px; /* manja veličina za mobilni */
    }

    .heroCon h3 {
        font-size: 20px;
    }

    .heroCon p {
        font-size: 16px;
        margin-bottom: 10px;
    }

    #hero img {
        width: 90%; /* slika puni širinu */
        height: auto;
        /* margin-top: -50px; */


    }
}

  @media (max-width: 380px) 
{
    #primaryBtn
    {
        padding: 10px 30px;
        background-color: #B21C1D;
        color: white;
        font-weight: 500;
        text-align: center;
        text-decoration: none;
        font-size: 16px;
        margin: 2px 1px;
        max-width: 200px;
        width: 100%;
    }
    #secondaryBtn
    {
        padding: 10px 30px;
        color: #0F0F0F;
        border: 1px solid #0F0F0F;
        font-weight: 500;
        text-align: center;
        text-decoration: none;
        font-size: 16px;
        margin: 2px 1px;
        max-width: 200px;
        width: 100%;
        background-color: white;
    }
}
/* uber uns page start */
#contactHero
{
    position: relative;
}

.p1
{
    background-image: url(IMG/podmladak.avif);
    background-size: cover;
    background-position: center;
    position: relative;
}
.p2
{
    background-image: url(IMG/grupni.avif);
    background-size: cover;
    background-position: center;
    position: relative;
}
.p3
{
    background-image: url(IMG/individualni.avif);
    background-size: cover;
    background-position: bottom;
    position: relative;
}
.p4
{
    background-image: url(IMG/taktika.avif);
    background-size: cover;
    background-position: center;
    position: relative;
}
.p5
{
    background-image: url(IMG/videoanaliza.avif);
    background-size: cover;
    background-position: center;
    position: relative;
}
.p6
{
    background-image: url(IMG/golman.avif);
    background-size: cover;
    background-position: center;
    position: relative;
}
.p7
{
    background-image: url(IMG/showcase.avif);
    background-size: cover;
    background-position: center;
    position: relative;
}
.p8
{
    background-image: url(IMG/letnji\ kamp.avif);
    background-size: cover;
    background-position: center;
    position: relative;
}
.p9
{
    background-image: url(IMG/talent.avif);
    background-size: cover;
    background-position: bottom;
    position: relative;
}
.p10
{
    background-image: url(IMG/turnir.avif);
    background-size: cover;
    background-position: bottom;
    position: relative;
}
.p11
{
    background-image: url(IMG/scouting.avif);
    background-size: cover;
    background-position: center;
    position: relative;
}
.p12
{
    background-image: url(IMG/planiranje.avif);
    background-size: cover;
    background-position: center;
    position: relative;
}
.p13
{
    background-image: url(IMG/prezentacija.avif);
    background-size: cover;
    background-position: center;
    position: relative;
}
.p14
{
    background-image: url(IMG/turnir.avif);
    background-size: cover;
    background-position: bottom;
    position: relative;
}
.p15
{
    background-image: url(IMG/advanced.avif);
    background-size: cover;
    background-position: bottom;
    position: relative;
}
.p16
{
    background-image: url(IMG/talentizeng.avif);
    background-size: cover;
    background-position: bottom;
    position: relative;
}
.p17
{
    background-image: url(IMG/elit.avif);
    background-size: cover;
    background-position: center;
    position: relative;
}
.uberuns-overlay
{
    padding: 250px 0px;
    background-color: rgba(0, 0, 0, 0.5);
}
.serCon
{
    position: absolute;
    left: 50%;
    bottom: 10%;
    transform: translate(-50%, -10%);
    text-align: center;
    width: 100%;
    max-width: 95%;
}
.serCon h1
{
    text-align: center;
    color: white;
    font-size: 45px;
    font-weight: 700;
}
.serCon p
{
    text-align: center;
    font-size: 25px;
    color: white;
}
/* uber uns page end */

/* trening start */
#trening
{
    padding: 120px 0px;
    background-color: rgba(255, 255, 255, 0.378);
}
#trening p
{
    text-align: center;
    font-size: 20px;
}
#trening .btns
{
    justify-content: center;
}
/* trening end */

/* treningCont start */
#treningCont
{
    padding: 80px 0px 80px 0px;
}
.treningContHolder
{
    padding: 30px 10px;
    border: 1px solid rgb(215, 215, 215);
    background-color: whitesmoke;
}
.treningContHolder
{
    text-align: center;
}
.treningContHolder img
{
    width: 64px;
    display: block;
    margin: auto;
    margin-bottom: 20px;
}
.treningContHolder p
{
    font-size: 20px;
    color: #0F0F0F;
}
.treningContHolder h3
{
    font-size: 22px;
}
/* treningCont end */

/* result start */
#result
{
    padding: 80px 0px 120px 0px;
}
#result img
{
    display: block;
    margin: auto;
}
#result p
{
    text-align: center;
    font-size: 20px;
}
#result .btns
{
    justify-content: center;
}
/* result end */

/* ctaNextStep start */
#ctaNextStep
{
    padding: 120px 0px;
    background-color: rgba(245, 245, 245, 0.464);
}
#ctaNextStep .btns
{
    justify-content: center;
}
/* ctaNextStep end */

/* aboutNextStep start */
#aboutNextStep
{
    padding: 120px 0px;
}
#aboutNextStep #items p
{
    margin-top: 10px; 
    font-weight: 500;
    font-size: 20px;
}
#aboutNextStep p
{
    text-align: center;
    font-size: 20px;
}
#aboutNextStep img
{
    width: 80px;
    display: block;
    margin: auto;
}
/* aboutNextStep end */

/* summerCamps start */
#summerCamps
{
    padding: 120px 0px;
}
#summerCamps p
{
    text-align: center;
    font-size: 20px;
}
#summerCamps .btns
{
    justify-content: center;
}
/* summerCamps end */

/* aboutCamps start */
#aboutCamps
{
    padding: 120px 0px;
}
#aboutCamps p
{
    text-align: center;
    font-size: 20px;
}
/* aboutCamps end */

/* questions start*/
#questions
{
    padding: 100px 0px;
    background-color: rgb(248, 248, 248);
    text-align: center;

}
#faqAccordion .card-header h3
{
    font-size: 22px;
}
#faqAccordion .card-header {
    background-color: #f8f9fa;
    border: none;    
    text-align: center;
    font-size: 20px;
}

#faqAccordion .btn-link {
    text-decoration: none;
    color: #1a1a1a;
    font-weight: 500;
    background-color: whitesmoke;
    width: 100%;
    text-align: center;
    font-size: 20px;
}

#faqAccordion .btn-link:hover {
    color: #1a1a1a;
}

.card-body {
    background-color: #f1f1f1;
    padding: 15px;
    font-size: 20px;
    color: #333;
}

/* Aktivno stanje dugmadi */
.card-header .btn:focus {
    outline: none;
    box-shadow: none;
    font-size: 20px;

}
/* questions end */

/* proces start */
#proces
{
    padding: 120px 0px;
    background-color: whitesmoke;
}
#proces p
{
    font-size: 20px;
    text-align: center;
}
.procesHolder
{
    padding: 30px 5px;
    text-align: center;
    /* border: 1px solid rgb(201, 201, 201); */
    background-color: #B21C1D;
}
.procesHolder h4
{
    font-size: 16px;
    margin-bottom: 15px;
    color: white;
    font-weight: 600;
}
.procesHolder h3
{
    font-size: 20px;
    color: white;
}
.procesHolder p
{
    font-size: 16px;
    color: white;
}
/* proces end */

/* we start */
#we
{
    padding: 120px 0px;
    background-color: whitesmoke;
}
/* we end */

/* line start */
#line
{
    max-width: 100%;
    width: 100%;
    margin-top: 100px;
}
.lineHolder
{
    display: flex;
    flex-wrap: wrap; /* vaĹľno da elementi mogu da prelaze u novi red */
    align-items: center;
    justify-content: flex-start;
}
.lineItem
{
    width: 25%;
    padding: 100px 100px;
    background: linear-gradient(45deg, #B21C1D,#961818);
}
.lineItem h3
{
    text-align: center;
    color: white;
    font-size: 18px;
}
/* line end */

@media(max-width: 768px) {
    
        .lineItem {
        width: 100%;         /* dva u redu */
        padding: 50px 30px;       /* manji padding za manje ekrane */
    }
}

@media (max-width: 768px) 
{
    #goalkeeper p
    {
        text-align: center;
    }
        .serCon h1
    {
        text-align: center;
        color: white;
        font-size: 32px;
        font-weight: 600;
    }
    #timevalue
    {
        text-align: center;
        font-size: 38px;
        font-weight: 600;
        color: white;
    }
}

/* time start */
#time
{
    padding: 120px 0px;
    background: linear-gradient(45deg, #B21C1D,#961818);
}
#time p
{
    text-align: center;
    font-size: 20px;
    color: white;
}
#time h3
{
    text-align: center;
    color: white;
}
#timevalue
{
    text-align: center;
    font-size: 45px;
    font-weight: 600;
    color: white;
}
/* time end */

.treningHolder
{
    padding: 50px 30px;
    background-color: whitesmoke;
}
.treningHolder h3
{
    text-align: center;
}
.treningHolder img
{
    display: block;
    margin: auto;
    width: 80px;
    margin-bottom: 15px;
}

.event-registration {
    padding: 80px 20px;
    background: #f8f9fb;
}
.program-registration
{
    padding: 80px 20px;
    background: #f8f9fb;
}

.event-header {
    text-align: center;
    margin-bottom: 50px;
}

.event-header h2 {
    font-size: 36px;
    font-weight: 700;
    margin-bottom: 10px;
}

.event-header p {
    font-size: 16px;
    color: #666;
}

.registration-form {
    background: #ffffff;
    padding: 40px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.08);
}

.form-group {
    display: flex;
    flex-direction: column;
    margin-bottom: 20px;
}

.form-group label {
    font-weight: 600;
    margin-bottom: 8px;
    font-size: 14px;
}

.form-group input,
.form-group select,
.form-group textarea {
    padding: 12px 14px;
    border: 1px solid #ddd;
    font-size: 14px;
    transition: 0.3s ease;
}

.form-group input:focus,
.form-group select:focus,
.form-group textarea:focus {
    border-color: #111;
    outline: none;
}

.submit-btn {
    width: 100%;
    max-width: 250px;
    display: block;
    margin: auto;
    padding: 14px;
    background: #961818;
    color: #fff;
    border: none;
    font-size: 15px;
    font-weight: 600;
    cursor: pointer;
    transition: 0.3s ease;
    font-size: 18px;
}

.submit-btn:hover {
    background: #333;
}

/* Responsive */
@media (max-width: 768px) {
    .registration-form {
        padding: 25px;
    }

    .event-header h2 {
        font-size: 28px;
    }
}

.error-message {
    color: #e63946;
    font-size: 12px;
    margin-top: 5px;
}

input.error,
select.error,
textarea.error {
    border-color: #e63946;
}