body {
  background-color: #fff;
  overflow-x:hidden;
}
a {
  text-decoration: none;
}

/*

TOPBAR

*/
.topbarinfo  {
  background-color: #d90c1b;
  color: #fff;
  padding: 0.8em 0;
}
.topbarinfo h1 {
  font-size: 0.8em;
}
.contactphone, .contactmail {
  text-align: left;
  padding-top:0.3em;
  padding-bottom:0.3em;
  white-space: nowrap;
}
.contactphone a, .contactmail  a{
  background-color: #770c14;
  border-radius: 20px;
  color: #fff;
  padding: 0.2em 0.7em;
  text-decoration: none;
  font-weight: bolder;
}
.contactphone a:hover, .contactmail  a:hover{
  background-color: rgb(29, 29, 29);
  color: #fff;
}



/*

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: auto;
  flex-wrap: wrap;
}

.kartica1 {
  width: 25vw;
  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: #333;
  margin-top: 10px;
}

.person-name:hover {
  color: rgb(236, 133, 62); 
}

.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(245, 143, 76) !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: #770c14 !important; /* Tamnija plava boja pri hoveru */
  z-index: 100;
  color: white !important;
}

.person-description {
  width: 92%;
}

.des {
  width: 100%;
  text-align: center;
  padding: 0% 14%;
  font-size: 18px;
}



/*

HOME PAGE

*/
.companyintro {
  background-color: #fff;
  border-bottom: #eee solid 4px;
  padding-top:  2em;
}
.welcome {
	padding-top: 2em;
  font-size: 1.1rem;
}
.portfolio-item a, .portfolio-item a:hover, .orangeTxt {
  color: #555;

}

h2.large-title {
  padding: 1em 0;
  text-align: center;
  font-weight: 400;
}

h2.title-text {
  padding-bottom:0.2em;
  font-weight: 300;
  text-align: center;
}

h2.title-text-left {
  padding-bottom:0.2em;
  font-weight: 300;
  text-align: left;
}

h2.title-text-main {
  padding-bottom:0.2em;
  font-weight: 300;
  text-align: center;
}

h2.title-object {
  padding-top:1em;
  padding-bottom:1em;
  font-weight: 300;
}

h4.title-text {
  padding-bottom:0.2em;
  font-weight: 400;
}

h4.contact-titles {
  font-weight: 300;
  font-variant: small-caps;
  font-size: 1.2em;
}


.btn-secondary {
	background-color: rgb(236, 133, 62);
}


.home-gradient-left {
  background: rgb(168,124,59) !important;
  background: linear-gradient(90deg, rgb(223,11,28) 20%, rgba(255,255,255,1) 20%) !important;
  padding: 2em !important;
}

.light-grey-background {
  background-color: #ddd !important;
}
.img-responsive-gradient {
  width: 100%;
  margin: 5% 10% 5% 0 ; 
  object-fit: cover;
}
.hometext {
  padding: 5em !important;
  font-size: 1.2em !important;
}
.kontejner-desno-uze {
  padding-right: 10vh !important;
  background-color: #fff;
}
.kontejner-uzi {
  padding: 5vh 10vw !important;
}
.homehr {
  width: 40% !important;
  margin: 1em 0 !important;
  color: rgb(223,11,28) !important;
  background-color: rgb(223,11,28) !important;
  opacity: 100% !important;
}
.home-gradient {
  background: rgb(255, 255, 255) !important;
  background: linear-gradient(90deg, #ddd 80%, rgb(223,11,28) 80%) !important;
  padding: 2em !important;
}


.pad-top {
  padding-top: 2.6em !important;
}

.pad-bottom {
  padding-bottom: 2.6em !important;
}
.pad-bot {
  padding-bottom: 1em !important;
}








/*

NAVIGATION

*/
nav {
  background-color: rgb(29, 29, 29);
  color: #fff;
}

.navbar-dark .navbar-nav .nav-link {
	color: #fff;
  font-size: 1.1em;
  text-transform: uppercase;
}
.navbar-dark .navbar-nav .nav-link:hover {
  color: #fff;
}

.navbar {
	padding: 0.6rem 2rem;
}

.dropdown-menu a {
  padding: 0.4em 1em;
}

.dropdown-menu a:hover {
  background-color: #2d2d2d;
  color: #fff;
}

.nav-item {
  padding-left: 1em !important;
}

.dropdown-menu {
  left: 0;
}












/*

HEADER

*/
header {
	border-bottom: rgb(29, 29, 29) solid 0px;
}
.carousel-item {

  background: no-repeat center center scroll;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.carousel-caption {
  position: absolute;
  right: inherit;
  max-width: 60%;
  text-align: left;
  font-size: 1em;
}

.carousel-caption a {
  background-color: rgba(255, 255, 255, 0.9);
  border-radius: 10px;
  right: inherit;
  color: #222;
  padding: 0.7em 1.2em;
  text-decoration: none;
  font-size: 1.1em;
  margin-bottom: 1em;
  transition: 0.3s;
  display: block;
}
.carousel-caption a:hover {
  background-color: #ee670e;
  transition: 0.3s;
  color: #fff;

}
.carousel-caption h3 {
  font-size: 2.4em;
  line-height: 1.5em;
}

.carousel-caption {
	bottom: 35px;
}


.hollidayspecial {
  background-color: #fff;
  padding: 0.5em 0;
  font-size: 2em;
  display: block;
  color: #555;
  font-weight: lighter;
}


.hollidayspecial:hover {
  color: #fff;
  transition: 1s;
  background-color: #555;
}

.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; /* Fiksna pozicija */
  top: 35%; /* Udaljenost od donjeg dela ekrana */
  right: 35%;
  font-weight: 700;
  text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.3); 
}












