* {
  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;
}

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

.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;
}

.uvod {
  position: relative;
  height: 540px;
}

.uvod-slika {
  position: absolute;
}

.uvod-slika2 {
  position: absolute;
}

.uvod-text {
  display: flex;
  flex-direction: column;
  position: relative;
  max-width: 1000px;
  top: 35%;
  left: 50px;
  gap: 20px;
}

.uvod-logo {
  z-index: 1;
  width: 230px;
}

.uvod-text p {
  color: white;
  max-width: 430px;
  font-size: 20px;
}

.detaljnije-dugme {
  position: relative;
  background-color: transparent;
  border: 2px solid color;
  border-radius: 5px;
  top: 40px;
  padding-top: 5px;
  padding-bottom: 5px;
  border: 2px solid white;
  transition: 0.5s;
  text-decoration: none;
  color: white;
  font-size: 25px;
  width: 200px;
  font-family: "Times New Roman", Times, serif;
  text-align: center;
}

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

.oblast-prava {
  position: relative;
  bottom: 26px;
}

.oblast-prava-text {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.oblast-prava-text img {
  position: relative;
  z-index: 5;
  width: 100px;
  height: auto;
}

.oblast-prava-text p {
  font-size: 25px;
  font-family: "Times New Roman", Times, serif;
}

.oblast-prava-slike {
  margin-left: 250px;
  margin-right: 250px;
  margin-top: 100px;
  margin-bottom: 100px;
}

.oblast-prava-slike ul {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 60px;
}

.prava-slika {
  width: 300px;
  height: 180px;
  border: 1px solid #707070;
  border-radius: 5px;
  overflow: hidden;
}

.prava-slika:hover {
  cursor: pointer;
}

.prava-slika:hover .prava-detaljnije {
  opacity: 1;
}

.prava-slika img {
  position: relative;
  bottom: 8%;
  margin: auto;
  transform: scale(0.6);
}

.prava-slika2 {
  position: relative;
  left: 12.5%;
  width: 75%;
}

.prava-slika3 {
  position: relative;
  top: 0;
  width: 95%;
}

.prava-slika4 {
  position: relative;
  right: 5%;
  width: 110%;
}

.prava-slika5 {
  position: relative;
  right: 5%;
  top: 2%;
  width: 110%;
}

.prava-slika6 {
  position: relative;
  left: 5%;
  top: 0;
  width: 90%;
}

.prava-text {
  position: relative;
  bottom: 15%;
  text-align: center;
  font-size: 17px;
}

.prava-detaljnije {
  opacity: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  background-color: #cbb89c;
  width: 300px;
  height: 180px;
  border-radius: 5px;
  z-index: 1;
  transition: 0.5s;
}

.prava-detaljnije p {
  font-size: 25px;
  font-family: "Times New Roman", Times, serif;
  color: white;
}

.porodicno-pravo-textovi {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 50px;
  padding-top: 20px;
  margin-left: 25px;
  margin-right: 25px;
}

.porodicno-pravo img {
  position: absolute;
  z-index: -1;
  overflow-x: hidden;
}

.p-pravo-naslov {
  text-align: center;
  font-size: 25px;
  font-family: "Times New Roman", Times, serif;
}

.p-pravo-naslov u {
  text-decoration: underline;
  text-underline-offset: 5px;
}

.p-pravo-text {
  text-align: left;
  font-size: 22px;
  max-width: 1200px;
}

.pp-dugme {
  position: relative;
  bottom: 20px;
  background-color: transparent;
  border: 2px solid color;
  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;
}

.pp-dugme:hover {
  cursor: pointer;
  border-color: white;
  color: white;
}

.o-nama {
  display: flex;
  flex-direction: column;
  margin-top: 80px;
  align-items: center;
  gap: 20px;
  padding-top: 25px;
  padding-bottom: 80px;
  border-top: 15px solid #313236;
  background-color: #f6f6f6;
  box-shadow: 5px 4px 15px 0px rgba(0, 0, 0, 0.2);
}

.o-nama-naslov {
  font-size: 25px;
  font-family: "Times New Roman", Times, serif;
  margin-bottom: 20px;
}

.o-nama-naslov2 {
  font-size: 25px;
  font-style: italic;
}

.o-nama-text {
  display: flex;
  flex-direction: column;
  gap: 10px;
  font-size: 20px;
  margin-left: 50px;
  margin-right: 50px;
  max-width: 80%;
}

.upitnik {
  display: flex;
  flex-direction: row;
  justify-content: center;
  gap: 120px;
  margin-left: 100px;
  margin-right: 100px;
  margin-top: 150px;
}

.upitnik-text {
  display: flex;
  flex-direction: column;
  gap: 60px;
}

.upitnik-text ul {
  display: flex;
  flex-direction: column;
  gap: 30px;
  font-size: 20px;
}

.upitnik-text-naslov {
  font-size: 30px;
  background-color: black;
  color: white;
  text-align: center;
  padding: 10px 0 10px 0;
  border-radius: 5px;
}

.upitnik-slika {
  position: relative;
  bottom: 55px;
}

.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;
}

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

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

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

.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;
}

