* {
    margin: 0;
    padding: 0;
}

.after-header {
    background: radial-gradient(circle at 10% 20%, rgb(183, 219, 87) 0.1%, rgb(85, 149, 27) 90%);
    margin-top: 10px;
    margin-left: 10rem;
    margin-right: 10rem;
    height: 60px;
    color:white;
    font-family:'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif ;
    transition: background-color 0.3s ease, opacity 1s ease;
    border-radius: 50px;
    opacity: 1;
}

.after-header.scrolled {
    opacity: 0;
}

.after-header i {
    font-size: 22px;
    margin-top: 20px;
}

.after-header i {
    color: white;
}

.after-header p {
    margin-top: 20px;
    margin-left: 10px;
}

.after-header a {
    color: white;
    text-decoration: none;
}

.prevod {
    color: white;
    font-style: normal;
    font-size: 0.8rem;
    font-family: Arial, Helvetica, sans-serif;
    transition: 0.4s;
    padding-left: 10px;
}

.prevod:hover {
    color: #72aa2d;
    text-decoration: none;
} 

#main {
    display: block;
    position: fixed;
    box-shadow: 5px 4px 22px rgba(0, 0, 0, 0.7);
    width: 100%;
    height: 110px;
    background-color: #232323;
    transition: background-color 0.3s ease, opacity 1s ease;
    z-index: 9999;
}

#main.zalepljeno {
    z-index: 9999;
} 

.main .mainmenu {
    list-style: none;
    margin-top: 41.5px;
    position: fixed;
}

.main .mainmenu li {
    display: inline-block;
    z-index:1;
    font-family: 'Montserrat', sans-serif;
    padding-left: 2.2rem;
    margin-right: -15px;
}

.main .mainmenu .obicnibtn a {
    color: white;
    transition: 0.3s;
    position: relative;
    text-decoration: none;
    font-weight: bold;
    padding: 7px;
}

.main .obicnibtn a:after {
  position: absolute;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 0%;
  content: '.';
  color: transparent;
  background: #72aa2d;
  height: 3px;
  transition: 0.5s;
  border-radius: 25px;
}

.main .obicnibtn a:hover:after {
  width: 100%;

}

.main .mainmenu .obicnibtn a.active{
    color: #72aa2d;
 }

.main .mainmenu .kontaktbtn a {
    border: solid 2px white;
    text-transform: uppercase;
    border-radius: 10px;
    padding: 12px;
    color: white;
    font-weight: bold;
    transition: 0.5s;
}

.main .mainmenu .kontaktbtn a:hover {
    text-decoration: none;
    border-radius: 25px;
    box-shadow: 0 0 15px #72aa2d; /* Dodajte sjaj u boji #72aa2d */
    border-color: #72aa2d;
}

.main .mainmenu .kontaktbtn a.active {
    text-decoration: none;
    color: #72aa2d;
}

.main .navbar {
    color: white;
    z-index: 10002;
    margin-top: 25px;
    font-size: 1.5rem;
    display: none;
    justify-content: flex-end;
}

.main .navbar i:active {
    color: #72aa2d;
}

.main img {      
    margin-top: 12.5px;  
    margin-left: -15px;                  
    z-index:1;
    height: 85px;
    user-select: none;
    -moz-user-select: none;
    -webkit-user-drag: none;
    -webkit-user-select: none;
    -ms-user-select: none;
}

.dropmenu .navbar {
    color: green;
    margin-top: 45px;
    margin-left: 300px;
}

.dropmenu .navbar i:active {
    color: gray;
}

.dropmenu {
    list-style-type: none;
    left: -375px;
    height: 1586px;
    position: fixed;    
    /* From https://css.glass */
    background: rgba(0, 0, 0, 0.5);
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
    backdrop-filter: blur(17.9px);
    -webkit-backdrop-filter: blur(17.9px);
    overflow: hidden;
    z-index: 10001;
    transition: left 0.5s ease, right 0.5s ease;
    color: black;
}

.dropmenu.open{
    left: 0px;
    width: 375px;
    height: 1586px;
    display: block;
    z-index: 10000;
    overflow: hidden;
}

.dropmenu li{
    justify-content: start;
    align-items: start;
    text-align: start;
    padding: 1rem;
    display: flex;
    top: 50px;
    text-decoration: none;
    color: black;
    text-decoration: none;
    transform: translateX(0);
    position: relative;
    z-index: 3;
    overflow: hidden;
}

.dropmenu .obicnibtn a {
    color: white;
    transition: 0.1s;
    font-family:Verdana, Geneva, Tahoma, sans-serif;
    font-size: 1.3rem;
    text-decoration: none;
}