/*

CONTENT

*/
.btn-primary {
  background-color: #df0b1c;
  color: #fff;
  padding: 10px 30px;
  border:none;

}

.btn-primary:active {
  background-color: #f3831d;
  color: #fff;
  padding: 10px 30px;
  border:none;

}
.btn-primary:focus {
  background-color: #f3831d;
  color: #fff;
  padding: 10px 30px;
  border:none;

}
.btn-primary:hover {
  background-color: #ee670e;
  color: #fff;
  border:none;

}

.news-second .card {
  border-bottom: 1px solid rgba(0, 0, 0, 0.125);
  border-top: 0px;
  border-left: 0px;
  border-right: 0px;
  box-shadow: 5px 5px 7px 0px rgb(0 0 0 / 8%), 0 0 0px rgb(0 0 0 / 5%);
}

.news-second .card:hover {

  border: 1px solid rgba(0, 0, 0, 0.125);
  transform: scale(1.01);
  box-shadow: 0 10px 20px rgba(0,0,0,.12), 0 4px 8px rgba(0,0,0,.06);
}


.card{
  box-shadow: 0 6px 10px rgba(0,0,0,.08), 0 0 6px rgba(0,0,0,.05);
  transition: .3s transform cubic-bezier(.155,1.105,.295,1.12),.3s box-shadow,.3s -webkit-transform cubic-bezier(.155,1.105,.295,1.12);
}

.card:hover{
  transform: scale(1.01);
  box-shadow: 0 10px 20px rgba(0,0,0,.12), 0 4px 8px rgba(0,0,0,.06);
}

.width-2008{
  max-width:200.8px;
}

.col-centered{
    float: none;
    margin: 0 auto;
}

.padding-bottom-medium {
  padding-bottom: 2em;
}

.padding-top-medium {
  padding-top: 2em;
}

.padding-top-small {
  padding-top: 1em;
}

.padding-bottom-small {
  padding-bottom: 1em;
}
.newspaper {
  column-count: 2;
  column-gap: 40px;
}

.img-responsive-text {
  width:  100%;
  margin-bottom: 1em;
}


@media (max-width: 767px){
  .newspaper {
    column-count: 1;
    column-gap: 40px;
  }
  .img-responsive-text {
  width:  100%;
  margin: 0 0 2em 0;
  }
}

a:hover {
    color: #0056b3;
    text-decoration: none;
}


.bgwhite {
  background-color: #fff;
}

.img-resp {
  width: 100%;
}

.map {
  box-shadow: 0 0 5px 0px #767676;
  width:100%;
  height:450px;
}

.img-big {
  width:100%;
}
.img-small {
  width: 70%;
  padding:20px 50px;
}

.text-wight {
  color: #fff;
}

.padding-caption {
  padding-top:0.5em;
  padding-bottom:0.5em;
}

