/************************************************GENERAL*********************************************/
body {
  font-family: "Lustria", 'Playfair Display', "Open Sans", sans-serif;
}

/************************************************BACK TO TOP MANU*********************************************/
.back-to-top {
  position: fixed;
  visibility: hidden;
  opacity: 0;
  right: 15px;
  bottom: 15px;
  z-index: 996;
  background: #b1976bc0;
  width: 40px;
  height: 40px;
  border-radius: 50px;
  transition: all 0.4s;
}
.back-to-top i {
  font-size: 28px;
  color: #fff;
  line-height: 0;
}
.back-to-top:hover {
  background: #3d2804c0;
  color: #fff;
}
.back-to-top.active {
  visibility: visible;
  opacity: 1;
}

/*--------------------------------------------------------------
# Top Bar
--------------------------------------------------------------*/
#topbar {
  padding: 0;
  font-size: 15px;
  height: 50px;
  transition: all 0.5s;
  background: rgba(26, 24, 22, 0.8);
  z-index: 996;
  color: rgba(255, 255, 255, 0.7);
}
#topbar.topbar-transparent {
  background: transparent;
}
#topbar.topbar-scrolled {
  top: -50px;
}
#topbar i {
  color: #b1976b;
  line-height: 0;
}
#topbar i span {
  color: #fff;
  font-style: normal;
  padding-left: 5px;
}


/************************************************Disable aos animation delay on mobile devices*********************************************/
@media screen and (max-width: 768px) {
  [data-aos-delay] {
    transition-delay: 0 !important;
  }
}

/************************************************HEADER*********************************************/
#header {
  top: 50px;
  height: 70px;
  z-index: 997;
  transition: all 0.5s;
  padding: 10px 0;
  background: rgba(26, 24, 22, 0.85);
}
#header.header-transparent {
  background: transparent;
}
#header.header-scrolled {
  top: 0;
  background: rgba(26, 24, 22, 0.85);
}
#header .logo h1 a, #header .logo h1 a:hover {
  color: #fff;
  text-decoration: none;
}
#header .logo img {
  padding: 0;
  margin: 0;
  max-height: 52px;
}
@media (max-width: 992px) {
  #header .logo img {
    max-height: 44px;
  }}

/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/
/**
* Desktop Navigation 
*/
.navbar {
  padding: 0;
}
.navbar ul {
  margin: 0;
  padding: 0;
  display: flex;
  list-style: none;
  align-items: center;
}
.navbar li {
  position: relative;
}
.navbar a, .navbar a:focus {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 1.2rem;
  font-weight: 500;
  color: white;
  white-space: nowrap;
  transition: 0.3s;
}
.navbar a i, .navbar a:focus i {
  font-size: 1.3rem;
  line-height: 0;
  margin-left: 5px;
}
.navbar a:hover, .navbar .active, .navbar .active:focus, .navbar li:hover > a {
  color: #b1976b;
}

/**
* Mobile Navigation 
*/
.mobile-nav-toggle {
  color: #fff;
  font-size: 28px;
  cursor: pointer;
  display: none;
  line-height: 0;
  transition: 0.5s;
}

@media (max-width: 991px) {
  .mobile-nav-toggle {
    display: block;
  }

  .navbar ul {
    display: none;
  }
}
.navbar-mobile {
  position: fixed;
  overflow: hidden;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background: rgba(39, 37, 34, 0.9);
  transition: 0.3s;
  z-index: 0;
}
.navbar-mobile .mobile-nav-toggle {
  position: absolute;
  top: 15px;
  right: 15px;
}
.navbar-mobile ul {
  display: flex;
  position: absolute;
  top: 55px;
  right: 15px;
  bottom: 15px;
  left: 15px;
  padding: 10px 0;
  border-radius: 8px;
  background-color: #fff;
  overflow-y: auto;
  transition: 0.3s;
  align-content: center;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  flex-direction: column;
  color: #b1976b;
  font-weight: bold;
  border-radius: 20px;
  text-transform: uppercase;
}
.navbar-mobile a, .navbar-mobile a:focus {
  padding: 10px 20px;
  font-size: 15px;
  color: #433f39;
}
.navbar-mobile a:hover, .navbar-mobile .active, .navbar-mobile li:hover > a {
  color: #b1976b;
}
.navbar-mobile .getstarted, .navbar-mobile .getstarted:focus {
  margin: 15px;
}

