*
{
    margin: 0px;
    padding: 0px;
    box-sizing: border-box;
    font-family: "Open Sans", sans-serif;
}

::-webkit-scrollbar
{
    display: none;
}


.title h2
{
    font-weight: 700;
    font-size: 50px;
    color: #353535;
    text-align: center;
    margin-top: -20px;
}
.title p
{
    font-size: 16px;
    text-align: center;
}
.titleLine
{
    width: 250px;
    height: 20px;
    display: block;
    margin: auto;
    margin-top: -30px;
    margin-bottom: 50px;
    background-color: #4297CF; /* Uklanjamo pozadinsku boju */
}

/* jobline start */
#jobline
{
    width: 100%;
    height: 4px;
    background-color: #2685C3;
    position: sticky;
    top: 0px;
    z-index: 100;
}
/* jobline end */

/* navigation start */
#navigation 
{
    position: sticky;
    top: 4px;
    width: 100%;
    z-index: 100;
    background-color: #fefefe;

}
.navbar-brand img
{
    width: 150px;
}
.navbar .navbar-nav .nav-item .nav-link
{
    color: black;
}
.rightMenuHolder
{
    display: flex;
    align-items: center;
    animation: brand 1.5s ease-in-out;
}
.rightMenuHolderItem
{
    margin: 0px 3px;
}
.rightMenuHolderItem img
{
    width: 42px;
}
.rightMenuHolderItem a
{
    padding: 5px 0px;
    /* background-color: #5082A3; */
    text-align: center;
    text-decoration: none;
    color: #292929;
    font-weight: 400;
    font-size: 16px;
    border-radius: 0px;
    cursor: pointer;
}
.rightMenuHolderItem a:hover
{
    color: #292929;
}
.rightMenu
{
    display: block;
}
.languageSmall
{
    display: none;
    position: absolute;
    top:32px;
    right: 76px;
}
.languageSmall a
{
    text-decoration: none;
    color: #292929;

}
.languageSmall img
{
    width: 32px;
    animation: brand 1.5s ease-in-out;
}
/* navigation end */

/* hero start */
#hero
{
    /* height: 80vh; */
    padding: 300px 0px;
    position: relative;
    background-image: url(IMG/bg.jpg);
    background-size: cover;
    background-position: center;
    box-shadow: 0px 0px 5px 5px #e8e8e8;
}
.heroCon
{
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}
.heroCon h1
{
    font-size: 80px;
    font-weight: 800;
    color: #353535;
}
.heroCon p
{
    font-size: 22px;
    margin-bottom: 30px;
}
.heroCon a
{
    background-color: #2685C3;
    padding: 15px 35px;
    /* border-radius: 30px; */
    color: white;
    text-decoration: none;
    font-weight: 600;
    transition: 0.1s ease-in-out;
    animation: heroBtn 0.2s ease-in-out alternate 1000;
}
@keyframes heroBtn
{
    0%
    {
        transform: scale(1.0);
    }
    100%
    {
        transform: scale(1.02);
    }
}
.heroCon a:hover
{
    color: white;
    box-shadow: 0px 5px 30px 10px #e6e6e6;
}
/* hero end */

/* projects start */
#projects
{
    padding: 100px 0px;
    background-color: #F3F3F3;
    box-shadow: 0px 0px 5px 5px #e8e8e8;

}
#projects a img
{
    border-radius: 10px 10px 0px 0px;
}
#projects a
{
    text-decoration: none;
    transition: 0.3s ease-in-out;
    border-radius: 0px;
}
#projects a:hover
{
    transform: scale(1.05);
}
#projects a p
{
    background-color: white;
    text-align: center;
    padding-bottom: 5px;
    color: #353535;
    font-size: 14px;
    border-bottom: 1px solid #3A3A3A;
    font-weight: 500;
}

#projects a p i
{
    font-weight: 500;
    color: #3A3A3A;
}
.projectsBtn
{
    background-color: #2685C3;
    text-decoration: none;
    color: white;
    text-align: center;
    max-width: 80%;
    padding: 10px 50px;
    font-weight: 600;
    transition: 0.1s ease-in-out;
    display: block;
    margin: auto;
    max-width: 250px;
    border-radius: 0px;
}
.projectsBtn:hover
{
    color: white;
    box-shadow: 0px 5px 30px 10px #e6e6e6;
}
/* projects end */

