body {
  background-color: #fff;
  position: relative;
  overflow-x: hidden;
  font-family:"Open Sans", sans-serif !important;
}

a {
  color:  #333;
  text-decoration: none;
}

a:hover {
  text-decoration: none;
  color:  #333;
}

html {
  scroll-behavior: smooth; /* Omogućava glatko skrolanje */
}

.font {
  font-optical-sizing: auto !important;
  letter-spacing:0.15px !important;
  vertical-align:baseline !important;
  line-height:25.6px !important;
  font-family:"Open Sans", sans-serif !important;
  font-size:16px !important;
  color:#333333 !important;
  color:rgb(51, 51, 51) !important;
  background-color:#000000 !important;
  background-color:rgba(0, 0, 0, 0) !important;
  font-weight:400 !important;
  font-style:normal !important;
  font-variant:normal !important;
  text-transform:none !important;
  text-decoration:none solid rgb(51, 51, 51) !important;
  text-align:none solid rgb(51, 51, 51) !important;
  text-indent:0px !important;
  font-variation-settings:
    "wdth" 100;
  }

  .font2 {
    font-optical-sizing: auto !important;
    letter-spacing:0.15px !important;
    vertical-align:baseline !important;
    line-height:27.6px !important;
    font-family:"Open Sans", sans-serif !important;
    font-size:24px !important;
    color:#333333 !important;
    color:rgb(51, 51, 51) !important;
    background-color:#000000 !important;
    background-color:rgba(0, 0, 0, 0) !important;
    font-weight:400 !important;
    font-style:normal !important;
    font-variant:normal !important;
    text-transform:none !important;
    text-decoration:none solid rgb(51, 51, 51) !important;
    text-align:none solid rgb(51, 51, 51) !important;
    text-indent:0px !important;
    font-variation-settings:
    "wdth" 100;
    }


    .font3 {
      font-optical-sizing: auto !important;
      letter-spacing:0.15px !important;
      vertical-align:baseline !important;
      line-height:25.6px !important;
      font-family:"Open Sans", sans-serif !important;
      font-size:16px !important;
      color:#333333 !important;
      color:rgb(51, 51, 51) !important;
      background-color:#000000 !important;
      background-color:rgba(0, 0, 0, 0) !important;
      font-weight:700 !important;
      font-style:normal !important;
      font-variant:normal !important;
      text-transform:none !important;
      text-decoration:none solid rgb(51, 51, 51) !important;
      text-align:none solid rgb(51, 51, 51) !important;
      text-indent:0px !important;
      font-variation-settings:
    "wdth" 100;
      }

  .font1 {
    font-optical-sizing: auto !important;
    letter-spacing:0.15px !important;
    vertical-align:baseline !important;
    line-height:27.6px !important;
    font-family:"Open Sans", sans-serif !important;
    font-size:26px !important;
    color:#505050 !important;
    color:#505050 !important;
    background-color:#000000 !important;
    background-color:rgba(0, 0, 0, 0) !important;
    font-weight:700 !important;
    font-style:normal !important;
    font-variant:normal !important;
    text-transform:none !important;
    text-decoration:none solid rgb(51, 51, 51) !important;
    text-align:none solid rgb(51, 51, 51) !important;
    text-indent:0px !important;
    font-variation-settings:
    "wdth" 100;
    }

    .font4 {
      font-optical-sizing: auto !important;
      letter-spacing:0.15px !important;
      vertical-align:baseline !important;
      line-height:30.6px !important;
      font-family:"Open Sans", sans-serif !important;
      font-size:36px !important;
      color:#333333 !important;
      color:rgb(51, 51, 51) !important;
      background-color:#000000 !important;
      background-color:rgba(0, 0, 0, 0) !important;
      font-weight:700 !important;
      font-style:normal !important;
      font-variant:normal !important;
      text-transform:none !important;
      text-decoration:none solid rgb(51, 51, 51) !important;
      text-align:none solid rgb(51, 51, 51) !important;
      text-indent:0px !important;
      font-variation-settings:
    "wdth" 100;
      }
  
      .color-orange {
        color: rgb(237, 169, 108);
      }



      /*

Kartice

*/

.pagetitle {
  font-size: 2.5em;
  padding:  1.5em 0;
  font-weight: bold;
  text-align: center;

}

.realestateslisttitle {
  text-align: center;
  font-size: 1.2em;
}

.kartice {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  height: 75vh;
  flex-wrap: wrap;
}

.kartica1 {
  width: 20vw;
  height: auto;
  background-color: #f7f7f7; 
  border: none; 
  border-radius: 10px;
  padding: 4px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-right: 15px;
  overflow: hidden !important;
  position: relative;
  transition: transform 0.3s ease;
}


.kartica1:hover .person-image {
  transform: scale(1.05); /* Povećava sliku za 10% prilikom hovera */
  filter: brightness(1.1);
}

.person-image-container {
  width: 100%;
  height: 100%; 
  display: flex;
  justify-content: center;
  align-items: center;
}

.person-image {
  width: 100%;
  height: 350px; 
  object-fit: cover;
  border-radius: 10px 10px 0 0; 
  transition: transform 0.3s;
  overflow: hidden !important;
}

