* {
  margin: 0;
  padding: 0;
  text-decoration: none;
  list-style: none;
  scrollbar-width: 5px;
  scrollbar-color: #313236 rgba(255, 255, 255, 0);
}

html {
  box-sizing: border-box;
  height: 100%;
  width: 100%;
}

body {
  position: relative;
  overflow-x: hidden;
  overflow-y: overlay;
  box-sizing: border-box;
  height: 100%;
  width: 100%;
  font-family: Calibri, Candara, Segoe, "Segoe UI", Optima, Arial, sans-serif;
}

html, body {
  overflow-x: hidden;
}

*::-webkit-scrollbar {
  width: 5px;
}

*::-webkit-scrollbar-track {
  background: transparent;
}

*::-webkit-scrollbar-thumb {
  background-color: #313236;
  border-radius: 10px;
  border: 1px solid transparent;
}

header {
  z-index: 999;
}

.header-info {
  margin: 0 auto;
  position: relative;
  padding-top: 3px;
  padding-bottom: 3px;
  background-color: #f6f6f6;
  z-index: 29;
}

.header-info ul {
  display: flex;
  flex-direction: row;
  gap: 80px;
  justify-content: flex-end;
  margin-right: 100px;
}

.navbar {
  display: flex;
  position: relative;
  flex-direction: row;
  height: 120px;
  align-items: center;
  justify-content: space-between;
  padding-left: 100px;
  padding-right: 100px;
  background-color: white;
  z-index: 30;
}

.navbar-logo {
  display: flex;
  justify-content: flex-start;
}

.navbar-nav ul {
  display: flex;
  flex-direction: row;
  gap: 80px;
}

.navbar-nav a {
  font-family: "Times New Roman", Times, serif;
  transition: 0.3s;
}

.nav-btn {
  position: relative;
  color: black;
  font-size: 19px;
  border: none;
  background-color: transparent;
}

.nav-btn:hover {
  color: #CBB89C;
  cursor: pointer;
}

.nav-btn-hover:after {
  position: absolute;
  bottom: -15px;
  left: 0;
  right: 0;
  margin: auto;
  width: 0%;
  content: ".";
  color: transparent;
  background: #CBB89C;
  height: 2px;
  transition: all 0.3s;
}

.nav-btn-hover:hover:after {
  width: 100%;
}

.nav-active {
  color: #CBB89C !important;
  text-decoration: underline !important;
  -webkit-text-decoration-color: #CBB89C !important;
          text-decoration-color: #CBB89C !important;
  text-decoration-thickness: 2px !important;
  text-underline-offset: 15px !important;
}

.dropbtn {
  display: none;
}

#toggle {
  position: relative;
  left: 40px;
  width: 28px;
  height: 30px;
  margin: 10px auto;
  border-radius: 5px;
}

#toggle div {
  width: 100%;
  height: 5px;
  background: #313236;
  margin: 4px auto;
  transition: all 0.3s;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  border-radius: 5px;
}

#toggle.on .one {
  transform: rotate(45deg) translate(5px, 5px);
}

#toggle.on .two {
  opacity: 0;
}

#toggle.on .three {
  transform: rotate(-45deg) translate(7px, -8px);
}

.navbar-dropdown {
  position: absolute;
  height: 170px;
  width: 100%;
  top: 100px;
  border-top: 2px solid #313236;
  border-bottom: 3px solid #CBB89C;
  background-color: white;
  z-index: 1;
  transition: 0.5s;
}

.dropdown-active {
  position: absolute;
  top: -72px;
  transition: 0.5s;
  z-index: 1;
}

.dropdown-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 10px;
  margin-top: 10px;
  margin-bottom: 10px;
}

.oblastrada-uvod img {
  position: absolute;
  z-index: -1;
}

.oblastrada-uvod p {
  font-size: 45px;
  color: white;
  position: relative;
  top: 280px;
  left: 100px;
  font-family: "Times New Roman", Times, serif;
}

.footer-slika {
  position: absolute;
  z-index: -1;
}

.footer {
  display: flex;
  flex-direction: row;
  gap: 450px;
  justify-content: flex-end;
  margin-right: 190px;
  align-items: center;
  height: 290px;
  color: #cbb89c;
}

.footer-text {
  display: flex;
  flex-direction: column;
  gap: 15px;
  margin-top: 5px;
}

