*
{
    margin: 0px;
    padding: 0px;
    box-sizing: border-box;
}

/* all start */
.title
{
    font-size: 40px;
    text-align: center;
    /* text-transform: uppercase; */
    margin-bottom: 50px;
    font-weight: 700;
}
.title span
{
    text-align: center;
    font-size: 18px;
}
/* all end */

/* newletter start */
.overlay1 {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background: rgba(0, 0, 0, 0.8);
    justify-content: center;
    align-items: center;
    z-index: 11111111111;
        backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(5px); /* za Safari */
}
.popup {
    background: white;
    padding: 50px 20px;
    text-align: center;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.hidden {
    display: none;
}
.popup form
{
    max-width: 300px;
    width: 300px;
}
.popup form input
{
    width: 100%;
    text-align: center;
    padding: 2px 5px;
}
.popup form h3
{
    font-size: 14px;
}
#btn1
{
    padding: 5px 35px;
    display: block;
    margin: auto;
    border: 0px;
    outline: 0px;
    max-width: 200px;
    background-color: #182B5B;
    color: white;
    font-weight: 600;
    margin-top: 20px;
    /* border-radius: 30px; */
}
#btn2
{
    background: none;
    color: #1a1a1a;
    outline: none;
    border: 0px;
    font-size: 12px;
}
/* newsletter end */

/* arrow start */
.arrowHolderO
{
    opacity: 0;
    z-index: 1000000000000000;
}
.arrowHolder img 
{
    position: fixed;
    top: 89vh;
    right: 2%;
    width: 32px;
    z-index: 1000000000000000;
}
/* arrow end */

/* navigation start */
#navigation
{
    border-top: 3px solid #CEA600;
}
.navbar-brand img
{
    width: 100px;
}
.navbar .navbar-nav .nav-item .nav-link
{
    color: black;
    font-size: 20px;
    font-weight: 600;
}
#onlineTermin
{
    padding: 10px 30px;
    background-color: #CEA600;
    color: white;
    font-weight: 600;
    text-decoration: none;
    font-size: 18px;
    /* border-radius: 25px; */
}
#terminBtn
{
    display: none;
}
/* navigation end */

/* hero start */

.hero-overlay
{
    padding: 300px 0px;
    background-color: rgba(0, 0, 0, 0.6);
    position: relative;

}
.heroCon
{
    position: absolute;
    top: 80%;
    left: 50%;
    transform: translate(-50%, -80%);
    width: 95%;
}
.heroCon h1
{
    text-align: center;
    color: white;
    font-size: 70px;
    font-weight: 700;
}
.heroCon p
{
    text-align: center;
    color: white;
    font-size: 25px;
}
.heroCon a
{
    background-color: #CEA600;
    color: white;
    font-weight: 600;
    text-align: center;
    padding: 10px 30px;
    text-decoration: none;
    display: block;
    margin: auto;
    max-width: 220px;
    width: 100%;
    font-size: 18px;
}
.heroCon a:hover
{
    color: white;
}
/* hero end */

/* services start */
#services
{
    padding: 50px 0px;
    background-color: whitesmoke;
}
.servicesHolder
{
    /* border-radius: 15px; */
    margin: 10px 0px;
}
.services-overlay
{
    padding: 120px 0px;
    background-color: rgba(0, 0, 0, 0.4);
    /* border-radius: 15px; */
    position: relative;
}
.servicesCon
{
    position: absolute;
    left: 50px;
    bottom: 10px;
    transform: translate(-20px, -10px);
}
.servicesCon h3
{
    color: white;
    font-size: 20px;
}
.servicesCon a
{
    color: white;
    font-weight: 500;
    text-decoration: none;
}
.servicesCon a:hover
{
    color: white;
}
#p1
{
    background-image: url(IMG/poz1Small.avif);
    background-size: cover;
    background-position: center;
}
#p2
{
    background-image: url(IMG/registracijaSmall.avif);
    background-size: cover;
}
#p3
{
    background-image: url(IMG/ukucavanjeSmall.avif);
    background-size: cover;
    background-position: center;

}
#p4
{
    background-image: url(IMG/atestiranjeSmall.avif);
    background-size: cover;
    background-position: center;
}
#p5
{
    background-image: url(IMG/slepSmall.avif);
    background-size: cover;
    background-position: center;
}
#p6
{
    background-image: url(IMG/tahografSmall.avif);
    background-size: cover;
    background-position: center;

}

/* services end */

/* tradicija start */
#tradicija
{
    padding: 50px 0px;
    background-color: whitesmoke;
}
#tradicija p
{
    font-size: 20px;
    text-align: center;
}
/* tradicija end */

/* line start */
#line
{
    max-width: 100%;
    width: 100%;
}
.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: 80px 100px;
    background: linear-gradient(45deg, #182B5B, #1b3066);
}
.lineItem h5
{
    text-align: center;
    color: white;
    margin-top: 5px;
}
.lineItem img
{
    display: block;
    margin: auto;
}
/* line end */

/* gallery start */
#gallery
{
    padding: 50px 0px;
}
#gallerys img
{
    width: 100%;
    transition: 0.2s ease-in-out;
    cursor: pointer;
}
#gallerys img:hover
{
    width: 100%;
    filter: brightness(0.8);
}
/* gallery end */

.modal-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.8);
    display: none;
    justify-content: center;
    align-items: center;
    z-index: 1000;
}