.dropmenu .obicnibtn a:active {
    color: #72aa2d;
}

.dropmenu .kontaktbtn a {
    color: white;                                                                       /* OVDE */
    font-weight: bold;
    text-decoration: none;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 1.3rem;
}

.dropmenu .kontaktbtn a:active {
    color: #72aa2d;
}

.dropmenu .prevod a {
    color: white;
}

.herosection {
    height: 100vh;
    background-image: url("images/pozadinapng.png"); 
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    background-color: black;
    color: white;
}

.herosection h1 {
    margin-top: 20rem;
    font-size: 4rem;
    text-align: start;
}

.herosection h2 {
    margin-top: 2.5rem;
    text-align: start;
    font-size: 1rem;
    color: #72aa2d;
}

.herosection h3 {
    margin-top: 2rem;
    font-size: 1rem;
}

.herosection h3 a{
    
    text-decoration: none;
    border: solid 2px white;
    text-transform: uppercase;
    padding: 12px;
    color: white;
    display: inline-block;
    min-width: 30%;
    border-radius: 3px;
    text-align: center;
    transition: 0.6s;
    margin-top: 1rem;;
}

.herosection h3 a:hover{
    background-color: #72aa2d;
    box-shadow: 0 0 15px #72aa2d;
}

.preherosection2 {
    height: 100px;
    background: radial-gradient(circle at 10% 20%, rgb(85, 149, 27) 0.1%, rgb(183, 219, 87) 90%);
    color: white;
}

.herosection2 {
    height: 850px;
    background-color: #e8e8e8;
    color: black;
}

.preherosection2 h1 {
    display: block;
    font-size: 5rem;
    font-weight: bolds;
}

.herosection2 .col-lg-7 {
    margin-top: 6rem;
}

.herosection2 p {
    padding-bottom: 10px;
    font-size: 1.1rem;
    font-family: "Montserrat";
    text-align: start;
}

.herosection2 h3 {
    padding-top: 50px;
    font-size: 0.9rem;
    font-family: "Montserrat";
    color: #72aa2d;
    font-weight: bold;
    text-align: start;
}