.footer-text ul {
  display: flex;
  flex-direction: column;
  gap: 5px;
  font-size: 18px;
  text-align: left;
}

.footer-text a {
  text-decoration: none;
  list-style: none;
  color: #cbb89c;
}

.footer-naslov {
  text-align: left;
  font-size: 25px;
  text-decoration: underline;
  text-underline-offset: 5px;
}

.razvod-braka {
  display: flex;
  flex-direction: row;
  margin-top: 365px;
  margin-left: 100px;
  margin-right: 100px;
  gap: 40px;
}

.razvod-braka-glavni {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 450px;
  max-width: 1020px;
  width: 1020px;
  border-left: 15px solid #313236;
  border-radius: 0 5px 5px 0;
  gap: 30px;
  padding-left: 50px;
  padding-right: 50px;
  padding-top: 50px;
  padding-bottom: 30px;
  background-color: #f6f6f6;
  box-shadow: 5px 4px 15px 0px rgba(0, 0, 0, 0.2);
}

.textovi {
  display: flex;
  flex-direction: column;
  gap: 20px;
  max-height: 420px;
  width: 1020px;
}

.naslov {
  font-size: 28px;
  font-family: "Times New Roman", Times, serif;
  text-decoration: underline;
  -webkit-text-decoration-color: #CBB89C;
          text-decoration-color: #CBB89C;
  text-underline-offset: 10px;
}

.text {
  font-size: 22px;
}

.razvod-braka-slide {
  display: flex;
  flex-direction: row;
  gap: 20px;
  align-items: center;
}

.razvod-braka-slide div {
  width: 35px;
  height: 3px;
  background-color: #313236;
  border-radius: 5px;
}

.razvod-braka-slide div:hover {
  cursor: pointer;
}

.slide-active {
  background-color: #CBB89C !important;
  height: 5px !important;
}

.razvod-braka-izbor {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 50px;
}

.izbor {
  display: flex;
  width: 185px;
  height: 95px;
  background-color: #313236;
  color: white;
  align-items: center;
  justify-content: center;
  padding-left: 15px;
  padding-right: 15px;
  text-align: center;
  font-size: 20px;
  font-family: "Times New Roman", Times, serif;
  border-radius: 5px;
}

.izbor-detaljnije {
  display: flex;
  position: absolute;
  width: 185px;
  height: 95px;
  background-color: #cbb89c;
  color: white;
  align-items: center;
  justify-content: center;
  padding-left: 15px;
  padding-right: 15px;
  text-align: center;
  font-size: 20px;
  font-family: "Times New Roman", Times, serif;
  border-radius: 5px;
  opacity: 0;
  transition: 0.2s;
}

.izbor-detaljnije:hover {
  cursor: pointer;
}

.izbor:hover {
  cursor: pointer;
}

.izbor:hover .izbor-detaljnije {
  opacity: 1;
}

.text-ispod {
  display: flex;
  flex-direction: row;
  margin-left: 100px;
  margin-top: 15px;
  font-size: 18px;
  font-family: "Times New Roman", Times, serif;
  color: gray;
}

.text-ispod-1 {
  cursor: pointer;
}

.text-ispod-2 {
  font-size: 18px;
  font-family: "Times New Roman", Times, serif;
  color: black;
  font-weight: 600;
}

.spacer {
  width: 100%;
  height: 30px;
  background-color: #313236;
  margin-top: 50px;
}

.spacer-m {
  display: none;
  width: 100%;
  height: 30px;
  background-color: #313236;
  margin-top: 50px;
}

.filter {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 30px;
  width: 100%;
  height: 365px;
  background-color: rgba(0, 0, 0, 0.58);
  position: absolute;
}

.ostalo-uvod img {
  position: absolute;
  z-index: -1;
}

.ostalo-uvod {
  display: flex;
  flex-direction: column;
  gap: 30px;
  align-items: center;
  min-height: 220px;
}

.o-naslov {
  position: relative;
  top: 50px;
  color: white;
  font-size: 25px;
  font-family: "Times New Roman", Times, serif;
  text-align: center;
  text-decoration: underline;
  -webkit-text-decoration-color: #CBB89C;
          text-decoration-color: #CBB89C;
  text-underline-offset: 10px !important;
}

.o-text {
  position: relative;
  top: 50px;
  color: white;
  font-size: 20px;
  max-width: 800px;
  text-align: center;
}

.ostalo-izbor {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  margin-left: 100px;
  margin-right: 100px;
  justify-content: center;
  gap: 50px;
}