.col-centered-margin {
  margin-left: 16.5%;
}

.bg-gray {
  background-color: #f4f4f4;
}

.steps {
  background-color: #f4f4f4;
  padding:20px;
  transition: 0.5s;

}
.steps:hover {
  background-color: #dddddd;
  transition: 0.5s;

}

.img-opacity {
  opacity: 1;
  transition: 0.5s;
}
.steps:hover > .img-opacity {
  opacity: 0.1;
  transition: 0.5s;
}

.text-align-main {
  text-align: left;
}



@media (max-width: 575px) {
  .text-align-main {
    text-align: justify;
  }
}



.text-steps {
  text-transform: uppercase;
  font-size: 1.4em;
  font-weight: bold;
  opacity: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: 0.5s;
}

.steps:hover > .text-steps {
  transition: 0.5s;
  opacity: 1;
}


.card-text {
  text-align:left;
  color:#000;
}

.card-text-date {
  text-align:left;
  color: #454545;
  font-weight: 500;
}

.card-title {
  text-align:left;
  color: #454545;
  font-size: 1.2em; 
}

.line-contact {
  height:1px;
  width: 60%;
  background-color: #d0d0d0;
}

.contact-text {
  font-weight: 300;
  font-size: 1em;
}

.hoverMove {
    transition: .5s;
    -webkit-transition: .5s;
    -moz-transition: .5s;
}

.hoverMove:hover {
    margin-left: 10px;
    transition: 0.5s;
}

.linkovi:hover {
    color: #fd7e14;
    transition: .5s;
    text-decoration: none;
}
.linkovi {
    font-size: 1em;
    color: #1d1a17;
    transition: .5s;
    background-color: #fff;
}

.linkovi-padding {
    padding:10px 15px;
    background-color: #fff;
    margin-bottom: 10px;
    box-shadow: 3px 3px 6px 0px #e1e1e1;

}

.linkovi-padding:hover > .linkovi {
  color: #fd7e14;
  transition: .5s;
}

.linkovi-padding:hover > .hoverMove  {
  margin-left: 10px;
  transition: 0.5s;
}

li {
    list-style-type: none;
}

.dropdown:hover .dropdown-menu {display: block;}

.dropdown-menu {
  margin:0;
}


.form-group {
  margin: 1em 0;
}


#contactForm button {
  width: 100%;
}

.contact-text a {
  color: #999;
  font-weight: bold;
}

.contact-text a:hover {
  color: #000;
}







/*

HOME PAGE

*/
.companyintro {
  background-color: #fff;
  border-bottom: #eee solid 4px;
}
.welcome {
	padding-top: 2em;
  font-size: 1.1rem;
}
.portfolio-item a, .portfolio-item a:hover, .orangeTxt {
  color: #f3831d;

}

h2.large-title {
  padding: 1em 0;
  text-align: center;
  font-weight: 400;
}

h2.title-text {
  padding-bottom:0.2em;
  font-weight: 300;
  text-align: center;
}

h2.title-text-left {
  padding-bottom:0.2em;
  font-weight: 300;
  text-align: left;
}

h2.title-text-main {
  padding-bottom:0.2em;
  font-weight: 300;
  text-align: center;
}

h2.title-object {
  padding-top:1em;
  padding-bottom:1em;
  font-weight: 300;
}

h4.title-text {
  padding-bottom:0.2em;
  font-weight: 400;
}

h4.contact-titles {
  font-weight: 300;
  font-variant: small-caps;
  font-size: 1.2em;
}

.portfolio-item {
  margin-bottom: 30px;
}

.btn-secondary {
	background-color: #2751a5;
}
.clientlist {

  border-bottom: #eee solid 4px;
  padding-bottom: 2em;
}
.clientlogo{
  transition: .3s transform cubic-bezier(.155,1.105,.295,1.12),.3s box-shadow,.3s -webkit-transform cubic-bezier(.155,1.105,.295,1.12);
}

.clientlogo:hover{
  transform: scale(1.1);
}


















/*

FOOTER

*/

footer {

  background-color: rgb(29, 29, 29);
  color:  #fff;
  padding:  1em 0 2em;
  width: 100%;
}

.logo-bridge {
  width: 350px;
  padding: 1em 0em;
}