.person-image:hover {
  transform: scale(1.1); 
}

.person-name {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 10px;
  transition: color 0.3s; 
  color: rgb(152, 94, 249);
  margin-top: 20px;
}

.person-name:hover {
  color: rgb(152, 94, 249);
}

.hoverimg:hover {
  filter: brightness(1.1);
}

.social-media-icons {
  display: flex;
  justify-content: center;
  margin-top: 20px;
}


.kon1 {
  position: relative;
  padding: 10px 20px;
  font-size: 16px;
  color: white;
  background-color: rgb(152, 94, 249) !important; /* Plava boja */
  border-style: solid !important;
  border-radius: 5px;
  text-decoration: none; /* Uklanja podcrtavanje */
  transition: background-color 0.3s; /* Efekt prelaza */
  z-index: 100;
  margin-bottom: 20px;
}

.btn:hover {
  background-color: rgb(152, 94, 249) !important; /* Tamnija plava boja pri hoveru */
  z-index: 100;
  color: white !important;
}

.person-description {
  width: 92%;
}

.des {
  width: 100%;
  text-align: center;
  padding: 0% 5%;
}


.kontejner-uzi {
  padding: 0 10vw;
}

.kontejner-desno-uze {
  padding-right: 10vh;
}

.text-left {
  text-align: left !important;
}



/*

SLAJDER ABOUT

*/


.custom-carousel-about {
  width: 40vw !important; /* Širina karusela */
  max-width: 800px !important; /* Maksimalna širina za veće ekrane */
  margin: 0 auto !important; /* Centriranje karusela */
  overflow: hidden !important; /* Osigurava da sadržaj ne izlazi iz kontejnera */
  margin-bottom: 2vh !important;
}

.carousel-inner-about {
  height: 75vh !important; /* Postavite željenu visinu karusela */
}

.carousel-item-about {
  height: 100% !important; /* Osigurava da svaki item zauzima punu visinu karusela */
}

.carousel-item-about img {
  height: 100% !important; /* Slike će se prilagoditi visini karusela */
  width: 100% !important; /* Slike će se prilagoditi širini karusela */
  object-fit: cover !important; /* Održava proporcije slika bez izobličenja */
  object-position: center !important; 
}
.carousel-item {
  transition: opacity 0.5s ease-in-out; /* Smooth transition for opacity */
}

.carousel-item-next,
.carousel-item-prev,
.carousel-item.active {
  display: block; /* Ensure all items are displayed */
  opacity: 0; /* Start with opacity 0 */
}

.carousel-item.active {
  opacity: 1; /* Active item is fully visible */
}




/*

LOGO SLIDER

*/


.logo-slider {
  overflow: hidden;
  width: 100%; /* Prilagodi prema potrebi */
  display: flex;
  justify-content: center;
  background-color: white;
}

.logo-track {
  display: flex;
  gap: 20px;
  animation: scroll 15s linear infinite;
  /* Postavljamo širinu da pokrije cijeli niz logotipa */
  width: calc(159%); /* Za kontinuiranu animaciju */
  margin-top: 10px;
  margin-bottom: 10px;
}

.logo-track img {
  width: 237px; /* Prilagodba širine logotipa */
  height: auto;
}

/* Kontinuirana animacija */
@keyframes scroll {
  0% {
      transform: translateX(0);
  }
  100% {
      transform: translateX(-50%);
  }
}



/*

PRICE CARD

*/

.box-container {
  align-items: center;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  padding: 35px 15px;
  width: 100%;
  height: 130vh;
}

@media screen and (min-width:1024px) {
  .box-container {
    flex-direction: row
  }
}

.box-item {
  position: relative;
  -webkit-backface-visibility: hidden;
  width: 26%;
  margin-bottom: 35px;
  max-width: 100%;
  display: inline-block;
  height: 100%;
}

.flip-box {
  width: 100%;
  height: 100%;
  position: relative; /* Sprečava preklapanje front/back strana */
  transform-style: preserve-3d; /* Omogućava 3D efekat */
  perspective: 1000px;
}

.flip-box-front,
.flip-box-back {
  position: absolute;
  width: 100%;
  height: 100%;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  transition: transform 0.7s cubic-bezier(0.4, 0.2, 0.2, 1);
  border-radius: 8px;
}

.flip-box-front {
  transform: rotateY(0deg);
}

.flip-box-back {
  transform: rotateY(180deg);
}


.flip-box .inner {
  position: absolute;
  left: 0;
  width: 100%;
  padding: 45px;
  outline: 1px solid transparent;
  -webkit-perspective: inherit;
  perspective: inherit;
  z-index: 2;
  
  transform: translateY(-50%) translateZ(60px) scale(.94);
  -webkit-transform: translateY(-50%) translateZ(60px) scale(.94);
  -ms-transform: translateY(-50%) translateZ(60px) scale(.94);
  top: 50%;
}

.flip-box-header {
  font-size: 34px;
}

.flip-box-header-mini {
  font-size: 22px;
}

.flip-box p {
  font-size: 20px;
  line-height: 1.5em;
}

.flip-box-img {
  margin-top: 25px;
  width: 40%;
}