.o-1 {
  margin-top: 200px;
  margin-left: 200px;
  margin-right: 200px;
}

.ostalo-izbor div {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 350px;
  height: 50px;
  background-color: #313236;
  color: white;
  text-align: center;
  font-size: 20px;
  padding: 10px 10px 5px 5px;
  border-top: 10px solid #CBB89C;
}

.ostalo-izbor div:hover {
  cursor: pointer;
}

.pitanje-advokatu {
  display: flex;
  margin-top: 50px;
  margin-bottom: 50px;
  justify-content: center;
  gap: 150px;
}

.pitanje-advokatu-text1 {
  font-size: 40px;
  font-weight: bold;
}

.pitanje-advokatu-text2 {
  font-size: 18px;
}

.pa-btn {
  display: flex;
  flex-direction: row;
  gap: 10px;
}

.kontakt-dugme {
  position: relative;
  background-color: transparent;
  border: 2px solid color;
  top: 40px;
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 20px;
  padding-right: 20px;
  border: 2px solid black;
  transition: 0.5s;
  text-align: center;
  text-decoration: none;
  color: black;
  font-size: 27px;
  font-family: "Times New Roman", Times, serif;
}

.kontakt-dugme:hover {
  cursor: pointer;
  border-color: #CBB89C;
  color: #CBB89C;
}

.spacer {
  margin-bottom: 30px;
}

.slide-wrap {
  display: none;
  margin-top: 170px;
}

/* Slideshow container */
.slideshow-container {
  display: none;
  max-width: 90%;
  position: relative;
  margin: auto;
  margin-top: 50px;
  border-left: 15px solid #313236;
}

/* Hide the images by default */
.mySlides {
  display: none;
}

/* Next & previous buttons */
.prev, .next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  margin-top: -22px;
  padding: 16px;
  color: black;
  font-weight: bold;
  font-size: 18px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

/* Position the "next button" to the right */
.next {
  right: 0;
  border-radius: 3px 0 0 3px;
}

/* On hover, add a black background color with a little bit see-through */
/* Caption text */
.Ctext {
  color: #313236;
  font-size: 17px;
  position: absolute;
  top: 8px;
  width: 100%;
  text-align: center;
  font-family: "Times New Roman", Times, serif;
}

/* Number text (1/3 etc) */
/* The dots/bullets/indicators */
.dot {
  cursor: pointer;
  height: 15px;
  width: 15px;
  margin: 0 2px;
  background-color: rgba(49, 50, 54, 0.5882352941);
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.6s ease;
}

.active, .dot:hover {
  background-color: #cbb89c;
}

/* Fading animation */
.rb-slideshow {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 40px;
  color: black;
  background-color: #f6f6f6;
  height: 450px;
  width: 100%;
  border-radius: 0px 10px 10px 0px;
  box-shadow: 5px 4px 15px 0px rgba(0, 0, 0, 0.2);
}

.rb-naslov {
  margin-top: 40px;
  font-size: 25px;
  font-family: "Times New Roman", Times, serif;
}

.rb-text {
  max-width: 85%;
  font-size: 20px;
}

.os-slideshow {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 40px;
  color: black;
  background-color: #f6f6f6;
  height: 400px;
  width: 100%;
  border-radius: 0px 10px 10px 0px;
  box-shadow: 5px 4px 15px 0px rgba(0, 0, 0, 0.2);
}

.os-naslov {
  margin-top: 40px;
  font-size: 25px;
  font-family: "Times New Roman", Times, serif;
}

.os-text {
  max-width: 85%;
  font-size: 20px;
}