/************************************************GENERAL SECTION*********************************************/
section {
  padding: 30px 0;
  overflow: hidden;
}
.section-bg {
  background-color: #f2f9f8;
}
.section-title {
  padding-bottom: 40px;
  text-align: center;
}
.section-title h2 {
  font-size: 2rem;
  font-weight: 700;
  margin-bottom: 20px;
  padding-bottom: 0;
  color: #111;
}
.section-title p {
  margin-bottom: 0;
}

/*--------------------------------------------------------------
# Hero Section
--------------------------------------------------------------*/
#hero {
  width: 100%;
  height: 100vh;
  background-color: rgba(39, 37, 34, 0.8);
  overflow: hidden;
  padding: 0;
}
#hero .carousel-item {
  width: 100%;
  height: 100vh;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
#hero .carousel-item::before {
  content: "";
  background-color: rgba(12, 11, 10, 0.5);
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
}
#hero .carousel-container {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
}
#hero .carousel-content {
  text-align: center;
}
#hero h1 {
  color: #b1976b;
  margin-bottom: 30px;
  font-size: 5rem;
  font-weight: 900;
}
#hero h2 {
  color: #fff;
  margin-bottom: 30px;
  font-size: 3rem;
  font-weight: 700;
}
#hero p {
  width: 100%;
  font-size: 1.5rem;
  -webkit-animation-delay: 0.4s;
  animation-delay: 0.4s;
  margin: 0 auto 30px auto;
  color: #fff;
}
#hero a {
  color: transparent !important;
}
#hero .carousel-inner .carousel-item {
  transition-property: opacity;
  background-position: center top;
}
#hero .carousel-inner .carousel-item,
#hero .carousel-inner .active.carousel-item-start,
#hero .carousel-inner .active.carousel-item-end {
  opacity: 0;
}
#hero .carousel-inner .active,
#hero .carousel-inner .carousel-item-next.carousel-item-start,
#hero .carousel-inner .carousel-item-prev.carousel-item-end {
  opacity: 1;
  transition: 0.5s;
}
#hero .carousel-inner .carousel-item-next,
#hero .carousel-inner .carousel-item-prev,
#hero .carousel-inner .active.carousel-item-start,
#hero .carousel-inner .active.carousel-item-end {
  left: 0;
  transform: translate3d(0, 0, 0);
}
#hero .carousel-control-next-icon, #hero .carousel-control-prev-icon {
  background: none;
  font-size: 30px;
  line-height: 0;
  width: auto;
  height: auto;
  background: rgba(255, 255, 255, 0.2);
  border-radius: 50px;
  transition: 0.3s;
  color: rgba(255, 255, 255, 0.5);
  width: 54px;
  height: 54px;
  display: flex;
  align-items: center;
  justify-content: center;
}
#hero .carousel-control-next-icon:hover, #hero .carousel-control-prev-icon:hover {
  background: rgba(255, 255, 255, 0.3);
  color: rgba(255, 255, 255, 0.8);
}
#hero .carousel-indicators li {
  cursor: pointer;
}
@media (max-width: 768px) {
  #hero h1 {
    font-size: 3rem;
  }
  #hero h2 {
    font-size: 1.5rem;
  }
  #hero p {
    font-size: 1rem;
  }
}
@media (min-width: 1024px) {
  #hero p {
    width: 50%;
  }
  #hero .carousel-control-prev, #hero .carousel-control-next {
    width: 5%;
  }
}

/************************************************HERO2 SECTION*********************************************/
#hero2 {
  width: 100%;
  height: 80vh;
  background-color: rgba(39, 37, 34, 0.8);
  overflow: hidden;
  padding: 0;
}
#hero2 .carousel-item {
  width: 100%;
  height: 100vh;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