.modal-content {
    position: relative;
    max-width: 90%;
    width: 100%;
    height: 100%;
    max-height: 90%;
    background-color: transparent;
}
.close button
{
    width: 30px;
    height: 30px;
    background-color: #090909;
    position: absolute;
    font-weight: 600;
    top: 0%;
    right: 0%;
    /* transform: translate(-10%, -10%); */
    outline: none;
    border: 0px;
    color: white;
}

.modal-content img {
    display: block;
    max-height: 100%;    
    margin: auto;
}

.modal-arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    font-size: 2rem;
    color: white;
    cursor: pointer;
    z-index: 1001;
    user-select: none;
}

.modal-arrow.left {
    left: 10px;
}

.modal-arrow.right {
    right: 10px;
}

@media (max-width: 576px) {
    .modal-arrow {
        font-size: 1.5rem;
    }
    .modal-content img {
        display: block;
        max-height: 50%;    
        height: 50%;
        margin: auto;
        max-width: 95%;
    }
    .modal-content {
        position: relative;
        max-width: 100%;
        width: 100%;
        height: 100%;
        max-height: 100%;
    }

}

/* gallery end */

/* numbers start */
#counter-section {
  background-color: #182B5B;
  padding: 60px 20px;
  text-align: center;
}

.counter-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 60px;
}

.counter-box {
  flex: 1 1 150px;

}

.counter {
  font-size: 48px;
  font-weight: bold;
  color: white;
}

.counter + p {
  margin-top: 10px;
  color: white;
  font-size: 16px;
  /* text-transform: uppercase; */
  letter-spacing: 1px;
  font-weight: 500;
}
/* numbers end */

/* about start */
#about
{
    padding: 50px 0px;
    background-color: whitesmoke;
}
#about p
{
    text-align: center;
    font-size: 20px;
}
#moreBtn
{
    padding: 10px 30px;
    background-color: #CEA600;
    font-weight: 600;
    text-align: center;
    width: 100%;
    max-width: 250px;
    text-decoration: none;
    display: block;
    margin: auto;
    color: white;
    margin-top: 20px;
    /* border-radius: 25px; */
}
/* about end */

/* projects start */
#projects
{
    padding: 70px 0px;
    background-color: whitesmoke;
    /* background-color: #182B5B; */
}
#projects h2
{
    text-align: center;
}
#projects h3
{
    text-align: center;
}
/* projects end */

/* images start */
#images
{
    display: flex;
    align-items: center;
    justify-content: center;
}
.imagesLeft
{
    width: 100%;
    max-width: 100%;
    background-color: #182B5B;
    padding: 300px 0px;
    background-image: url(IMG/slep.avif);
    background-position: center center;
    background-size: cover;
}
.imagesRight
{
    display: none;
    width: 100%;
    max-width: 50%;
    background-color: #CEA600; 
    padding: 300px 0px;
    background-image: url(IMG/);
    background-position: center center;
}
/* images end */

/* location start */
#location
{
    padding: 50px 0px;
}
#location p
{
    font-size: 20px;
}
/* location end */