.flip-box-button {
  background-color: transparent;
  border: 2px solid #fff;
  border-radius: 2px;
  color: #fff;
  cursor: pointer;
  font-size: 20px;
  font-weight: bold;
  margin-top: 25px;
  padding: 15px 20px;
  text-transform: uppercase;
}

.text-center {
  text-align: center;
}

.color-white {
  color: #fff !important;
}


.flipped .flip-box-front {
  transform: rotateY(-180deg);
}

.flipped .flip-box-back {
  transform: rotateY(0deg);
}


/*

FAQ

*/

.faq-question {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 10px;
}

.faq-question-text {
  width: 80%;
  font-weight: bold;
}

.faq-question-icon {
  width: 8%;
  text-align: right;
  position: relative;
  top: 0;
}

.faq-answer {
  margin-top: 10px;
  padding-left: 0;
  padding-right: 20px;
}

.faq hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border-color: #ccc;
}

.faq-naslov {
  padding-bottom: 50px;
}




/*

NAVIGATION

*/

.nav-container {
  background-color: transparent !important;
  transition: 0.3s ease;
  z-index: 1000;
}

.nav-container.scrolled {
  background-color: rgba(0, 0, 0, 0.65) !important;
}


.companylogo {
  margin-top: 25px ;
  width: 420px; 
  transition: width 0.3s ease;
}

.realestateagency {
  display: block;
  font-size: 16px;
  margin-top: 5px;
}


.navbar-nav {
  display: flex;
  justify-content: center;
}

.navbar-nav .nav-item {
  margin: 0 10px;
  color: white !important;
}


.navbar-light .navbar-nav .nav-link {
  color: white; 
}

.sticky-top .navbar-nav .nav-link {
  color: white;
  height: 75px;
}

.sticky-top {
  top: 0;
  width: 100%;
  z-index: 1030;
}

.scrolled .companylogo {
  width: 170px;
  transition: width 0.3s ease; 
}

.navbar a {
  position: relative;
  display: inline-block;
  padding: 10px 15px;
  color: white;
  text-decoration: none;
}

.navbar a:hover::after {
  width: 80%; 
}

.navbar .dropdown a::after {
  content: none; 
}

.dropdown-menu .dropdown-item {
  color: #ffffff; 
  padding: 10px 20px;
  text-decoration: none;
  transition: background-color 0.3s ease, color 0.3s ease;
  background-color: #00000097;
  position: relative;
  width: 100%;
}

.navbar-nav .dropdown-menu {
  position: static;
  width: 225% !important;
  text-align: center;
}

.dropdown-menu .dropdown-item:hover {
  background-color: #000000; 
  color: white; 
}

.dropdown-menu {
  background-color: #0000004a;
}

.dropdown-menu .dropdown-submenu {
  position: relative !important;
}

.dropdown-menu .dropdown-submenu .dropdown-menu {
  top: 0;
  left: 100%;
  margin-left: 0px;
  border-radius: 0px;
  display: none !important;
}

.dropdown-menu .dropdown-submenu:hover .dropdown-menu {
  display: block !important; 
}

.dropdown-menu .dropdown-item {
  white-space: nowrap !important; 
}


.wt {
  position: absolute;
  width: 100px !important;
  top: 450px;
  left: 250px;
}

.logo {
  width: 200px !important;
  position: absolute;
  top: -20px;
  left: 250px;
  transition: width 0.3s ease; /* Glatna promena širine */
}

#nav {
  background: linear-gradient(to bottom, rgb(20, 20, 30) 0%, rgba(20, 20, 30, 0) 100%);
  position: fixed; /* Da ostane na vrhu ekrana */
  width: 100%; /* Da pokriva celu širinu */
  z-index: 1000; /* Da bude iznad drugih elemenata */
  height: 13vh;
  transition: width 0.3s, background-color 0.3s; /* Smooth transition */
}

.navbar-nav .nav-link {
  font-weight: 600; /* Podebljajte linkove */
  color: rgb(214, 214, 214); /* Boja teksta */
  transition: color 0.3s; /* Glatna promena boje */
}

.navbar-nav .nav-link:hover {
  color: white; /* Boja pri hoveru */
}

#nav.scrolled {
  height: 60px; /* Height when scrolled */
  background-color: rgba(0, 0, 0, 0.488); /* Solid background when scrolled */
}

#nav.scrolled #logo {
  width: 150px !important; /* Širina loga kada se skroluje */
}



/*

TOP BAR

*/



.y-top {
  position: fixed;
  top: 0;
  width: 100%;
}

.top-bar.hidden {
  display: none;
}

.top-bar.hidden + .navbar {
  margin-top: 0;
}

.left-icons {
  display: flex;
}

.social-icon {
  margin-right: 15px; /* razmak između ikona */
  color: #ffffff; /* boja ikona */
  text-decoration: none; /* ukloni podcrtavanje */
}

.social-icon:hover {
  color: #ffffff; /* boja pri hoveru */
}

.right-links {
  display: flex;
  align-items: center;
}

.right-links a {
  margin-left: 15px; /* razmak između linkova */
  color: #333; /* boja linkova */
  text-decoration: none; /* ukloni podcrtavanje */
}