#hero2 .carousel-item::before {
  content: "";
  background-color: rgba(12, 11, 10, 0.5);
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
}
#hero2 .carousel-container {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
}
#hero2 .carousel-content {
  text-align: center;
}
#hero2 h1 {
  color: #b1976b;
  margin-bottom: 30px;
  font-size: 5rem;
  font-weight: 900;
}
#hero2 h2 {
  color: #fff;
  margin-bottom: 30px;
  font-size: 3rem;
  font-weight: 700;
}
#hero2 p {
  width: 100%;
  font-size: 1.5rem;
  -webkit-animation-delay: 0.4s;
  animation-delay: 0.4s;
  margin: 0 auto 30px auto;
  color: #fff;
}
#hero2 a {
  color: transparent !important;
}
#hero2 .carousel-inner .carousel-item {
  transition-property: opacity;
  background-position: center top;
}
#hero2 .carousel-inner .carousel-item,
#hero2 .carousel-inner .active.carousel-item-start,
#hero2 .carousel-inner .active.carousel-item-end {
  opacity: 0;
}
#hero2 .carousel-inner .active,
#hero2 .carousel-inner .carousel-item-next.carousel-item-start,
#hero2 .carousel-inner .carousel-item-prev.carousel-item-end {
  opacity: 1;
  transition: 0.5s;
}
#hero2 .carousel-inner .carousel-item-next,
#hero2 .carousel-inner .carousel-item-prev,
#hero2 .carousel-inner .active.carousel-item-start,
#hero2 .carousel-inner .active.carousel-item-end {
  left: 0;
  transform: translate3d(0, 0, 0);
}
#hero2 .carousel-control-next-icon, #hero2 .carousel-control-prev-icon {
  background: none;
  font-size: 30px;
  line-height: 0;
  width: auto;
  height: auto;
  background: rgba(255, 255, 255, 0.2);
  border-radius: 50px;
  transition: 0.3s;
  color: rgba(255, 255, 255, 0.5);
  width: 54px;
  height: 54px;
  display: flex;
  align-items: center;
  justify-content: center;
}
#hero2 .carousel-control-next-icon:hover, #hero2 .carousel-control-prev-icon:hover {
  background: rgba(255, 255, 255, 0.3);
  color: rgba(255, 255, 255, 0.8);
}
#hero2 .carousel-indicators li {
  cursor: pointer;
}
@media (max-width: 768px) {
  #hero2 h1 {
    font-size: 3rem;
  }
  #hero2 h2 {
    font-size: 1.5rem;
  }
  #hero2 p {
    font-size: 1rem;
  }
}
@media (min-width: 1024px) {
  #hero2 p {
    width: 50%;
  }
  #hero2 .carousel-control-prev, #hero2 .carousel-control-next {
    width: 5%;
  }
}

/************************************************INTRO SECTION*********************************************/

#intro-section {
  background: #eae7de;
}
#intro-section p {
  font-size: 1.5rem;
}
@media (max-width: 768px) {
  #intro-section p {
    font-size: 1.2rem;
  }
}

/************************************************STEPS*********************************************/
.steps {
  background: url("../img/subotic/background1.jpg") center center fixed;
  background-size: cover;
  background-repeat: no-repeat;
}
.steps {
  padding: 0px 0 0px 0;
}
.steps .row {
  overflow: hidden;
}
.steps .content-item {
  padding: 40px;
  margin: -1px;
}
#steps h1 {
  font-size: 2rem;
}
#steps h4 {
  font-size: 1.25rem;
}
@media (max-width: 768px) {
  .steps .content-item {
    padding: 40px 0;
  }
}

/************************************************USLUGE SECTION*********************************************/
#usluge-section {
  background: linear-gradient(to right, #97959782, #1b171d82), url("../img/subotic/Justice-image-1920x960.jpg") fixed center center;
  background-size: cover;
  background-repeat: no-repeat;
  padding: 0px;
}
#usluge-bg-1 {
  color: rgba(255, 255, 255, 0.75);
  transition: all 0.3s ease-in-out;
}
#usluge-bg-1 h1{
  font-size: 2rem;
  font-weight: 700;
}
#usluge-bg-1 h2{
  font-size: 1.5rem;
  font-weight: 700;
}
#usluge-bg-1 h4{
font-size: 1.25rem;
}
.white {
  color: #ffffff;
}

/************************************************SERVICES*********************************************/