/* footer start */
#footer
{
    padding: 50px 0px;
    background-color: #0d0d0d;
}
#footer h3
{
    margin-bottom: 30px;
    color: white;
    font-size: 22px;
}
#footer p
{
    text-align: center;
    color: white;
}
#footer ul
{
    list-style: none;
    margin-left: -30px;
}
#footer ul li a
{
    text-decoration: none;
    color: white;

}
#footer img
{
    width: 100px;
}
#author
{
    text-decoration: none;
    text-align: center;
    color: white;
}
/* footer end */


/* contact start */
#contact
{
    padding: 50px 0px;
    background-color: whitesmoke;
}
#contact p
{
    font-size: 20px;
}
#contact a
{
    text-decoration: none;
    color: #333333;
    font-size: 20px;
}
.contact-Form1 input, textarea
{
    width: 100%;
    padding: 10px 10px;
    margin: 5px 0px;
    outline: none;
    border: none;
    /* border-bottom: 2px solid rgb(179, 0, 0); */
    border: 1px solid #c1c1c1;
    border-radius: 0px;
} 
.contact-Form1 textarea
{
    margin: 5px 0px;
}
.contact-Form1 button
{

    /* background-color: #88A5A9; */
    background-color: #CEA600;
    /* background: linear-gradient(to bottom, #F5EA52, #CFA032); */
    border: none;
    padding: 10px 35px;
    outline: none;
    border: none;
    margin: 10px 0px;
    font-weight: 600;
    font-size: 16px;
    color: white;
    border-radius: 0px;
    display: block;
    margin: auto;
}
#provera
{
    display: none;
}
.contactHolder
{
    margin: 20px 0px;
}
.contactHolderItem
{
    margin-top: 15px;
}
.contactHolderItem img
{
    width: 32px;
    margin-right: 10px;
}
/* contact end */

/* aboutHero start */

.aboutCon
{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    max-width: 95%;
    width: 100%;
}
.about-overlay
{
    padding: 250px 0px;
    background-color: rgba(0, 0, 0, 0.6);
}
.aboutCon h1
{
    text-align: center;
    text-transform: uppercase;
    font-weight: 700;
    color: white;
    font-size: 50px;
}
.aboutCon p
{
    text-align: center;
    font-size: 25px;
    margin-top: -10px;
    color: white;
}
.aboutCon a
{
    padding: 10px 30px;
    background-color: #CEA600;
    color: white;
    font-weight: 600;
    text-decoration: none;
    display: block;
    margin: auto;
    max-width: 220px;
    width: 100%;
    text-align: center;
    font-size: 18px;
}
.aboutCon a:hover
{
    color: white;
}
/* aboutHero end */

/* serTxt start */
#serTxt
{
    padding: 30px 0px;
}
#serTxt p
{
    font-size: 20px;
    text-align: center;
}
/* serTxt end */

/* aboutText start */
#aboutText
{
    padding: 50px 0px;
    background-color: whitesmoke;
}
#aboutText ul
{
    list-style: none;
}
#aboutText ul li
{
    font-size: 20px;
    text-align: center;
}
#aboutText p
{
    text-align: center;
    font-size: 20px;
}
/* aboutText end */

/* online start */
#online
{
    padding: 50px 0px;
    background-color: whitesmoke;
}
#online ul li
{
    font-size: 20px;
}
#online input
{
    padding: 3px 5px;
    margin: 5px 0px;
    width: 100%;
    outline: none;
    border-radius: 0px;
    border: 1px solid #616161;
}
#online select
{
    width: 100%;
    padding: 3px 5px;
    margin: 5px 0px;
    color: #616161;
    outline: none;
    border-radius: 0px;
    border: 1px solid #616161;
    background-color: white;

}
#online .form-group button
{
    padding: 10px 35px;
    background-color: #CEA600;
    font-weight: 500;
    text-align: center;
    outline: none;
    border: 0px;
    color: white;
    max-width: 250px;
    display: block;
    margin: auto;
}
.napomena
{
    opacity: 0.5;
    font-size: 12px;
    margin-top: 10px;
}
#onlinep
{
    font-size: 20px;
}
/* online end */