/* services start */
#services
{
    padding: 100px 0px;
}
.servicesHolder
{
    background-color: #f1f1f1;
    height: auto;
    padding-bottom: 30px;
    /* border-radius: 30px; */
    margin: 20px 0px;
}
#sertitle1
{
    background-image: url(IMG/bigbg.jpg);
    background-size: cover;
    height: 250px;
    position: relative;
}
#sertitle2
{
    background-image: url(IMG/webshop.jpg);
    background-size: cover;
    height: 250px;
    position: relative;
}
#sertitle3
{
    background-image: url(IMG/seo.jpg);
    background-size: cover;
    height: 250px;
    position: relative;
}
#sertitle4
{
    background-image: url(IMG/odr.jpg);
    background-size: cover;
    height: 250px;
    position: relative;
}
.servicesHolder h3
{
    padding: 10px 10px;
    color: #353535;
    font-weight: 700;
    text-align: center;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    color: white;
    font-size: 30px;
}
.servicesHolder p
{
    padding: 10px 5px;
    text-align: center;
    color: #303030;
    font-weight: 500;
}
.serBtn
{
    display: block;
    margin: auto;
    color: #353535;
    text-decoration: none;
    text-align: center;
    font-weight: 700;
    max-width: 80%;
    font-size: 16px;
}
.serBtn:hover
{
    color: #353535;
    /* box-shadow: 0px 5px 30px 10px #e6e6e6; */
}
/* services end */

/* messages start */
#messages
{
    background-image: url(IMG/bigbg.jpg);
    background-size: cover;
    background-position: left;
    animation: messages 20s ease-in-out alternate 1000;
}
@keyframes messages
{
    0%
    {
        background-position: left;
    }
    100%
    {
        background-position: right;
    }
}
.messagesCon h3
{
    font-size: 80px;
    font-weight: 700;
    color: white;
}
.messagesCon p
{
    font-size: 22px;
    color: white;
}
.messagesCon a
{
    background-color: white;
    text-decoration: none;
    color: #353535;
    text-align: center;
    max-width: 80%;
    padding: 10px 50px;
    font-weight: 600;
    transition: 0.1s ease-in-out;
}
.messagesCon a:hover
{
    color: #353535;
}
.messages-overlay
{
    padding: 200px 0px;
    /* background-color: rgba(0, 0, 0, 0.7); */
}

/* messages end */

/* about start */
#about
{
    padding: 100px 0px;
    background-color: #F3F3F3;
    box-shadow: 0px 0px 5px 5px #e8e8e8;

}
#about p
{
    font-size: 18px;
}
.aboutBtn
{
    background-color: #2685C3;
    text-decoration: none;
    color: white;
    text-align: center;
    max-width: 80%;
    padding: 10px 50px;
    font-weight: 600;
    transition: 0.1s ease-in-out;
    display: block;
    margin: auto;
    max-width: 250px;
}
.aboutBtn:hover
{
    color: white;
    box-shadow: 0px 5px 30px 10px #e6e6e6;
}
/* about end */

/* contact start */
#contact 
{
    padding: 100px 0px;
}
#contactInfo
{
    padding: 100px 0px;
    background-color: #f9f9f9;

}
#contact input, textarea
{
    width: 100%;
    margin: 5px 0px;
    padding: 5px 15px;
    outline: none;
    border: 1px solid rgb(179, 179, 179);
    border-radius: 0px;
}
#contact textarea
{
    margin-top: 5px;
    padding: 5px 15px;
    border-radius: 0px;

}
#contact button
{
    padding: 10px 50px;
    background-color: #2685C3;
    color: white;
    border: 0px;
    outline: 0px;
    margin-top: 15px;
    font-weight: 600;
}
.contactIconHolder img
{
    width: 32px;
    margin-right: 10px;
}
.contactIconHolder
{
    margin: 15px 0px;
}
.contactIconHolder a
{
    text-decoration: none;
    color: #3A3A3A;
}
.contactIconHolder a:hover
{
    color: #3A3A3A;
}
#provera
{
    display: none;
}

/* contact end */