.herosection2 img {
    margin-top: 6rem;
    border-radius: 15px;
    filter: drop-shadow(1px -2px 12px #72aa2d);
}

.herosection2 .bonitetnaocena {
    padding-top: 15px;
    color: black;
    font-size: 0.84rem;
    text-align: center;
}

.herosection3 {
    height: 1000px;
    background-color: white;
    color: black;
    text-align: center;
    padding-top: 6rem;
}

.unutarkolonehero3 {
    padding: 1rem;
    background-color: #e8e8e8;
    border-radius: 15px;
    height: 550px;
}

.herosection3 h1{
    font-family: arial;
    margin-top: 1rem;
    padding-bottom: 5rem;
    font-family: Montserrat;
    font-weight: bold;
    color: #72aa2d;
}

.herosection3 img {
    padding-top: 1rem;
}

.herosection3 h2{
    padding-top: 1.5rem;
    font-size: 1.6rem;

}

.herosection3 h3 {
    padding-top: 3rem;
    font-size: 1rem;
    color:gray;
    text-align: center;
}

.herosection3btn {
    margin-top: 2rem;
    position: absolute;
    bottom: 2rem;
    left: 50%;
    transform: translateX(-50%);
    margin-top: 2rem;
    min-width: 70%;
}

.herosection3btn a {
    text-decoration: none;
    border: solid 2px green;
    padding: 10px;
    color: green;
    display: inline-block;
    min-width: 70%;
    border-radius: 20px;
    text-align: center;
    transition: 0.6s;
    margin-top: 1rem;
}

.herosection3btn a:hover {
    text-decoration: none;
    background-color: #72aa2d;
    box-shadow: 0 0 5px #72aa2d;
    color: white;
}

/* POSEBAN CSS ZA USLUGE PODELJEN*/

/*Racunovodstvo-usluge*/

.posebanherosection3 {
    height: 1000px;
    background-color: white;
    color: black;
    text-align: center;
    padding-top: 6rem;
}

.posebanherosection3 h2 {
    margin-top: 1rem;
    padding-bottom: 50px;
    text-align: center;
}

.unutarkolonehero3-posebno img {
    margin-top: 10rem;
}

.posebanherosection3lista {

    text-align: start;
}

.unutarkolonehero3-posebno {
    margin-top: 9rem;
    padding: 1rem;
    background-color: #e8e8e8;
    border-radius: 15px;
    height: 550px;
}


/*KRAJ Racunovodstvo-usluge*/

/* KRAJ POSEBAN CSS ZA USLUGE PODELJEN*/

.dodatnihero {
    height: 400px;
    color: white;
    background: radial-gradient(circle at 10% 20%, rgb(85, 149, 27) 0.1%, rgb(183, 219, 87) 90%);
    justify-content: center;
    align-items: center;
}

.klijentslika {
    background-color: white;
    border-radius: 12px;
    padding: 0.4rem;
}

.naslovklijent  {
    background-color: radial-gradient(circle at 10% 20%, rgb(85, 149, 27) 0.1%, rgb(183, 219, 87) 90%);
    height: 100px;
}

.dodatnihero h1 {
    margin-top: 15px;
    font-size: 2.3rem;
    text-transform: uppercase;
    font-family: Montserrat;
    font-weight: bold;
}

.dodatnihero h2 {
    margin-top: 1px;
    font-size: 0.8rem;
    text-transform: uppercase;
    font-family: Montserrat;
    font-weight: bold;
    color: gray;
}

.dodatnihero .row.owl-carousel {
    margin-left: auto;
    margin-right: auto;
}

.dodatnihero .col {
    margin-top: 4rem;
}

.herosection4 {
    height: 700px;
    background-color: #e8e8e8; /* BILO JE #FBFBF3 */
}

.naslovhsc4 {
    margin-top: 40px;
    padding-bottom: 6rem;
    font-size: 3.5rem;
    font-family: Montserrat;
    font-weight: bold;
    color: black;
}

.herosection4 h2{
    font-size: 1rem;
    padding: 0.2rem;
}

.herosection4 h2 i{
    color: #72aa2d;
    font-size: 1.3rem;
}

.herosection4 h2 a {
    color: black;
}

.herosection4 h2 a:hover {
    text-decoration: none;
}

.googlemaps {
    filter: saturate(90%);

}

.herosection4h1{
    color: black;
    font-weight: bold;
    font-family: Montserrat;
    font-size: 2rem;
}

.forma {
    margin-top: 1.5rem;
}

.forma form {
    width: 100%;
}

.forma input,
.forma textarea{
    width: 80%;
}

.forma input {
    border-top: transparent;
    border-left: transparent;
    border-right: transparent;
    outline: black;
    background-color: transparent;
    padding: 0.8rem;
    margin-top: 1.5rem;
}

.forma textarea {
    border-left: transparent;
    border-right: transparent;
    border-top: transparent;
    border-width: 2px;
    outline: black;
    background-color: transparent;
    padding: 0.5rem;
    resize: none;
    margin-top: 1rem;
    height: 10rem;
}

.h-captcha {
    margin-top: 1rem;
}

.forma button {
    padding: 0.5rem;
    margin-top: 1rem;
    background-color: rgb(86, 175, 86);
    border-color: transparent;
    color: white;
    transition: 0.3s;
    width: 80%;
    font-weight: bold;
    border-radius: 20px;
}

.forma button:hover {
    background-color: rgb(0, 182, 0);
    color: white;
}

.footer {
    height: 400px;
    background-color: rgb(5, 5, 5);
    border-top: solid 6px gray;
    color: white;
}

.footer .col {
    border-left: solid 1px gray;
    border-right: solid 1px gray;
    border-width: 50%;
    margin-top: 8rem;
}

.footerfon {
    margin-top: 5rem;
    text-align: center;
}

.footerfon a {
    color: white;
    text-decoration: none;  
}

.footeremail {
    margin-top: 4.5rem;
    text-align: center;
}

.footeremail a {
    color: white;
    text-decoration: none;
}

.footer .footernavbar {
    font-size: 0.8rem;  
    margin-top: 8rem;
    text-align: center;
    text-decoration: none;
    list-style:inside;
}

.footer .footernavbar li {
    font-family: 'Montserrat', sans-serif;;
    text-decoration: none;
    padding: 0.5rem;
}

.footer .footernavbar a {
    color: white;
    transition: 0.3s;
}

.footer .footernavbar a:hover {
    color: #72aa2d;
    text-decoration: none;
}

.after-footer h3 {
    color: white;
    text-align: center;
    font-size: 0.8rem;
    margin-top: 1.5rem;
    font-family: "Arial";
}

.footer h2 {
     font-size: 1.2rem;
     font-family:'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
}

.footer h3 {
    font-size: 0.8rem;
    font-weight: 100;
}

.footer img {
    margin-top: 6rem;
    height: 150px;
    width: 150px;
    user-select: none;
    -moz-user-select: none;
    -webkit-user-drag: none;
    -webkit-user-select: none;
    -ms-user-select: none;
}

.after-footer {
    height: 60px;
    background-color: black;
}

.footer p {
    margin-top: -2.15rem;
    font-size: 0.8rem;
    font-family: 'Times New Roman', Times, serif;
}