#services {
  background: #eae7de;
}
.services .icon-box {
  padding: 30px;
  position: relative;
  overflow: hidden;
  margin: 0;
  background-color: #b1976b2a;
  transition: all 0.3s ease-in-out;
  border-radius: 15px;
  text-align: center;
  margin-bottom: 40px;
}
.services .icon-box:hover {
  box-shadow: 10px 12px 29px 10px rgba(37, 37, 37, 0.1);
  background-color: #b1976b56;
}
.services .icon i {
  font-size: 48px;
  line-height: 1;
  margin-bottom: 15px;
}
.services .title {
  font-weight: 700;
  margin-bottom: 15px;
  font-size: 1.2rem;
}
.services .title a {
  color: #111;
}
.services .description {
  font-size: 1rem;
  line-height: 28px;
  margin-bottom: 0;
  color: #111;
}
.services a:hover {
  color: #b1976b;
}
.services a:visited {
  color: #111;
}
.slicice {
  width: 80px;
  padding-bottom: 2rem;
}
@media (max-width: 992px) {
  .o-prava {
      margin-bottom: 0rem !important;
  }
}
@media (max-width: 768px){
  .services .icon-box {
    width: 100%;
    padding: 12px;
    margin: 12px;
  }
  .services .slicice {
    width: 40px;
    padding-bottom: 1rem;
  }
}


/************************************************ TEAM *********************************************/
.team {
  background: url("../img/subotic/background3.jpg") center center fixed;
  background-size: cover;
  background-repeat: no-repeat;
}
.team h2 {
  margin-top: 40px;
  margin-bottom: 16px;
}
.team p {
  text-align: justify;
  font-size: 1rem;
}
.team .member {
  border-radius: 20px;
}
.team img {
  border-radius: 20px;
}
.team .member {
  text-align: center;
  margin-bottom: 20px;
  position: relative;
  overflow: hidden;
}
.team .member .member-info {
  opacity: 0;
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
  transition: 0.2s;
}
.team .member .member-info-content {
  position: absolute;
  left: 0px;
  right: 0;
  bottom: 0;
  transition: bottom 0.4s;
}
.team .member .member-info-content h3 {
  font-weight: 700;
  margin-bottom: 2px;
  color: #fff;
}
.team .member .member-info-content span {
  font-style: italic;
  display: block;
  font-size: 13px;
  color: #fff;
}
.team .member:hover .member-info {
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.9) 0%, rgba(0, 0, 0, 0.8) 20%, rgba(0, 212, 255, 0) 100%);
  opacity: 1;
  transition: 0.4s;
}
.team .member:hover .member-info-content {
  bottom: 30px;
  transition: bottom 0.4s;
}
.team .member:hover .social {
  left: 0;
  transition: left ease-in-out 0.3s;
}
.team .img-fluid {
  max-width: 60%;
}
#team .btn {
  margin-top: 30px;
  background-color: #b1976b;
  border-color: #b1976b;
}
#myDIV {
  padding-top: 30px;
  padding-bottom: 30px;
  display: none;
} 

/************************************************CONTACT SECTION*********************************************/

#contact-info-section {
  padding: 0px;
}
#contact-info {
  background-color: #b1976b;
}
#contact-info h4{
  word-wrap: break-word
}
.napomena {
  color: #ffffff85;
  line-height: 1.5;
  text-align: justify;
}
#contact-info-section i:hover {
  cursor: pointer;
  color: black;
}
@media (max-width: 1200px) {
  #contact-info h4 {
      font-size: 1.5rem;
  }
}
@media (max-width: 992px) {
  #contact-info h4 {
      font-size: 1.4rem;
  }
}
@media (max-width: 768px) {
  #contact-info h4 {
      font-size: 1.2rem;
  }
}

/************************************************CONTACT SECTION2*********************************************/

#contact-info-section2 {
  padding: 0px;
}
#contact-info-section2 i:hover {
  cursor: pointer;
  color: black;
}

/************************************************MAP SECTION*********************************************/

.map {
  display: flex !important;
  height: 480px;
  padding: 0px;
}

.map iframe {
  width: 100vw;
}

/************************************************FOOTER SECTION*********************************************/

footer {
  background: #111;
}
footer a{
  margin-left: 20px;
}
.bold {
  font-weight: bold;
}
footer .right {
  text-align: right;
}

/************************************************PHONE*********************************************/
.phone {
  background-color: #b1976b;
  text-align: center;
  padding: 12px;
}
.phone .center {
  margin: auto;
}
.phone a {
  color: #fff;
  font-size: 2rem;
  text-decoration: none;
}
@media (max-width: 992px) {
  #phone a {
    font-size: 1.5rem;
  }}

/************************************************BTN*********************************************/
#about-section {
  background-color: #eae7de;
}
#about-section .btn {
  background-color: #b1976b;
  border-color: #b1976b;
}
@media (max-width: 768px) {
  #about-section {
      text-align: center;
  }}