/* footer start */
#footer img
{
    width: 150px;
    display: block;
    margin: auto;
    margin-bottom: 30px;
}
#footer
{
    background-color: #353535;
    height: auto;
    padding: 50px 0px;
}
.footerBtn
{
    border-top: 1px solid rgb(92, 92, 92);
    margin-top: 20px;
}
.footerBtn p
{
    padding-top: 10px;
    color: #e6e6e6;
}
#footer ul
{
    list-style: none;
}
#footer ul li a
{
    color: white;
    text-decoration: none;
}
#footer ul li a i
{
    padding-right: 5px;
}
#footer form label
{
    color: white;
}
#footer form input
{
    width: 100%;
    margin-bottom: 5px;
    outline: none;
    border: 0px;
    padding: 5px 10px;
    border-radius: 0px;

}
#footer form button
{
    padding: 10px 40px;
    background-color: #2685C3;
    color: white;
    border: 0px;
    outline: navajowhite;
    font-weight: 600;

}
/* footer end */


/* keyframes start */
@media only screen and (max-width:768px)
{
    #my-form-button
    {
        display: block;
        margin: auto;
    }
    #hero
    {
        padding: 240px 0px;
    }
    #footer ul
    {
        margin-left: -30px;
    }
    .heroCon
    {
        position: static;
        /* top: 10%;
        transform: translateX(-10%); */
        margin-top: -70px;
        
    }
    .heroCon h1
    {
        font-size: 42px;
        font-weight: 700;
        color: #353535;
        text-align: center;
    }
    .title h2
    {
        font-weight: 700;
        font-size: 36px;
        color: #353535;
        width: 90%;
        display: block;
        margin: auto;
    }
    .title
    {
        /* margin-left: 50px; */
        width: 100%;
    }
    .titleLine
    {
        height: 14px;
        margin-top: -20px;
    }
    .heroCon p
    {
        font-size: 22px;
        margin-bottom: 30px;
        text-align: center;
    }

    .heroCon a
    {
        display: block;
        margin: auto;
        text-align: center;
        max-width: 80%;
    }
    #about p
    {
        text-align: justify;
    }
    .aboutBtn
    {
        background-color: #2685C3;
        text-decoration: none;
        color: white;
        text-align: center;
        max-width: 80%;
        padding: 10px 50px;
        font-weight: 600;
        display: block;
        margin: auto;
        transition: 0.1s ease-in-out;
    }
}

@media only screen and (max-width:576px)
{
    #hero
    {
        background-image: url(IMG/smallbg.jpg);
        /* background-color: red; */
        background-size: cover;
        background-position: bottom;
        /* height: 60vh; */
        background-attachment: scroll;
        /* padding: 0px 0px 180px; */
    }
    #margin
    {
        margin-left: 3px;
    }
    .rightMenu
    {
        display: none;
    }
    .languageSmall
    {
        display: block;
        position: absolute;
        top: 15px;
        right: 70px;
        color: #4297CF;
    }
    #contactInfo button
    {
        padding: 10px 35px;
        background-color: #4297CF;
        color: white;
        border: 0px;
        outline: 0px;
        margin-top: 10px;
        font-weight: 600;
        width: 200px;
        display: block;
        margin: auto;
    }
    #projects a p
    {
        background-color: white;
        text-align: center;
        padding-bottom: 5px;
        color: #353535;
        font-size: 12px;
    }
    #projectsPage a p
    {
        background-color: white;
        text-align: center;
        padding-bottom: 5px;
        color: #353535;
        font-size: 12px;
    }
    .messagesCon h3
    {
        font-size: 35px;
        font-weight: 700;
        color: white;
        width: 100%;
    }

}
@media only screen and (max-width: 450px)
{
    .contactForm
    {
        margin-top: 25px;
    }
}
/* keyframes end */




/* projects start */
#projectsHero
{
    height: 80vh;
    position: relative;
    background-size: cover;
    background-position: center;
    background-image: url(IMG/bg.jpg);
}
.projectsCon
{
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}
.projectsCon h1
{
    font-size: 60px;
    font-weight: 800;
    color: #353535;
}
.projectsCon p
{
    font-size: 22px;
    margin-bottom: 30px;
}
.projectsCon a
{
    background-color: #2685C3;
    padding: 15px 35px;
    color: white;
    text-decoration: none;
    font-weight: 600;
    transition: 0.1s ease-in-out;
    animation: heroBtn 0.2s ease-in-out alternate 1000;
}
/* projects end */