.right-links a:hover {
  color: #ffffff; /* boja pri hoveru */
}

.separator {
  margin: 0 10px; /* razmak oko separatora */
}

.top-bar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px 20px; /* prilagodite prema potrebi */
  background-color: rgba(87, 88, 101, 0.65); /* ili bilo koja boja pozadine koju želite */
  position: sticky; /* Postavlja top-bar u sticky poziciju */
    top: 0; /* Početna pozicija top-bar-a */
    width: 100%; /* Širina top-bar-a */
    z-index: 1000;
}



/*

HEADER

*/

video {
  width: 100vw !important;
}
.height{
  height: 70vh;
}


/*

ANIMACIJE

*/

.animate-text {
  opacity: 0;
  transform: translateY(50px);
  transition: opacity 1s, transform 1s;
  position: relative;
}

.animate-text.visible {
  opacity: 1;
  transform: translateY(0);
}



/*

TABLICA

*/

table {
  width: 100%;
  border-collapse: collapse;
  margin: 25px 0;
  font-size: 18px;
  text-align: center;
}
th, td {
  padding: 12px 15px;
  border: 1px solid #ddd;
}
thead {
  background-color: rgb(216,147,16);
  color: white;
}
tr:nth-child(even) {
  background-color: #f2f2f2;
}
tbody tr:hover {
  background-color: #ddd;
}




/*

GALERIJA SLIKA

*/


.gallery-item {
  position: relative;
  overflow: hidden;
  cursor: pointer;
}

.gallery-item img {
  width: 100%;
  height: 300px; /* Postavite željenu visinu */
  object-fit: cover; /* Održava omjer slike */
  transition: transform 0.3s ease, filter 0.3s ease;
  margin-bottom: 1.6em;
}

.gallery-item:hover img {
  filter: brightness(0.7);
}

.icon-overlay {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: white;
  font-size: 2rem;
  opacity: 0;
  transition: opacity 0.3s ease;
  z-index: 2;
}

.gallery-item:hover .icon-overlay {
  opacity: 1;
}

/* Modal styles */
.modal-dialog {
  width: 80%; /* Postavite željenu širinu modala (80% ekrana) */
  max-width: 90%; /* Ograničava širinu modala na 90% ekrana */
  height: 70vh; /* Ograničava visinu modala na 80% visine ekrana */
  margin: 30px auto; /* Centerira modal */
}

.modal-body {
  position: relative;
  padding: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}

.img-fluid {
  max-width: 100%;
  height: auto;
  max-height: 100%;
}

.modal-content {
  padding: 20px;
  height: 100vh;
  width:80vw;
  background-color: black;
}

#prevImage, #nextImage {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: rgba(0, 0, 0, 0.0);
  color: white;
  border: none;
  font-size: 2rem;
  width: 50px;
  height: 125px;
  cursor: pointer;
  z-index: 10;
}

#prevImage {
  left: 10px;
}

#nextImage {
  right: 10px;
}

#prevImage:hover, #nextImage:hover {
  background: rgba(0, 0, 0, 0.0);
}

.padding-bottom-small{
  padding-top: 2em;
}

.padding-bottom-small1{
  padding-top: 2em;
  padding-bottom: 1em;
}

.modal-img {
  max-width: auto; /* Osigurava da slika ne prelazi širinu modala */
  max-height: auto; /* Ograničava visinu slike na 80% visine ekrana */
  object-fit: contain; /* Održava proporcije slike */
  display: block;
  margin: auto;
}
/*

FLOATING BUTTON

*/


.floating-buttons {
  position: fixed; /* Fiksna pozicija */
  bottom: 20px; /* Udaljenost od donjeg dela ekrana */
  right: 20px; /* Udaljenost od desnog dela ekrana */
  display: flex; /* Koristi flexbox za horizontalno poravnavanje */
  flex-direction: column; /* Vertikalno poravnanje gumba */
  gap: 10px; /* Razmak između gumba */
  z-index: 1000; /* Osigurava da su gumbi iznad drugih elemenata */
}

.but {
  background-color: #484848a7; /* Pozadina gumba */
  color: white; /* Boja teksta */
  padding: 10px 15px; /* Unutrašnji razmak */
  border-radius: 5px; /* Zaobljeni uglovi */
  text-decoration: none; /* Uklanja podvlačenje */
  transition: background-color 0.3s; /* Efekat prelaza */
}

.but:hover {
  background-color: rgb(152, 94, 249); /* Tamnija boja pri prelaženju mišem */
  color: white;
}


.floating-buttons1 {
  position: absolute; /* Fiksna pozicija */
  top: 55%;
  right: 60%; /* Udaljenost od desnog dela ekrana */
  display: flex; /* Koristi flexbox za horizontalno poravnavanje */
  flex-direction: column; /* Vertikalno poravnanje gumba */
  gap: 10px; /* Razmak između gumba */
  z-index: 100; /* Osigurava da su gumbi iznad drugih elemenata */
}