@media screen and (max-width: 1440px) {
  .razvod-braka {
    margin-left: 50px;
    margin-right: 50px;
    gap: 30px;
  }
  .razvod-braka-glavni {
    max-width: 800px;
    width: 800px;
  }
  .izbor {
    width: 155px;
    font-size: 18px;
  }
  .razvod-braka-izbor {
    gap: 50px;
  }
  .izbor-detaljnije {
    width: 155px;
    font-size: 18px;
  }
  .text-ispod {
    margin-left: 50px;
  }
  .o-1 {
    margin-left: 100px;
    margin-right: 100px;
  }
  .textovi {
    max-width: 750px;
  }
  .footer-slika {
    max-width: 1440px;
  }
  .footer {
    height: 200px;
    gap: 320px;
    margin-right: 100px;
  }
}
@media screen and (max-width: 1366px) {
  .navbar-nav ul {
    gap: 50px;
  }
  .razvod-braka {
    margin-left: 25px;
    margin-right: 25px;
  }
}
@media screen and (max-width: 1024px) {
  .header-info {
    max-width: 1024px;
  }
  .header-info ul {
    margin-right: 25px;
    gap: 50px;
    justify-content: flex-end;
    font-size: 13px;
  }
  .navbar {
    padding-left: 25px;
    padding-right: 25px;
  }
  .navbar-nav ul {
    gap: 30px;
  }
  .navbar-nav a {
    font-size: 17px;
  }
  .nav-btn {
    font-size: 17px;
  }
  .razvod-braka {
    flex-direction: column;
    flex-wrap: wrap;
  }
  .razvod-braka-izbor {
    margin-top: 60px;
  }
  .izbor {
    width: 161px;
  }
  .izbor-detaljnije {
    width: 161px;
  }
  .text-ispod {
    position: relative;
    bottom: 330px;
    margin-left: 50px;
  }
  .footer-slika {
    max-width: 1024px;
  }
  .footer {
    height: 145px;
    gap: 230px;
    margin-right: 60px;
  }
  .footer-naslov {
    font-size: 20px;
  }
  .footer-text ul {
    font-size: 16px;
    gap: 0;
  }
}
@media screen and (max-width: 768px) {
  .slide-wrap {
    display: block;
  }
  .slideshow-container {
    display: block;
  }
  .spacer-m {
    display: block;
  }
  *::-webkit-scrollbar {
    display: none;
  }
  .header-info ul {
    margin-right: 10px;
    font-size: 15px;
  }
  .navbar {
    height: 100px;
    padding-right: 10px;
    padding-left: 10px;
  }
  .navbar-nav ul {
    gap: 10px;
  }
  .navbar-nav a {
    font-size: 14px;
  }
  .navbar-logo img {
    width: 75%;
  }
  .nav-btn {
    font-size: 15px;
  }
  .oblastrada-uvod img {
    max-width: 1024px;
  }
  .oblastrada-uvod p {
    top: 150px;
    left: 25px;
    font-size: 30px;
  }
  .razvod-braka {
    display: none;
    margin-top: 250px;
    margin-left: 25px;
    margin-right: 25px;
  }
  .razvod-braka-glavni {
    max-width: 600px;
  }
  .textovi {
    max-width: 600px;
  }
  .naslov {
    font-size: 25px;
  }
  .text {
    font-size: 20px;
  }
  .text-ispod {
    bottom: 290px;
    margin-left: 25px;
  }
  .razvod-braka-izbor {
    gap: 30px;
  }
  .izbor {
    width: 127px;
    height: 80px;
    font-size: 16px;
  }
  .izbor-detaljnije {
    width: 127px;
    height: 80px;
    font-size: 16px;
  }
  .spacer {
    display: none;
  }
  .ostalo {
    display: none;
  }
  .o-naslov {
    font-size: 22px;
    top: 25px;
  }
  .o-text {
    font-size: 20px;
    max-width: 600px;
    top: 25px;
  }
  .o-1 {
    margin-left: 25px;
    margin-right: 25px;
    gap: 40px;
  }
  .ostalo-izbor div {
    width: 300px;
    font-size: 19px;
  }
  .pitanje-advokatu {
    margin-top: 45px;
    margin-bottom: 40px;
    gap: 100px;
  }
  .pitanje-advokatu-text1 {
    font-size: 25px;
  }
  .pitanje-advokatu-text2 {
    font-size: 18px;
  }
  .kontakt-dugme {
    font-size: 20px;
  }
  .pitanje-advokatu-text {
    margin-top: 20px;
  }
  .footer-slika {
    display: none;
  }
  .footer {
    display: none;
  }
  .footer {
    height: 116px;
    gap: 150px;
    margin-right: 30px;
    display: none;
  }
  .footer-slika {
    max-width: 768px;
  }
  .footer-text {
    gap: 10px;
  }
  .footer-naslov {
    font-size: 18px;
  }
  .footer-text ul {
    font-size: 15px;
  }
}
@media screen and (max-width: 425px) {
  .rb-slideshow {
    height: 740px;
    gap: 25px;
  }
  .rb-naslov {
    font-size: 23px;
    max-width: 80%;
    text-align: center;
  }
  .rb-text {
    font-size: 20px;
    max-width: 80%;
  }
  .os-slideshow {
    height: 640px;
    gap: 25px;
  }
  .os-naslov {
    font-size: 23px;
    max-width: 80%;
    text-align: center;
  }
  .os-text {
    font-size: 20px;
    max-width: 80%;
  }
  .header-info {
    display: none;
    max-width: 425px;
  }
  .header-info ul {
    justify-content: center;
    margin-right: 5px;
    margin-left: 5px;
    gap: 5px;
    font-size: 13px;
  }
  .navbar-nav {
    display: none;
  }
  .nav-btn {
    font-size: 18px;
  }
  .nav-active {
    text-underline-offset: 5px !important;
  }
  .dropbtn {
    display: block;
  }
  .oblastrada-uvod img {
    max-width: 768px;
    right: -310px;
  }
  .oblastrada-uvod p {
    top: 110px;
    left: 20px;
    font-size: 25px;
  }
  .razvod-braka {
    margin-top: 170px;
    margin-left: 15px;
    margin-right: 15px;
  }
  .razvod-braka-glavni {
    max-width: 305px;
    padding-top: 30px;
    padding-left: 30px;
    border-left: 10px solid #313236;
    height: 700px;
  }
  .textovi {
    max-width: 325px;
  }
  .naslov {
    font-size: 23px;
  }
  .razvod-braka-izbor {
    margin-left: 20px;
  }
  .text-ispod {
    bottom: 510px;
    margin-left: 15px;
    font-size: 16px;
  }
  .text-ispod-2 {
    font-size: 16px;
  }
  .filter {
    background-color: #313236;
    height: 550px;
    border-top: 3px solid #CBB89C;
    border-bottom: 3px solid #CBB89C;
  }
  .o-naslov {
    text-decoration: none;
    top: 20px;
  }
  .o-text {
    max-width: 375px;
    top: 20px;
  }
  .o-1 {
    margin-top: 380px;
  }
  .pitanje-advokatu {
    gap: 20px;
    margin-bottom: 100px;
    padding-left: 35px;
    padding-right: 35px;
  }
  .pitanje-advokatu-text {
    margin-top: 0px;
  }
  .pa-btn {
    flex-direction: column;
    text-align: center;
  }
  .kontakt-dugme {
    font-size: 18px;
  }
  .pitanje-advokatu-slika {
    position: relative;
    top: 50px;
  }
}
@media screen and (max-width: 390px) {
  .os-slideshow {
    height: 750px;
  }
}
@media screen and (max-width: 375px) {
  .rb-slideshow {
    height: 835px;
  }
  .os-slideshow {
    height: 790px;
  }
  .header-info {
    max-width: 375px;
  }
  .header-info ul {
    margin-left: 3px;
    margin-right: 3px;
    gap: 3px;
    font-size: 12px;
  }
  #toggle {
    left: 20px;
  }
  .oblastrada-uvod img {
    max-width: 660px;
    right: -270px;
  }
  .oblastrada-uvod p {
    top: 90px;
    left: 15px;
    font-size: 25px;
  }
  .razvod-braka {
    margin-top: 170px;
    margin-left: 15px;
    margin-right: 15px;
  }
  .razvod-braka-glavni {
    max-width: 255px;
    padding-top: 30px;
    padding-left: 30px;
    border-left: 10px solid #313236;
    height: 760px;
  }
  .textovi {
    max-width: 275px;
  }
  .naslov {
    font-size: 23px;
  }
  .razvod-braka-izbor {
    margin-left: 5px;
    gap: 20px;
  }
  .text-ispod {
    bottom: 480px;
    margin-left: 15px;
    font-size: 18px;
  }
  .text-ispod-2 {
    font-size: 16px;
    display: none;
  }
  .filter {
    background-color: #313236;
    height: 550px;
    border-top: 3px solid #CBB89C;
    border-bottom: 3px solid #CBB89C;
  }
  .o-naslov {
    text-decoration: none;
    top: 20px;
  }
  .o-text {
    max-width: 345px;
    top: 20px;
  }
  .o-1 {
    margin-top: 380px;
  }
}
@media screen and (max-width: 350px) {
  .header-info ul {
    margin-left: 0px;
    margin-right: 0px;
    gap: 3px;
    font-size: 11px;
  }
}/*# sourceMappingURL=oblastradav2.css.map */