.social-media{
  font-size: 25px;
}

.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:  1em 0 0;
}
.prolinkwebdevelopment {
  font-size: 0.9em;
}
.prolinkwebdevelopment a {
  color: #fff;
}

.copyright .row {
  margin: 0;
}
.footerLink {
  color:  #fff;
}
.footerLink:hover {
  color:  #fff;
  text-decoration: underline;
}

footer a {
  color:  #fff;
}

footer a:hover {
  color:  #fff;
  text-decoration: underline;
}

.logodno {
  width: 90%;
}

.footercontactinfo {
  padding: 0 0 0 2em;
}






@media (max-width: 505px){
  #mailTo {
    position: relative;
    top: 0px;
    white-space: nowrap;
  }

  #phoneTo {
    position: relative;
    top: 10px;
    white-space: nowrap;
  }

  .topbarinfo {
    height: 145px;
  }

}

@media (max-width: 391px){
  #mailTo {
    font-size: 16px;
    position: relative;
    top: 0px;
    white-space: nowrap;
  }

  #phoneTo {
    position: relative;
    top: 10px;
    white-space: nowrap;
  }
}

@media (max-width: 720px) {

  .carousel-caption {
    font-size: 0.7em;
    display: none;
  }

  .topbarinfo {
    color: #fff;
    padding: 0;
    height: 110px;
}
.img-responsive {
  width: 270%;
  height: 560px;
  object-fit: cover;
  object-position: center;
}
.intotext {
  color: white;
  position: absolute;
  top: 35%;
  right: 0%;
  font-weight: 700;
  text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.3);
  text-align: center;
  padding: 1em 1em;
}
.pagetitle {
  font-size: 2.5em;
  padding: 0em 0;
  font-weight: bold;
  text-align: center;
}
.img-responsive-gradient {

  object-fit: cover;
}
.hometext {
  padding: 2em !important;
  font-size: 1.2em !important;
}
.kartica1 {
  width: 100vw;
  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: 0px;
  overflow: hidden !important;
  position: relative;
  transition: transform 0.3s ease;
  padding-bottom: 1em;
  margin-bottom: 1em;
}
.kartice {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  height: auto !important;
  flex-wrap: wrap;
}
.herocontainer {
  position: relative;
  overflow: hidden;
  height: 69vh;
}
.pada-bottom {
  padding-bottom: 0.6em !important;
}
.pada-top {
  padding-top: 0.6em !important;
}
}







/*

QUICK FIXES

*/

.dropdown-item:active {
background-color: #df0b1c !important; //Any color you want
}

.video {
  aspect-ratio: 16 / 9;
  width: 100%;
}

.footersitelink {
  color:  #555;
  padding:  0.2em 0.2em;
}
.footersitelink:hover {
  color:  #555;
  text-decoration: underline;
}

.img-responsive {
  width:  100%;
}

#contactForm #address {
  display: none;
}

.newsdate {
  width:  100%;
  text-align: center;
  font-size: 1.2em;
}

.no-padding {
  padding-left: 0;
  padding-right: 0;
}

.pageTitle {
  margin-bottom: 2em;
}
.homePage {
  width: 100%;
  background-color: #eee;
}

.ug-gallery-wrapper {
  padding: 1em 0;
}


.dropdown img {
  width: 1.6em;
} 

.open_preferences_center {
display: block; 
text-align: 
center; 
color: #fff; 
margin-bottom: 2em;
}






.footercontact {

  background: #d6d6d6;
  color: #000;
  font-size: 1.2em;
  text-align: center;
  padding: 1.5em 0;
}
.footercontactmain a {
  background-color: #000;
  border-radius: 20px;
  color: #fff;
  padding: 0.4em 1em;
  text-decoration: none;
  transition:0.5s;
  display: block;
}

.footercontactmain a:hover{
  background-color: #770c14;
  color: #fff;
  transition:0.5s;
}

.footercontactsocial {
  padding: 1em 0 0 0;
}

.footercontactsocial img{
  width: 60%;
  margin: 0 20%;
  text-align: center;
}


.blog-img {
  float: left;
  width: 40%;
  height: auto !important;
  margin: 0 1em 1em 0;
}

@media (max-width: 900px) {
  .blog-img {
    width: 100%;
    margin: 1em 0;
  }
}