.but1 {
  color: rgb(255,255,255);
  text-decoration: none;
  font-size: 1.3em;
  text-transform: uppercase;
  font-family: calibri;
  border-radius: 30px;
  border: 2px solid rgb(200,200,200);
  padding: 1rem 2rem;
  /*
  box-shadow: .9px 1px 0 0 rgb(17,6,3), 1.5px 2px 0 0 rgb(17,6,3), 2.5px 3px 0 0 rgb(17,6,3), 3.5px 4px 0 0 rgb(17,6,3), 4.5px 5px 0 0 rgb(17,6,3), 5.5px 6px 0 0 rgb(17,6,3), 6.5px 7px 0 0 rgb(17,6,3), 7.5px 8px 0 0 rgb(17,6,3), 8.5px 9px 0 0 rgb(17,6,3), 9.5px 10px 0 0 rgb(17,6,3);
  */
  position: relative;
  inset: 0;
  cursor: pointer;
  transform: rotateX(0), rotateY(0) rotateZ(0);
  display: inline-block;
  outline: 2px dashed transparent;
  transition: all 600ms ease; 
  background-color: rgb(152, 94, 249);;
}

.but1:hover {
  inset: 6px 0 5.5px 0;
  transform: rotateX(5deg) rotateY(3deg) rotateZ(.25deg);
  box-shadow: none;
  color: white;
  background-color: rgb(132, 64, 249);
}


.but2 {
  color: rgb(255,255,255);
  text-decoration: none;
  font-size: 1.3em;
  text-transform: uppercase;
  font-family: calibri;
  border-radius: 30px;
  border: 2px solid rgb(200,200,200);
  padding: 1rem 5rem;
  /*
  box-shadow: .9px 1px 0 0 rgb(17,6,3), 1.5px 2px 0 0 rgb(17,6,3), 2.5px 3px 0 0 rgb(17,6,3), 3.5px 4px 0 0 rgb(17,6,3), 4.5px 5px 0 0 rgb(17,6,3), 5.5px 6px 0 0 rgb(17,6,3), 6.5px 7px 0 0 rgb(17,6,3), 7.5px 8px 0 0 rgb(17,6,3), 8.5px 9px 0 0 rgb(17,6,3), 9.5px 10px 0 0 rgb(17,6,3);
  */
  position: relative;
  inset: 0;
  cursor: pointer;
  display: inline-block;
  outline: 2px dashed transparent;
  transition: all 600ms ease; 
  background-color: rgb(152, 94, 249);
}

.but2:hover {
  box-shadow: none;
  color: white;
  background-color: rgb(145, 85, 249) !important;
}

.herocontainer {
  position: relative; /* Osigurava da su apsolutno pozicionirani elementi unutar ovog konteksta */
  overflow: hidden; /* Sprječava izlazak sadržaja iz kontejnera */
}

.intotext {
  color: white;
  position: absolute;
  top: 35%;
  left: 14%;
  transform: translate(-50%, -50%);
  font-weight: 700;
  text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.3);
  width: 40%;
  z-index: 100;
}

.herocontainer img {
  position: absolute; /* Ukloni sliku iz normalnog toka */
    top: 50%; /* Pomeri sliku na sredinu kontejnera */
    left: 50%; /* Pomeri sliku na sredinu kontejnera */
    transform: translate(-50%, -50%)
}

.process img {
  position: absolute;
    top: 70% !important;
    left: 50% !important;
    transform: translate(-50%, -50%) !important;
}


.curke {
  width: 35% !important;
  z-index: 999;
  position: absolute;
  top:185px;
  right: 150px;
  padding: 0;
}

.social-buttons {
  position: fixed; /* Fiksna pozicija */
  bottom: 80px; /* Udaljenost od donjeg dela ekrana (iznad gumba) */
  right: 20px; /* Udaljenost od desnog dela ekrana */
  display: flex; /* Koristi flexbox za horizontalno poravnavanje */
  flex-direction: column; /* Vertikalno poravnanje ikona */
  gap: 10px; /* Razmak između ikona */
  z-index: 1000; /* Osigurava da su ikone iznad drugih elemenata */
}

.social-icon {
  background-color: #484848a7; /* Pozadina ikona */
  color: white; /* Boja ikona */
  padding: 10px; /* Unutrašnji razmak */
  border-radius: 5px; /* Zaobljeni uglovi */
  text-decoration: none; /* Uklanja podvlačenje */
  transition: background-color 0.3s; /* Efekat prelaza */
  display: flex; /* Flexbox za centriranje ikona */
  justify-content: center; /* Horizontalno centriranje */
  align-items: center; /* Vertikalno centriranje */
  width: 40px; /* Širina ikona */
  height: 40px; /* Visina ikona */
}

.social-icon:hover {
  background-color: rgb(152, 94, 249); /* Tamnija boja pri prelaženju mišem */
}


/*

BLOG

*/

.post {
  background-color: #ffffff; /* Pozadina postova */
  padding: 20px; /* Unutrašnji razmak */
  border-radius: 8px; /* Zaobljeni uglovi */
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2); /* Senka */
  margin-bottom: 20px; /* Razmak između postova */
  transition: all 0.3s ease; /* Efekat prelaza */
}
.btn-toggle {
  margin-top: 20px; /* Razmak iznad dugmeta */
}

