*
{
    margin: 0px;
    padding: 0px;
    box-sizing: border-box;
    font-family: "Montserrat", sans-serif;
    font-style: normal;
}

.title
{
    text-align: center;
    font-weight: 600;
    margin-bottom: 50px;
    font-size: 30px;
}
.title span
{
    font-size: 18px;
}

/* arrow start */
.arrowHolderO
{
    opacity: 0;
    z-index: 1000000000000000;
}
.arrowHolder img 
{
    position: fixed;
    bottom: 20px;
    right: 2%;
    width: 32px;
    z-index: 1000000000000000;
}
/* arrow 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: #1a3c62;
    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 */

/* navigation start */
#navigation
{
    padding: 20px 0px;
    border-top: 5px solid #1a3c62;
}
.navbar .navbar-nav .nav-link
{
    color: #222222;
    font-weight: 500;
    font-size: 18px;
}
.navbar-brand
{
    color: #333333;
    font-weight: 500;
}
.navbar-brand:hover
{
    color: #333333;
}
#navBtn
{
    padding: 10px 30px;
    background-color: #1a3c62;
    /* background-color: #1a3c62; */
    color: white;
    text-decoration: none;
    max-width: 210px;
    width: 100%;
    font-weight: 600;
    border-radius: 30px;
    text-align: center;
}
/* navigation end */

/* hero start */
#hero
{
    /* background-color: #1a3c62; */
    position: relative;
    /* background-image: url(IMG/poz.png); */
    background-size: cover;
    background-position: bottom;
}
.hero-overlay
{
    padding: 300px 0px;
    background-color: rgba(0, 0, 0, 0.2);
}
.heroCon
{
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 50%;
}
.heroCon h1
{
    color: white;
    font-weight: 700;
}
.heroCon p
{
    color: white;
    opacity: 0.9;
    padding: 10px 0px;
    font-size: 18px;
}
#heroBtn
{
    padding: 15px 35px;
    background-color: #1a3c62  ;
    /* background-color: white; */
    color: white;
    text-decoration: none;
    max-width: 200px;
    width: 100%;
    font-weight: 600;
    border-radius: 30px;
    font-size: 18px;
}
/* hero end */

/* services start */
#services
{
    padding: 50px 0px;
    background-color: whitesmoke;
}
.servicesHolder
{
    margin: 10px 0px;
    border-radius: 30px;
}
.servicesOverlay
{
    padding: 100px 30px;
    background-color: rgba(0, 0, 0, 0.5);
    border-radius: 30px;

}
.servicesOverlay h3
{
    color: white;
}
.servicesOverlay p
{
    color: white;
}
.servicesHolder a
{
    padding: 10px 30px;
    background-color: #1a3c62;
    color: white;
    text-align: center;
    text-decoration: none;
    font-weight: 600;
    border-radius: 30px;
}
.servicesHolder a:hover
{
    color: white;
}
#ser1
{
    background-image: url(IMG/s-2.avif);
    background-size: cover;
}
#ser2
{
    background-image: url(IMG/s-1.avif);
    background-size: cover;
}
#ser3
{
    background-image: url(IMG/s-3.avif);
    background-size: cover;
}
#ser4
{
    background-image: url(IMG/s.avif);
    background-size: cover;
}
/* services end */

/* online start */
#online
{
    padding: 50px 0px;
}
#online form
{
    background-color: whitesmoke;
    padding: 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: #1a3c62;
    border-radius: 30px;
    font-weight: 600;
    text-align: center;
    outline: none;
    border: 0px;
    color: white;
    max-width: 200px;
    display: block;
    margin: auto;
    margin-top: 10px;
}
.napomena
{
    opacity: 0.5;
    font-size: 12px;
    margin-top: 10px;
}
#onlinep
{
    font-size: 20px;
}
/* online end */

/* other start */
#other
{
    padding: 50px 0px;
    background-color: whitesmoke;
}
/* other end */

/* gallery start */
#gallery
{
    padding: 50px 0px;
    background-color: whitesmoke;
}
#gallery a
{
    text-align: center;
    padding: 10px 30px;
    background-color: #1a3c62;
    border-radius: 30px;
    display: block;
    margin: auto;
    max-width: 230px;
    width: 100%;
    text-decoration: none;
    font-weight: 600;
    color: white;
    margin-top: 20px;
}
/* gallery end */