@media screen and (max-width: 1440px) {
  .oblast-prava-slike {
    margin-left: 200px;
    margin-right: 200px;
  }
  .upitnik-slika {
    bottom: 0;
  }
  .footer-slika {
    max-width: 1440px;
  }
  .footer {
    height: 200px;
    gap: 320px;
    margin-right: 100px;
  }
}
@media screen and (max-width: 1366px) {
  .navbar-nav ul {
    gap: 50px;
  }
  .oblast-prava-slike {
    margin-left: 150px;
    margin-right: 150px;
  }
}
@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;
  }
  .uvod {
    height: 200px;
  }
  .uvod-slika {
    max-width: 1024px;
  }
  .uvod-slika2 {
    max-width: 440px;
  }
  .uvod-text {
    transform: scale(0.8);
    max-width: 333px;
    top: 29%;
    left: -10px;
    gap: 20px;
  }
  .uvod-text p {
    font-size: 18px;
  }
  .detaljnije-dugme {
    top: 0;
    font-size: 23px;
  }
  .oblast-prava {
    bottom: 0px;
    top: 61px;
  }
  .oblast-prava-slike {
    margin-left: 25px;
    margin-right: 25px;
    margin-bottom: 130px;
  }
  .oblast-prava-text p {
    font-size: 23px;
  }
  .oblast-prava-slike ul {
    gap: 30px;
  }
  .porodicno-pravo img {
    display: none;
  }
  .porodicno-pravo {
    background-color: #CBB89C;
  }
  .p-pravo-naslov {
    font-size: 23px;
  }
  .p-pravo-text {
    font-size: 20px;
  }
  .pp-dugme {
    font-size: 23px;
  }
  .o-nama-naslov {
    font-size: 23px;
  }
  .o-nama-naslov2 {
    font-size: 23px;
  }
  .o-nama-text {
    font-size: 20px;
  }
  .upitnik {
    margin-left: 50px;
    margin-right: 25px;
    margin-top: 120px;
    gap: 0px;
  }
  .upitnik-text {
    gap: 20px;
  }
  .upitnik-slika {
    transform: scale(0.6);
    max-width: 440px;
    bottom: 55px;
  }
  .p-pravo-text {
    max-width: 900px;
  }
  .upitnik-text ul {
    font-size: 18px;
  }
  .upitnik-text-naslov {
    font-size: 28px;
  }
  .pitanje-advokatu {
    margin-top: 200px;
    margin-bottom: 50px;
  }
  .pitanje-advokatu-text1 {
    font-size: 35px;
  }
  .pitanje-advokatu-text2 {
    font-size: 18px;
  }
  .kontakt-dugme {
    font-size: 23px;
  }
  .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) {
  *::-webkit-scrollbar {
    display: none;
  }
  .header-info ul {
    margin-right: 25px;
  }
  .navbar {
    height: 100px;
  }
  .navbar-nav a {
    font-size: 11px;
  }
  .navbar-logo img {
    width: 80%;
  }
  .nav-btn {
    font-size: 15px;
  }
  .uvod-slika {
    max-width: 768px;
  }
  .uvod-slika2 {
    max-width: 330px;
  }
  .uvod-logo {
    width: 180px;
  }
  .uvod-text {
    top: 15px;
    left: -23px;
  }
  .uvod-text p {
    font-size: 17px;
    max-width: 250px;
    top: 13%;
    left: -20px;
    gap: 10px;
  }
  .detaljnije-dugme {
    font-size: 20px;
    width: 150px;
  }
  .oblast-prava-text p {
    font-size: 18px;
  }
  .oblast-prava-text img {
    width: 80px;
  }
  .oblast-prava {
    top: -5px;
  }
  .oblast-prava-slike {
    margin-bottom: 40px;
    margin-top: 40px;
  }
  .porodicno-pravo-textovi {
    gap: 30px;
    padding-top: 30px;
  }
  .p-pravo-naslov {
    font-size: 20px;
  }
  .p-pravo-text {
    max-width: 700px;
    font-size: 18px;
  }
  .pp-dugme {
    font-size: 20px;
  }
  .o-nama-naslov {
    font-size: 20px;
  }
  .o-nama-naslov2 {
    font-size: 20px;
  }
  .o-nama-text {
    font-size: 18px;
  }
  .upitnik-text-naslov {
    font-size: 20px;
    padding: 10px 5px 10px 5px;
  }
  .upitnik {
    margin-top: 70px;
    margin-left: 0px;
    margin-right: 0px;
    padding-left: 35px;
    padding-right: 35px;
    padding-bottom: 20px;
  }
  .upitnik-text {
    gap: 10px;
  }
  .upitnik-text ul {
    font-size: 18px;
    gap: 10px;
  }
  .upitnik-slika {
    transform: scale(0.5);
    max-width: 380px;
    display: none;
  }
  .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;
  }
  .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) {
  .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;
  }
  .prava-text {
    font-size: 15px;
  }
  .pp-dugme {
    font-size: 18px;
  }
  .o-nama-naslov {
    font-size: 20px;
  }
  .o-nama-naslov2 {
    font-size: 20px;
  }
  .o-nama-text {
    font-size: 18px;
    margin-left: 25px;
    margin-right: 25px;
  }
  .p-pravo-text {
    font-size: 18px;
    max-width: 400px;
    text-align: center;
  }
  .upitnik-slika {
    display: none;
  }
  .upitnik-text-naslov {
    padding: 10px 10px 10px 10px;
  }
  .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) {
  .header-info {
    max-width: 375px;
  }
  .header-info ul {
    margin-left: 3px;
    margin-right: 3px;
    gap: 3px;
    font-size: 12px;
  }
  #toggle {
    left: 20px;
  }
  .uvod-slika {
    left: -70px;
  }
  .porodicno-pravo-textovi {
    margin-left: 15px;
    margin-right: 15px;
  }
  .porodicno-pravo img {
    height: 290px;
  }
}
@media screen and (max-width: 350px) {
  .header-info ul {
    margin-left: 0px;
    margin-right: 0px;
    gap: 3px;
    font-size: 11px;
  }
}/*# sourceMappingURL=homev2.css.map */