.post-image {
  width: 100%; /* Slika će zauzeti cijelu širinu kartice */
  height: 300px; /* Postavite željenu visinu za sve slike */
  object-fit: cover; /* Slika će se prilagoditi i popuniti kontejner, bez obzira na omjer stranica */
  border-top-left-radius: 8px; /* Zaobljeni gornji lijevi ugao */
  border-top-right-radius: 8px; /* Zaobljeni gornji desni ugao */
  transition: transform 0.3s;
  overflow: hidden !important;
}

.post:hover .post-image {
  transform: scale(1.05); /* Povećava sliku za 10% prilikom hovera */
}



/*

KONTAKT FORMA

*/


.contact-container {
  background-color: white;
  padding: 20px;
  border-radius: 8px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  width: 60%;
}

h2 {
  margin-bottom: 20px;
  text-align: center;
}

.form-group {
  margin-bottom: 15px;
}

label {
  margin-bottom: 5px;
  display: block;
}

input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  width: 100%;
  padding: 10px;
  border: 1px solid #ccc;
  border-radius: 4px;
}

button {
  width: 100%;
  padding: 10px;
  background-color: rgb(216,147,16);
  border: none;
  color: white;
  border-radius: 4px;
  cursor: pointer;
  transition: background-color 0.3s;
}

button:hover {
  background-color: rgb(247, 167, 19);
}





/*

SEARCH

*/
.searchcontainer {
  background-color: #eda96c;
  padding: 1em 0;
}

.searchcontainer input, .searchcontainer select {
  width: 90%;
  margin: 0 5%; 
  background-color: #fff;
  border: none;
  height: 2em;
  border-radius: 5px;
}
.searchcontainer button {
  width: 90%;
  margin: 0 5%;
  border: none;
  height: 2em;
  border-radius: 5px;
  font-weight: bolder;
}











/*

PAGIBNATION

*/
.paginationwrapper {
  text-align: center;
  padding:  1em 0;
  width:  100%;
}
.paginationwrapper a {
  display: inline-block;
}
.paginationbutton {
  border-radius: 4px;
  padding:  0.5em 0.8em;
  background-color: #fff;
  color: #000;
  font-weight: bolder;
  margin: 0 0.5em;
}
.activepagination {
  background-color: #a87c3b;
  color:  #fff;
}

.paginationbutton:hover {
  background-color: #555;
  color: #fff;
}












/*

CONTENT

*/
.img-responsive {
  width: 100%;
}

.btn {
  border-radius: 5px;
  border: none;
  width: 100%;
  padding: 1.2em 0;
  font-weight: bolder;
}
.sendButton {
  background-color: #eda96c;
}
.sendButton:hover {
  background-color: #995111;
  color: #fff;
  transition-duration: 700ms;
}


.mainContentContainer {
  padding: 2em 0;
}

h2.pagetitle {
  background-color: #f2f2f2;
  text-align: center;
  width: 100%;
  padding: 1em 0;
  font-weight: lighter;
  margin: 0;
}

.nopadding {
  padding: 0;
}

h3.pagetitle {
  text-align: left;
  width: 100%;
  padding: 1em 0;
  font-weight: lighter;
  margin: 1em 0;
}

.packgerLine {
  background-color: #f2f2f2;
  padding: 0.5em 2em;
  margin: 0.5em 0;
}

.packgerLine:hover {
  background-color: #eee;
}

.form-group {
  padding: 0 0 1em 0;
}

.introhomecontainer {
  background-color: #f1f1f1;
  padding-bottom: 2em;
  padding-top: 3em;
}

.introhomecontainer1 {
  background-color: #f1f1f1;
  padding-bottom: 3em;
  padding-top: 0em;
}

.introhomecontainer a {
  display: block;
  width: 40%;
  margin: 2em 30%;
  text-align: center;
  background-color: #fff;
  border: 1px solid #000;
  padding: 1em 0;
}
.introhomecontainer a:hover {
  background-color: #999;
  color: #000;
  transition: background-color 1s;
}

.introtext {
  font-size: 1.3em;
  font-weight: lighter;
  z-index: 100;
}



.hometext {
  padding: 5em;
  font-size: 1.2em;
}

.img-responsive-text {
  width: 100%;
}


.home-gradient {
  background: rgb(255,255,255);
  background: linear-gradient(90deg, rgba(244,244,244,1) 80%, rgba(238,159,10,1) 80%);
  padding: 2em;
}

.img-responsive-gradient {

  width: 42vw; /* Fiksna širina */
  height: 42vh; /* Fiksna visina */
  margin: 5% 10% 5% 0; /* Margine oko slike */
  object-fit: cover; /* Održava omjer stranica bez obrezivanja */
}

.homehr {
  width: 40%;
  margin: 1em 0;
  color: #eda96c;
  background-color: #eda96c;
  opacity: 100%;
}

.home-gradient-right {
  background: rgb(255,255,255);
  background: linear-gradient(90deg, rgb(255, 255, 255) 80%, rgba(238,159,10,1) 80%);
  padding: 2em;
}