/* test start */
#test
{
    background-image: url(IMG/poz.avif);
    background-size: cover;
    background-position: bottom;
    background-attachment: fixed;
}
#test1
{
    background-image: url(IMG/masazabg.avif);
    background-size: cover;
    background-position: bottom;
    background-attachment: fixed;
}
#test2
{
    background-image: url(IMG/kiropraktika-beograd.avif);
    background-size: cover;
    background-position: bottom;
    background-attachment: fixed;
}
#test3
{
    background-image: url(IMG/crbg_LE_upscale_balanced_x4.avif);
    background-size: cover;
    background-position: center;
    background-attachment: scroll;
}
.test-overlay
{
    padding: 300px 0px;
    position: relative;
    background-color: rgba(0, 0, 0, 0.5);
}
.testCon
{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
}
.testCon h3
{
    text-align: center;
    color: white;
}
.testCon a
{
    text-align: center;
    display: block;
    margin: auto;
    max-width: 220px;
    width: 220px;
    background-color: #1a3c62;
    color: white;
    text-decoration: none;
    border-radius: 30px;
    padding: 10px 30px;
    font-weight: 600;
}
.testCon a:hover
{
    color: white;
}
/* test end */

/* certificate start */
#certificate
{
    padding: 50px 0px;
}
/* certificate end */

/* about start */
#about
{
    padding: 100px 0px;
}
#about p
{
    text-align: center;
    font-size: 20px;
}
#about a
{
    text-align: center;
    padding: 10px 30px;
    background-color: #1a3c62;
    border-radius: 30px;
    display: block;
    margin: auto;
    max-width: 230px;
    width: 100%;
    text-decoration: none;
    font-weight: 600;
    color: white;
    margin-top: 20px;
}
/* about 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: 33.33%;
    padding: 60px 100px;
    background: linear-gradient(45deg, #1a3c62, #224c7b);
}
.lineItem h5
{
    text-align: center;
    color: white;
}
/* line end */

/* contact start */
#contact
{
    padding: 100px 0px;
}
#contact ul
{
    list-style: none;
}
.contactHolder
{
    padding: 15px 0px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}
.contactHolder img
{
    margin-right: 10px;
    width: 32px;
}
.contactHolder a
{
    text-decoration: none;
    color: #333333;
    transition: 0.3s ease-in-out;
}
.contactHolder a:hover
{
    color: #1a3c62;
}
#contact form
{
    background-color: whitesmoke;
    padding: 20px 20px;
}
#contact form 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 form textarea
{
    margin: 5px 0px;
}
#contact form button
{
    display: block;
    margin: auto;
    /* background-color: #88A5A9; */
    background-color: #1a3c62;
    /* 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: 30px;
    display: block;
    margin: auto;
}
#provera
{
    display: none;
}
/* contact end */

/* location start */
#location
{
    padding: 100px 0px;
    background-color: whitesmoke;
}
/* location end */

/* recenzije start */
#recenzije
{
    padding: 50px 0px;
}
#recenzijeBtn
{
        display: block;
    margin: auto;
    /* background-color: #88A5A9; */
    background-color: #1a3c62;
    /* 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: 30px;
    display: block;
    margin: auto;
    max-width: 250px;
    text-decoration: none;
}
/* recenzije end */

/* napisite start */
#napisite
{
    padding: 100px 0px;
    background-color: whitesmoke;
}
#napisite form
{
    max-width: 60%;
    display: block;
    margin: auto;
}
#napisite  label
{
    text-align: center;
}
#name
{
    display: block;
    margin: auto;
    width: 100%;
    padding: 5px 7px;
}
#napisite form p
{
    text-align: center;
}
#napisite form button
{
    display: block;
    margin: auto;
    /* background-color: #88A5A9; */
    background-color: #1a3c62;
    /* 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: 30px;
    display: block;
    margin: auto;
    max-width: 250px;
    text-decoration: none;
    margin-top: 20px;
}

.star-rating {
    direction: rtl;
    unicode-bidi: bidi-override;
    font-size: 50px;
    display: flex;
    justify-content: center;
    gap: 5px;
}

.star-rating input {
    display: none;
}
#vise
{
    text-align: center;
    background-color: none;
    margin-top: 30px;
}
.star-rating label {
    color: #ccc;
    cursor: pointer;
}

.star-rating input:checked ~ label {
    color: gold;
}

.star-rating label:hover,
.star-rating label:hover ~ label {
    color: gold;
}

/* napisite end */

/* all start */
#all 
{
    padding: 50px 0px;
}
/* all end */

/* questions start*/
#questions
{
    padding: 50px 0px;
    text-align: center;
}
#faqAccordion .card-header {
    background-color: #f8f9fa;
    border: none;
        text-align: center;

}

#faqAccordion .btn-link {
    text-decoration: none;
    color: #292b2c;
    background-color: #f5f5f5;
    text-align: center;
    font-size: 20px;
    font-weight: 600;

}

#faqAccordion .btn-link:hover {
    color: #292b2c;
}

