*
{
    margin: 0px;
    padding: 0px;
    box-sizing: border-box;
}
body
{
    background-image: url(IMG/poz1\ \(1\).avif);
    /* background-size: cover; */
}

#cursor-effect {
  position: fixed;
  pointer-events: none;
  z-index: 9999;
  transform: translate(-50%, -50%);
}

.outer-circle,
.inner-circle {
  position: absolute;
  border-radius: 50%;
  animation: pulse 1.5s infinite ease-in-out;
}

.outer-circle {
  width: 30px;
  height: 30px;
  background-color: #257489; /* crvena */
}

.inner-circle {
  width: 20px;
  height: 20px;
  background-color: #308BA0; /* plava */
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

@keyframes pulse {
  0% {
    transform: scale(1);
    opacity: 0.8;
  }
  50% {
    transform: scale(1.1);
    opacity: 0.4;
  }
  100% {
    transform: scale(1);
    opacity: 0.8;
  }
}

/* all start */
.title
{
    /* text-shadow: 2px 2px 15px #53E71E;  */
    font-weight: 600;
    font-size: 45px;
    text-align: center;
    margin-bottom: 50px;
    text-shadow: 10px 10px 30px #308BA0;
    color: #282828;
}
/* all 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: 4px solid #257489;
    background-color: white;
}
.navbar .navbar-nav .nav-item .nav-link
{
    color: black;
    font-size: 20px;
    font-weight: 600;
}
.navbar-brand img
{
    width: 90px;
}
.navbar .navbar-nav .nav-item #heroBtn
{
    margin-left: 20px;
}
/* navigation end */

/* hero start */
#hero
{
    background-color: rgba(245, 245, 245, 0.192);
}
#hero h1
{
    font-weight: 700;
    font-size: 65px;
}
#hero p
{
    font-size: 25px;
    font-weight: 600;
}
#hero img
{
    width: 125%;
}
#heroBtn
{
    padding: 10px 40px;
    background-color: #257489;
    text-align: center;
    text-decoration: none;
    color: white;
    font-weight: 600;
    font-size: 20px;
    max-width: 250px;
    width: 100%;
}
/* hero end */

/* services start */
#services
{
    padding: 100px 0px;
    background-color: rgba(255, 255, 255, 0.73);
}
#services p
{
    text-align: center;
    font-size: 22px;
}
#productsBtn
{
    font-size: 18px;
    color: white;
    transition: 0.2s ease-in-out;
}
#productsBtn:hover
{
    box-shadow: 0 4px 80px #257489; /* Senka ispod dugmeta */
}
#ph1
{
    background-image: url(IMG/infuzija1.avif);
    cursor: pointer;
    background-position: center;
    background-size: cover;
}
#ph2
{
    background-image: url(IMG/injekcija.avif);
    cursor: pointer;
    background-position: bottom;
    background-size: cover;
}
#ph3
{
    background-image: url(IMG/previjanje.avif);
    cursor: pointer;
    background-position: center;
    background-size: cover;
}
#ph4
{
    background-image: url(IMG/kateter.avif);
    cursor: pointer;
    background-position: center;
    background-size: cover;
}
.ph-overlay
{
    padding: 200px 0px;
    position: relative;
    background-color: rgba(0, 0, 0, 0.4);
    transition: 0.2s ease-in-out;
}
.ph-overlay:hover
{
    padding: 200px 0px;
    position: relative;
    background-color: rgba(0, 0, 0, 0.6);
}
.ph-overlay1
{
    padding: 98px 0px;
    position: relative;
    background-color: rgba(0, 0, 0, 0.4);
    transition: 0.2s ease-in-out;

}
.ph-overlay1:hover
{
    padding: 98px 0px;
    position: relative;
    background-color: rgba(0, 0, 0, 0.6);
}
.ph-overlay2
{
    padding: 150px 0px;
    position: relative;
    background-color: rgba(0, 0, 0, 0.4);
    transition: 0.2s ease-in-out;

}
.ph-overlay2:hover
{
    padding: 150px 0px;
    position: relative;
    background-color: rgba(0, 0, 0, 0.6);
}
.phCon
{
    position: absolute;
    bottom: 20px;
    left: 20px;
}
.phCon h3
{
    color: white;
    font-weight: 700;
}
/* services end */

/* about start */
#about
{
    background-color: rgba(255, 255, 255, 0.63);
    padding: 50px 0px;
}
#about p
{
    text-align: center;
    font-size: 20px;
}
/* about end */

/* test start */
#test
{
    background-image: url(IMG/g1.avif);
    background-size: cover;
    position: relative;
}
.test-overlay
{
    background-color: rgba(0, 0, 0, 0.5);
    padding: 250px 0px;
}
.testCon
{
    position: absolute;
    bottom: 5%;
    left: 50%;
    transform: translate(-50%, -5%);
    width: 95%;
    display: block;
    margin: auto;
}
.testCon h2
{
    text-align: center;
    color: white;
    font-size: 45px;
    font-weight: 700;
}
.testCon p
{
    text-align: center;
    color: white;
    font-size: 25px;
}
/* test end */

/* maps start */
#maps
{
    padding: 50px 0px;
}
#maps p
{
    font-size: 20px;
}
/* maps end */

/* colaboration start */
#colaboration
{
    padding: 50px 0px;
    background-color: #257489;
    text-align: center;
    color: white;
}
/* colaboration end */

/* footer start */
#footer
{
    padding: 50px 0px;
    /* background-color: #080808; */
    background-color: #1E1E1E;
    color: white;
}
#footer img
{
    width: 90px;
    display: block;
    margin: auto;
}
#footer h3
{
    margin-bottom: 30px;
    font-size: 20px;
}
#footer ul
{
    list-style: none;
}
#footer ul li a
{
    text-decoration: none;
    color: white;
    margin-left: -30px;
}
#footer form
{
    background-color: #1E1E1E;
}
#footer a
{
    text-align: center;
    text-decoration: none;
    color: white;
}
#footer form input
{
    width: 100%;
    border-radius: 0px;
    outline: none;
    border: 0px;
    margin: 5px 0px;
    padding: 3px 5px;

}
#footer form button
{
    padding: 10px 35px;
    background-color: #257489;
    text-align: center;
    margin-top: 5px;
    outline: none;
    border: 0px;
    font-weight: 600;
    color: white;
}
.copy
{
    text-align: center;
}
.zadovoljstvoBr
{
    margin-top: 0px;
}
/* footer end */




/* contact page start */
#provera
{
    display: none;
}
#provera1
{
    display: none;
}
#contact
{
    padding: 50px 0px;
    background-color: rgba(255, 255, 255, 0.464);
}
#contact form input, textarea
{
    width: 100%;
    outline: none;
    border-radius: 0px;
    border: 1px solid gray;
    padding: 5px 7px;
    outline: none;

}
#contact form input
{
    margin-bottom: 15px;
}
#contact form button
{
    padding: 15px 35px;
    background-color: #257489;
    color: white;
    border: 0px;
    outline: none;
    font-weight: 600;
    transition: 0.2s ease-in-out;
    max-width: 250px;
    width: 100%;
    font-size: 20px;
}
#contact form button:hover
{
    box-shadow: 0 4px 80px rgba(248, 9, 145, 0.5); /* Senka ispod dugmeta */
}
.contactHolderItem a
{
    text-decoration: none;
    color: #090909;
    text-decoration: none;
    font-size: 20px;

}
.contactHolderItem a:hover
{
    color: #090909;
}
#contact ul li
{
    font-size: 20px;
}
#contact p
{
    font-size: 20px;
}
.netowrksHolder
{
    display: block;
    margin-top: 20px;
}
.netowrksHolder a
{
    text-decoration: none;
    color: #090909;
    font-size: 20px;
}
.netowrksHolder a:hover
{
    color: #090909;
}
.netowrksItem 
{
    margin: 10px 0px;

}
.netowrksItem img
{
    width: 24px;
}
/* contact page end */

/* infuzije page start */
.services-overlay
{
    padding: 200px 0px;
    background-color: rgba(0, 0, 0, 0.5);
}
#servicesHero p
{
    text-align: center;
    color: white;
    font-size: 20px;
    font-weight: 500;
}
#servicesHero h1
{
    text-align: center;
    font-size: 45px;
    font-weight: 700;
    margin-top: -15px;
    color: white;
}
#servicesCon
{
    padding: 50px 0px;
}
#servicesCon p
{
    font-size: 20px;
    text-align: center;
}
#other
{
    padding: 50px 0px;
    background-color: rgba(255, 255, 255, 0.592);
}
#dodatak p
{
    font-size: 20px;
}
/* infuzije page end */



/* media query start */
@media only screen and (max-width: 576px)
{
    #contact form button
    {
        padding: 15px 35px;
        background-color: #257489;
        color: white;
        border: 0px;
        outline: none;
        font-weight: 600;
        transition: 0.2s ease-in-out;
        max-width: 250px;
        width: 100%;
        font-size: 20px;
        display: block;
        margin: auto;
    }
    .title
    {
        /* text-shadow: 2px 2px 15px #53E71E;  */
        font-weight: 600;
        font-size: 35px;
        text-align: center;
        margin-bottom: 50px;
        text-shadow: 10px 10px 30px #257489;
        color: #282828;
    }
    .ph-overlay
    {
        padding: 130px 0px;
    }
    .ph-overlay1
    {
        padding: 130px 0px;
    }
    .ph-overlay2
    {
        padding: 130px 0px;
    }
    .ph-overlay:hover
    {
        padding: 130px 0px;
    }
    .ph-overlay1:hover
    {
        padding: 130px 0px;
    }
    .ph-overlay2:hover
    {
        padding: 130px 0px;
    }
    #hero
    {
        background-color: rgba(255, 255, 255, 0.292);
        padding:40px 0px 10px 0px;
    }
    #hero h1
    {
        font-weight: 800;
        font-size: 42px;
        text-align: center;
    }
    #hero p
    {
        font-size: 20px;
        font-weight: 600;
        text-align: center;
    }
    #heroBtn
    {
        padding: 10px 40px;
        background-color: #257489;
        text-align: center;
        text-decoration: none;
        color: white;
        font-weight: 600;
        font-size: 20px;
        display: block;
        margin: auto;
        margin-bottom: 60px;
        max-width: 250px;
        width: 100%;
        animation: HeroBtn 0.3s ease-in-out alternate 1000;
    }
    @keyframes HeroBtn
    {
        0%
        {
            transform: scale(1.0);
        }
        100%
        {
            transform: scale(1.025);
        }
    }
    .navbar .navbar-nav .nav-item #heroBtn
    {
        margin-left: 0px;
    }
    #dodatak p
    {
        font-size: 20px;
        text-align: center;
    }
    #dodatak img
    {
        margin-bottom: 20px;
    }
    #test
    {
        background-position: center;
    }
    .testCon h2
    {
        text-align: center;
        color: white;
        font-size: 35px;
        font-weight: 700;
    }
    .testCon p
    {
        text-align: center;
        color: white;
        font-size: 22px;
    }
}
/* media query end */