.home-gradient-left {
  background: rgb(168,124,59);
  background: linear-gradient(90deg, rgba(238,159,10,1) 20%, rgba(255,255,255,1) 20%);
  padding: 2em;
}

.light-grey-background {
  background-color: #f4f4f4;
}













/*

PROFILE

*/
.profile-pic-user {
  width: 100%;
}

.profilenavigation a {
  font-size: 1.2em;
  border-bottom: 2px solid #eda96c;
}

.profilenavigation {
  margin-bottom: 1em;
}

.mainContentContainer h2 {
  font-weight: lighter;
  font-size: 1.6em;
  margin-top: 2em;
}

.mainContentContainer h3 {
  font-weight: lighter;
  font-size: 1.4em;
}








/*

FOOTER

*/

footer {

  background-color: #000;
  margin: 0px -12px 0px -13px;
  color: #fff;
  padding: 0em 9px 3em;
}

.logo-bridge {
  width: 350px;
  padding: 1em 0em;
}


.footerlogo {
  width: 100%;
}
footer h5, footer h6 {
  color: #fff;
  font-size: 0.8em;
}
footer h2 {
  color: #eda96c;
  margin: 1em 0 1em;
  font-weight: lighter;
}
.copyright {
  background-color: #000;
  color: #fff;
  font-size: 0.8em;
  text-align: center;
  padding: 2em 0px 0;
  width: 107%;
  margin: 0px 0px 0px -12px;
}
.prolinkwebdevelopment {
  font-size: 0.9em;
}
.prolinkwebdevelopment a {
  color: #fff;
}

.copyright .row {
  margin: 0;
}
.footerLink {
  color:  #fff;
}
.footerLink:hover {
  color:  #fff;
  text-decoration: underline;
}













@media (max-width: 768px){
  
  .searchcontainer {
    height: auto;
  }

}


.dropdown:hover .dropdown-menu {display: block;}

.dropdown-menu {
  margin:0;
}

.dropdown-item:focus, .dropdown-item:hover {
  color: #fff;
  text-decoration: none;
  background-color: #eda96c; 
}



.logo-slider-container {
  background-color: #eee;
  padding: 2em 0;
}

.logo-slider-title {
  text-align: center;
  font-size: 2em;
  font-weight: lighter;
  padding: 1em 0;
}

.logo-slider-text {
  padding: 2em 0;
}

.paddd {
  padding: 1em 0;
}

.loc {
  padding-right: 1em;
}

/*

MOBILE / RESONSIVE RULES

*/



@media (max-width: 768px) { /* Prilagodite širinu prema potrebama */
  .navbar-collapse {
    background-color: rgba(0, 0, 0, 0.8) !important;
    position: absolute;
    top: 98%;
    right: 10%;
    width: 90%;
}

.dropdown-menu .dropdown-item {
  color: #ffffff; 
  padding: 10px 20px;
  text-decoration: none;
  transition: background-color 0.3s ease, color 0.3s ease;
  background-color: #00000097;
  position: relative;
  width: 100%;
}

.navbar-nav .dropdown-menu {
  position: static;
  width: 100% !important;
  text-align: center;
}

  .navbar-toggler {
    position: absolute;
    top: 33%;
    width: 20%;
    right: 11%;
    border-width: 0.2em;
    background-color:rgb(152, 94, 249);
}

  .navbar-brand {
    margin-left: -50%;
  }

  .herocontainer {
    height: 60vh !important;
  }

  video {
    width: 189vw !important;
    transform: translate(-22%, 0%);
  }

  .herocontainer img {
    width: 224vw !important;
    transform: translate(-27%, 0%);
  }

  .intotext {
    color: white;
    position: absolute;
    top: 36%;
    right: 4%;
    font-weight: 700;
    text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.3);
    width: 80%;
    z-index: 100;
  }

  .font1 {
    font-size:20px !important;
    }

  .font4 {
    font-size:30px !important;
    }

  .but1 {
    font-size: 1.0em;
    border-radius: 25px;
    padding: 1rem 1rem;
    width: 101%;
  }

  .floating-buttons1 {
    right: 17%;
    top: 70%;
  }

  .logo-slider-text {
    padding: 2em 2em;
  }

  .box-container {
    flex-direction: column;
    height: auto;
    margin-top: -50%;
    margin-bottom: 15%;
}

  .box-item {
    width: 100% !important;
    margin: 34% 0;
    height: 66vh;


  }

  .flip-box-front, .flip-box-back {
    min-height: 745px;
  }

  .contact-container {
    width: 100%;
  }
  
  th, td {
    font-size: 12px; /* Smanjuje veličinu fonta na manjim ekranima */
    padding: 3px 5px;
  }

  table {
    width: 100%; /* Postavlja širinu tablice na 100% */
    border-collapse: collapse; /* Uklanja razmake između ćelija */
  }

  .logo {
    width: 200px !important;
    position: absolute;
    top: -20px;
    left: 220px;
    transition: width 0.3s ease;
}
.kartice {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  height: auto;
  flex-wrap: wrap;
}
.kartica1 {
  width: 75vw;
  height: auto;
  background-color: #f7f7f7;
  border: none;
  border-radius: 10px;
  padding: 4px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-right: 15px;
  overflow: hidden !important;
  position: relative;
  transition: transform 0.3s ease;
  margin-bottom: 2em;
}