/* projects start */
#projectsPage
{
    padding: 100px 0px;
    background-color: #F3F3F3;
}
#projectsPage a img
{
    border-radius: 10px 10px 0px 0px;
}
#projectsPage a
{
    text-decoration: none;
    transition: 0.3s ease-in-out;
}
#projectsPage a:hover
{
    transform: scale(1.05);
}
#projectsPage a p
{
    background-color: white;
    text-align: center;
    padding-bottom: 5px;
    color: #353535;
    font-size: 14px;
    border-bottom: 1px solid #3A3A3A;
    font-weight: 500;
}

#projectsPage a p i
{
    font-weight: 500;
    color: #3A3A3A;
}
.projectsBtn
{
    background-color: #2685C3;
    text-decoration: none;
    color: white;
    text-align: center;
    max-width: 80%;
    padding: 10px 50px;
    border-radius: 30px;
    font-weight: 600;
    transition: 0.1s ease-in-out;
    display: block;
    margin: auto;
    max-width: 250px;
}
.projectsBtn:hover
{
    color: white;
    box-shadow: 0px 5px 30px 10px #e6e6e6;
}
/* projects end */

 @media (max-width: 400px) and (max-height: 700px) 
 {
    #projectsHero
    {
        height: 80vh;
        background-image: none;
        background-color: white;
    }
 }
/*
{
    #hero
    {
        background-color: red;
        height: 80vh;
    }
    #hero h1
    {
        color: green;
    }
}
@media (max-width: 400px) and (max-height: 600px) 
{
    #hero h1
    {
        color: blue;
    }
}
@media (max-width: 400px) and (max-height: 500px) 
{
    #hero h1
    {
        color: rebeccapurple;
    }
} */


/* Stilovi za ikonicu podrĂ…Âˇke */

#supportIcon img
{
  width: 40px;
}

#supportIcon {
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 155500; /* Osigurava da je ikonica iznad ostalih elemenata */
    cursor: pointer;
    background-color: #2685C3;
    border-radius: 50%;
    padding: 5px;
  }
  
  /* Stilovi za modal */
  .modal {
    display: none; /* Skriva modal dok se ne aktivira */
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    filter: blur(50);
    background-color: rgba(0,0,0,0.5); /* Poluprozirna pozadina */
    z-index: 1001; /* Osigurava da je modal iznad ikonice i ostalih elemenata */
  }
  
  .modal-content {
    position: relative;
    background-color: #fefefe;
    margin: 5% auto; /* Centrira modal i daje mu malo vertikalnog prostora */
    padding: 20px;
    border: 1px solid #888;
    width: 40%; /* Maksimalna Ă…Âˇirina modala */
    max-width: 40%; /* OgraniĂ„ÂŤava maksimalnu Ă…Âˇirinu */
    box-shadow: 0 4px 8px 0 rgba(0,0,0,0.5), 0 6px 20px 0 rgba(0,0,0,0.19);
  }
  
  .close {
    color: #aaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
  }
  
  .close:hover,
  .close:focus {
    color: black;
    text-decoration: none;
    cursor: pointer;
  }
  
  /* Medija upiti za bolju prilagodljivost na manjim ekranima */
  @media (max-width: 768px) {
    .modal-content {
      width: 90%; /* PoveĂ„â€ˇava Ă…Âˇirinu modala na manjim ekranima */
      max-width: 90%; /* Postavlja maksimalnu Ă…Âˇirinu za manje ekrane */
      margin: 10% auto; /* PoveĂ„â€ˇava vertikalni prostor zbog manje visine ekrana */
    }
  }
  .modal-content form input, textarea
  {
    margin: 10px 0px;
    width: 100%;
    border: 1px solid #c1c1c1;
    padding: 5px;
    outline: none;
    border-radius: 0px;
  }
  .modal-content form button
  {
    padding: 10px 35px;
    outline: none;
    border: none;
    background-color: #4297CF;
    color: white;
    font-weight: 600;
    margin-top: 15px;
    display: block;
    margin: auto;
  }

  .close {
    color: #aaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
  }
  
  .close:hover,
  .close:focus {
    color: black;
    text-decoration: none;
    cursor: pointer;
  }

  .titleHolder
  {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .modal-content form
  {
    width: 100%;
  }
  .blur {
    filter: blur(80px);
}