.card-body {
    background-color: #f1f1f1;
    padding: 15px;
    font-size: 1rem;
    color: #333;
}

/* Aktivno stanje dugmadi */
.card-header .btn:focus {
    outline: none;
    box-shadow: none;
}
/*  */


/* colab start */
#colab
{
    padding: 15px 0px;
    background-color: #1a3c62;
    color: white;
    font-weight: 500;
    text-align: center;
}
/* colab end */

/* footer start */
#footer
{
    padding: 50px 0px;
    background-color: #333333;
    text-align: center;
    text-decoration: none;
}
#footer h3
{
    text-align: center;
    color: white;
}
#footer p
{
    font-size: 16px;
    color: white;
}
#footer a
{
    text-decoration: none;
    color: white;
}
/* footer end */

/* media start */
@media only screen and (max-width: 576px)
{
    #hero
    {
        animation: heroAnim 5s ease-in-out alternate 10000;
    }
    @keyframes heroAnim
    {
        0%
        {
            background-position: left;
        }
        100%
        {
            background-position: right;
        }
    }
    .hero-overlay
    {
        padding: 250px 0px;
        background-color: rgba(0, 0, 0, 0.2);
    }
    .heroCon p 
    {
        padding: 10px 0px;
        text-align: center;

    }
    .heroCon p span
    {
        display: none;
    }
    .heroCon h1
    {
        color: white;
        font-size: 28px;
        text-align: center;
    }
    .heroCon
    {
        width: 90%;
        /* background-color: red; */
    }
    .heroCon p
    {
        color: white;
        opacity: 0.9;
        padding: 10px 0px;
        font-size: 18px;
    }
    #online button
    {
        display: block;
        margin: auto;
        max-width: 220px;
    }
    #heroBtn
    {
        display: block;
        margin: auto;
        max-width: 250px;
        width: 100%;
        text-align: center;
    }
    .lineItem
    {
        width: 100%;
        padding: 40px 100px;
        background: linear-gradient(45deg, #1a3c62, #224c7b);
    }
    #aboutCon ul li
    {
        text-align: justify;
    }

}

/* media end */


/* aboutHero start */
#aboutHero
{
    padding: 100px 0px;
    background-color: #1a3c62;
}
/* aboutHero end */

/* aboutCon start */
#aboutCon
{
    padding: 100px 0px;
    background-color: whitesmoke;
}
#aboutCon p
{
    font-size: 20px;
}
#aboutCon ul li
{
    font-size: 20px;
}
#aboutCon a
{
    padding: 10px 30px;
    border-radius: 30px;
    text-align: center;
    display: block;
    margin: auto;
    font-weight: 600;
    color: white;
    background-color: #1a3c62;
    text-decoration: none;
    max-width: 230px;
    margin-top: 30px;

}
/* aboutCon end */


/* servicesBackground start */
/* #hidzamaBg
{
    background-image: url(IMG/poz.png);
    background-size: cover;
    background-position: bottom;
} */

.bg
{
    position: relative;
}
.servicesBackground-overlay
{
    padding: 250px 0px;
    background-color: rgba(0, 0, 0, 0.4);
}
.servicesBackgroundCon
{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.servicesBackgroundCon h1
{
    color:white;
    text-align: center;
    font-weight: 700;
}
.servicesBackgroundCon p
{
    text-align: center;
    font-size: 20px;
    color: white;
}
.servicesBackgroundCon a
{
    display: block;
    margin: auto;
    max-width: 220px;
    background-color: #1a3c62;
    border-radius: 30px;
    text-decoration: none;
    text-align: center;
    color: white;
    font-weight: 600;
    padding: 10px 30px;
}
.servicesBackgroundCon a:hover
{
    color: white;
}
/* servicesBackground end */

/* if start */
#if
{
    padding: 50px 0px;
    background-color: whitesmoke;
}
#if p
{
    font-size: 20px;
    text-align: center;
}
#if a
{
        display: block;
    margin: auto;
    max-width: 220px;
    background-color: #1a3c62;
    border-radius: 30px;
    text-decoration: none;
    text-align: center;
    color: white;
    font-weight: 600;
    padding: 10px 30px;
}
#if ul
{
    list-style: none;
}
#if ul li
{
    text-align: center;
    font-size: 20px;
}
/* if end */

/* aline start */
#aline
{
    padding: 10px 0px;
    background-color: #1a3c62;
    color: white;
    text-align: center;
}
/* aline end */

/* servicesAbout start */
#servicesAbout
{
    padding: 50px 0px;
}
#servicesAbout p
{
    font-size: 20px;
}
#servicesAbout ul li
{
    font-size: 20px;
}
#servicesAbout a
{
    text-align: center;
    display: block;
    margin: auto;
    padding: 10px 30px;
    background-color: #1a3c62;
    border-radius: 30px;
    text-decoration: none;
    max-width: 220px;
    color: white;
    font-weight: 500;
}
#servicesAbout img
{
    display: block;
    margin: auto;
}
/* servicesAbout end */

/* prednosti start */
#prednosti
{
    padding: 50px 0px;
    background-color: whitesmoke;
}
#prednosti h4
{
    text-align: center;
}
#prednosti ul li
{
    font-size: 20px;
}
#prednosti img
{
    display: block;
    margin: auto;
}
#prednosti a
{
    text-align: center;
    display: block;
    margin: auto;
    padding: 10px 30px;
    background-color: #1a3c62;
    border-radius: 30px;
    text-decoration: none;
    max-width: 220px;
    color: white;
    font-weight: 600;
}
#prednosti p
{
    font-size: 20px;
}
/* prednosti end */

/* poznati start */
#poznati
{
    padding: 50px 0px;
}
#poznati p
{
    padding: 10px 0px;
    font-size: 20px;
    text-align: center;
}
/* poznati end */

/* miniGallery start */
#miniGallery
{
    padding: 50px 0px;
}
#miniGallery a
{
        text-align: center;
    display: block;
    margin: auto;
    padding: 10px 30px;
    background-color: #1a3c62;
    border-radius: 30px;
    text-decoration: none;
    max-width: 220px;
    color: white;
    font-weight: 600;
    margin-top: 20px;
}
/* miniGallery end */

/* galleryHero start */
#galleryHero
{
    padding: 50px 0px;
    background-color: whitesmoke;
}
#galleryHero p
{
    text-align: center;
    font-size: 18px;
    margin-bottom: 30px;
}
#galleryHero img
{
    margin: 5px 0px;
}
/* galleryHero end */



@media only screen and (max-width: 576px)
{

    #aboutCon p
    {
        text-align: justify;
    }

    .servicesBackgroundCon
    {
        width: 98%;
    }
    #test
    {
        background-image: url(IMG/smallbg.avif);
        background-size: cover;
        background-position: bottom right;
        background-attachment: scroll;
    }
    #test1
    {
        background-image: url(IMG/masazabgsmall.avif);
        background-size: cover;
        background-position: bottom;
        background-attachment: scroll;
    }
    #test2
    {
        background-image: url(IMG/kiropraktikasmall.avif);
        background-size: cover;
        background-position: bottom;
        background-attachment: scroll;
    }
    #test3
    {
        background-image: url(IMG/smallcr.avif);
        background-size: cover;
        background-position: bottom;
        background-attachment: scroll;
    }
    .testCon
    {
        width: 90%;
    }
    .servicesHolder h3
    {
        text-align: center;
    }
    .servicesHolder p
    {
        text-align: center;
    }
    .servicesHolder a
    {
        display: block;
        margin: auto;
    }
    #navBtn
    {
        display: none;
    }
    #servicesAbout p
    {
        text-align: justify;
    }
    #prednosti
    {
        text-align: justify;
    }
    .dsmn
    {
        display: none;
    }
}