.custom-carousel-about {
  width: 90%;
  max-width: 800px !important;
  margin: 0 5% !important;
  overflow: hidden !important;
  margin-bottom: 2vh !important;
}
.hometext {
  padding: 3em;
  font-size: 1.2em;
}

.img-responsive-gradient {
  width: 80vw;
}

footer {

  background-color: #000;
margin: 0px -12px 0px -13px;
color: #fff;
padding: 0em 9px 3em;
}
.copyright {
  background-color: #000;
  color: #fff;
  font-size: 0.8em;
  text-align: center;
  padding: 2em 0px 0;
  width: 107%;
  margin: 0px 0px 0px -12px;
}
.herocontainer img {
  width: 224vw !important;
  transform: translate(-45%, -40%);
}
}

@media (min-width: 768px) and (max-width: 1024px) { /* Prilagodite širinu prema potrebama */
  .navbar-collapse {
    background-color: rgba(0, 0, 0, 0.8) !important;
    position: absolute;
    top: 98%;
    right: 10%;
    width: 90%;
}

.dropdown-menu .dropdown-item {
  color: #ffffff; 
  padding: 10px 20px;
  text-decoration: none;
  transition: background-color 0.3s ease, color 0.3s ease;
  background-color: #00000097;
  position: relative;
  width: 100%;
}

.navbar-nav .dropdown-menu {
  position: static;
  width: 100% !important;
  text-align: center;
}

.kartice {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  height: auto;
  flex-wrap: wrap;
}
.kartica1 {
  width: 75vw;
  height: auto;
  background-color: #f7f7f7;
  border: none;
  border-radius: 10px;
  padding: 4px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-right: 15px;
  overflow: hidden !important;
  position: relative;
  transition: transform 0.3s ease;
  margin-bottom: 2em;
}

.custom-carousel-about {
  width: 100vw !important;
  max-width: 800px !important;
  margin: 0 auto !important;
  overflow: hidden !important;
  margin-bottom: 2vh !important;
}

  .logo {
    width: 200px !important;
    position: absolute;
    top: -20px;
    left: 220px;
    transition: width 0.3s ease;
}

.navbar-toggler {
  position: absolute;
  top: 33%;
  width: 20%;
  right: 11%;
  border-width: 0.2em;
  background-color:#ee8c37;
}

  .navbar-brand {
    margin-left: 0%;
  }

  .herocontainer {
    height: 60vh !important;
  }

  video {
    width: 100vw !important; /* Prilagodite širinu videa */
    transform: translate(-22%, 0%);
  }

  .herocontainer img {
    width: 100vw !important; /* Prilagodite širinu slike */
    transform: translate(0, 0); /* Uklonite transformaciju */
  }

  .intotext {
    color: white;
    position: absolute;
    top: 36%;
    right: 4%;
    font-weight: 700;
    text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.3);
    width: 80%;
    z-index: 100;
  }

  .font1 {
    font-size: 18px !important; /* Smanjite veličinu fonta */
  }

  .font4 {
    font-size: 28px !important; /* Smanjite veličinu fonta */
  }

  .but1 {
    font-size: 1.0em;
    border-radius: 25px;
    padding: 1rem 1rem;
    width: 100%; /* Prilagodite širinu gumba */
  }

  .floating-buttons1 {
    right: 10%; /* Prilagodite poziciju */
    top: 70%;
  }

  .logo-slider-text {
    padding: 1em 1em; /* Smanjite padding */
  }

  .box-container {
    flex-direction: column; /* Održavajte kolonu */
    height: auto;
    margin-top: -50%;
    margin-bottom: 15%;
}

  .box-item {
    width: 100% !important; /* Održavajte punu širinu */
    margin: 34% 0;
    height: 66vh;
  }

  .flip-box-front, .flip-box-back {
    min-height: 600px; /* Smanjite minimalnu visinu */
  }

  .contact-container {
    width: 100%;
  }
  
  th, td {
    font-size: 14px; /* Smanjuje veličinu fonta na tabletima */
    padding: 5px 10px; /* Povećajte padding za bolju čitljivost */
  }
  
  table {
    width: 100%; /* Postavlja širinu tablice na 100% */
    border-collapse: collapse; /* Uklanja razmake između ćelija */
  }
  .hometext {
    padding: 3em;
    font-size: 1.2em;
  }
  .img-responsive-gradient {
    width: 80vw;
  }
  footer {

    background-color: #000;
  margin: 0px -12px 0px -13px;
  color: #fff;
  padding: 0em 9px 3em;
  }
  .copyright {
    background-color: #000;
    color: #fff;
    font-size: 0.8em;
    text-align: center; 
    padding: 2em 0px 0;
    width: 107%;
    margin: 0px 0px 0px -12px;
}
.herocontainer img {
  width: 224vw !important;
  transform: translate(-45%, -40%);
}
}
.post-archive {
  margin-bottom: 0.8em;
  padding: 0.4em 0;
  border-bottom: 1px solid #ccc;
}
.grecaptcha-badge {
  position: relative!important;
}