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

*::-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;
  border-bottom: 2px solid #313236;
  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;
}

.onama-main {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: 50px;
  padding: 50px;
  background-color: #f6f6f6;
  box-shadow: 5px 4px 15px 0px rgba(0, 0, 0, 0.2);
}

.slika-main {
  display: flex;
  flex-direction: column;
  width: 500px;
  flex-basis: 2;
}

.onama-main img {
  width: 20%;
}

.onama-text ul {
  display: flex;
  flex-direction: column;
  gap: 10px;
  font-size: 20px;
  max-width: 1000px;
  padding-right: 50px;
}

.onama-text p {
  font-family: "Times New Roman", Times, serif;
}

.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-decoration: none;
  color: black;
  font-size: 27px;
  font-family: "Times New Roman", Times, serif;
}

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

.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) {
  .footer-slika {
    max-width: 1440px;
  }
  .footer {
    height: 200px;
    gap: 320px;
    margin-right: 100px;
  }
}
@media screen and (max-width: 1366px) {
  .navbar-nav ul {
    gap: 50px;
  }
}
@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;
  }
  .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;
  }
  .onama-main {
    flex-direction: column;
    text-align: center;
  }
  .onama-main img {
    width: 35%;
  }
  .onama-text ul {
    padding-right: 0px;
  }
  .pitanje-advokatu {
    margin-top: 45px;
    margin-bottom: 40px;
    gap: 100px;
  }
  .pitanje-advokatu-text1 {
    font-size: 25px;
  }
  .pitanje-advokatu-text2 {
    font-size: 16px;
  }
  .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: 3px;
    margin-left: 3px;
    gap: 3px;
    font-size: 13px;
  }
  .navbar-nav {
    display: none;
  }
  .nav-btn {
    font-size: 18px;
  }
  .nav-active {
    text-underline-offset: 5px !important;
  }
  .dropbtn {
    display: block;
  }
  .onama-main img {
    width: 55%;
  }
  .onama-text ul {
    font-size: 18px;
  }
  .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: 375px) {
  .header-info {
    max-width: 375px;
  }
  .header-info ul {
    gap: 3px;
    font-size: 12px;
  }
  #toggle {
    left: 20px;
  }
}
@media screen and (max-width: 350px) {
  .header-info ul {
    margin-left: 0px;
    margin-right: 0px;
    gap: 3px;
    font-size: 11px;
  }
}/*# sourceMappingURL=onamav2.css.map */