/* serTxt1 start */
#serTxt1
{
    padding: 20px 0px;
    /* background-color: whitesmoke; */
    display: none;
}
#serTxt1 p
{
    text-align: center;
    font-size: 20px;
    margin-top: -30px;
}
/* serTxt1 end */

/* slicice start */
#slicice
{
    padding: 50px 0px;
}
.sliciceHolder
{
    display: flex;
    align-items: center;
    justify-content: center;
}
.sliciceHolder img
{
    width: 100px;
    height: 100px;
}
/* slicice end */

/* media query start */
@media only screen and (max-width: 576px)
{
    #onlineTermin
    {
        display: none;
    }
    .heroCon h1
    {
        text-align: center;
        color: white;
        font-size: 35px;
        font-weight: 700;
    }
    .heroCon p
    {
        text-align: center;
        color: white;
        font-size: 18px;
    }
    #aboutHero h1
    {
        text-align: center;
        text-transform: uppercase;
        font-weight: 700;
        color: white;
        font-size: 35px;

    }
    .aboutCon h1
    {
        text-align: center;
        text-transform: uppercase;
        font-weight: 700;
        color: white;
        font-size: 35px;
    }
    .aboutCon p
    {
        text-align: center;
        font-size: 18px;
        margin-top: -10px;
        color: white;
    }

    #aboutHero p
    {
        text-align: center;
        font-size: 18px;
        margin-top: -10px;
        color: white;
    }
    .navbar-brand img
    {
        width: 80px;
    }
    .title
    {
        font-size: 30px;
        text-align: center;
        text-transform: uppercase;
        margin-bottom: 50px;
        font-weight: 600;
    }
    #hero
    {
        background-position: bottom;
    }
    .heroCon
    {
        position: absolute;
        bottom: 100px;
        left: 50%;
        transform: translate(-50%, -100px);
        max-width: 98%;
        width: 100%;
    }
    .hero-overlay
    {
        padding: 260px 0px;
        background-color: rgba(0, 0, 0, 0.6);
    }
    .imagesLeft
    {
        width: 100%;
        max-width: 100%;
        background-color: #182B5B;
        padding: 200px 0px;
        background-image: url(IMG/slepSmall.avif);
        background-position: center center;
    }
    .imagesRight
    {
        display: none;
    }
    #footer img
    {
        width: 80px;
        display: block;
        margin: auto;
    }
    .lineItem
    {
        width: 50%;
        padding: 50px 5px;
        background: linear-gradient(45deg, #182B5B, #1b3066);
    }
    #moreBtn
    {
        padding: 10px 30px;
        background-color: #CEA600;
        font-weight: 600;
        text-align: center;
        width: 100%;
        max-width: 250px;
        text-decoration: none;
        display: block;
        margin: auto;
        color: white;
        margin-top: 20px;
        /* border-radius: 25px; */
        font-size: 18px;
    }
    .aboutCon
    {
        position: absolute;
        bottom: 20px;
        left: 50%;
        transform: translate(-50%, 20px);
        max-width: 98%;
        width: 100%;
    }
    #terminBtn
    {
        display: block;
    }
    .lineItem h5
    {
        text-align: center;
        color: white;
        margin-top: 5px;
        font-size: 16px;
        width: 100%;
    }
    #serTxt1
    {
        display: block;
    }
    #aboutText p
    {
        text-align: justify;
    }
    #aboutText ul 
    {
        list-style:circle;

    }
        #aboutText ul li
        {
            text-align: justify;
        }
}
/* media query end */


/* questions start*/
#questions
{
    padding: 50px 0px;
    text-align: center;

}
#faqAccordion .card-header {
    background-color: #f8f9fa;
    border: none;    
    text-align: center;
    font-size: 18px;
}

#faqAccordion .btn-link {
    text-decoration: none;
    font-weight: bold;
    color: #1a1a1a;
    background-color: whitesmoke;
    width: 100%;
    text-align: center;
}

#faqAccordion .btn-link:hover {
    color: #1a1a1a;
}

.card-body {
    background-color: #f1f1f1;
    padding: 15px;
    font-size: 1rem;
    color: #333;
}

/* Aktivno stanje dugmadi */
.card-header .btn:focus {
    outline: none;
    box-shadow: none;
}
/*  */


