.site {
  position: relative;
}
.site .site-header {
  height: 100dvh;
  position: absolute;
  pointer-events: auto;
  width: 100%;
}
.site .site-header .overlay-bg {
  width: 100%;
  position: fixed;
  height: 100dvh;
  background-color: rgba(0, 0, 0, 0.7882352941);
  opacity: 0;
  z-index: 18;
  top: 0%;
  left: 0%;
  transition: 0.4s ease opacity;
  pointer-events: none;
}
.site .site-header .overlay-bg.active {
  opacity: 1;
}

.hamburger-container {
  z-index: 26;
  color: rgb(0, 0, 0);
  position: absolute;
  top: 20px;
  left: 30px;
  font-size: 32px;
  transition: 0.4s ease opacity, 0.4s ease color;
  opacity: 1;
  pointer-events: auto;
  cursor: pointer;
}
.hamburger-container:hover {
  color: #2d5e35;
}

.hamburger-container.active {
  opacity: 0;
  pointer-events: none;
}

.design-soon-container, .tires-soon-container {
  z-index: 25;
  position: fixed;
  height: 80dvh;
  width: 70%;
  font-family: Georgia, "Times New Roman", Times, serif;
  font-weight: 700;
  color: #5f9e69;
  background-color: white;
  top: 10dvh;
  left: 20dvw;
  box-shadow: 2px 2px 2px rgba(173, 173, 173, 0.384);
}
.design-soon-container i, .tires-soon-container i {
  position: absolute;
  top: 20px;
  left: 20px;
  font-size: 24px;
  transition: 0.4s ease all;
  cursor: pointer;
}
.design-soon-container i:hover, .tires-soon-container i:hover {
  color: #33643b;
}

.left-sidebar {
  width: 10%;
  height: 100dvh;
  padding: 50px 0px;
  background-color: #2d5e35;
  padding-left: 0px;
  position: fixed;
  top: 0%;
  left: 0%;
  z-index: 20;
  pointer-events: auto;
}
.left-sidebar .sidebar-list {
  width: 96%;
  gap: 20px;
  list-style: none;
  padding-left: 0px;
  height: max-content;
  padding: 50px 0px;
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: space-around;
  color: #e7e7e7;
  font-family: Georgia, "Times New Roman", Times, serif;
}
.left-sidebar .sidebar-list .links-navbar {
  text-decoration: none;
}
.left-sidebar .sidebar-list h3 {
  font-size: 24px;
  font-weight: 700;
  font-family: Georgia, "Times New Roman", Times, serif;
}
.left-sidebar .sidebar-list .sidebar-list-link-logo {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  padding-bottom: 10px;
}
.left-sidebar .sidebar-list .sidebar-list-link-logo .najusluge-logo-img {
  width: 100%;
  padding-right: 20px;
}
.left-sidebar .sidebar-list .list-item {
  border-top-left-radius: 40px;
  border-bottom-left-radius: 40px;
  height: 80px;
  width: 100%;
  background-color: transparent;
  padding: 5px 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  color: white;
  font-family: Georgia, "Times New Roman", Times, serif;
  font-weight: 900;
  font-size: 24px;
  cursor: pointer;
}
.left-sidebar .sidebar-list .list-item .img-container {
  width: 20%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.left-sidebar .sidebar-list .list-item .img-container img {
  width: 80%;
}
.left-sidebar .sidebar-list .list-item .img-container i {
  font-size: 24px;
}
.left-sidebar .sidebar-list .list-item span {
  padding-left: 10px;
  width: 80%;
  font-size: 14px;
}
.left-sidebar .sidebar-list .list-item:hover {
  background-color: #e7e7e7;
  color: #2e6837;
  pointer-events: all;
}
.left-sidebar .sidebar-list .list-item:hover:before {
  content: "";
  position: absolute;
  right: 0;
  top: -50px;
  width: 50px;
  height: 50px;
  background-color: transparent;
  border-radius: 50%;
  border: none;
  pointer-events: auto;
  box-shadow: 35px 35px 0px 10px #e7e7e7;
  opacity: 1;
}
.left-sidebar .sidebar-list .list-item:hover:after {
  content: "";
  position: absolute;
  right: 0;
  bottom: -50px;
  width: 50px;
  height: 50px;
  background-color: transparent;
  border-radius: 50%;
  border: none;
  pointer-events: auto;
  box-shadow: 35px -35px 0px 10px #e7e7e7;
}

@media (max-width: 1400px) {
  .left-sidebar {
    width: 15%;
  }
}
@media (max-width: 993px) {
  .design-soon-container, .tires-soon-container {
    z-index: 25;
    position: fixed;
    height: 80dvh;
    width: 50%;
    left: 40dvw;
    font-size: 26px;
  }
  .left-sidebar {
    width: 30%;
    left: -30%;
    opacity: 0;
    transition: 0.4s ease left, 0.4s ease opacity;
  }
  .left-sidebar .hamburger-container-inside {
    font-size: 32px;
    color: white;
    padding: 0px 20px;
    height: 50px;
    transition: 0.4s ease all;
  }
  .left-sidebar .hamburger-container-inside:hover {
    color: #cacaca;
  }
  .left-sidebar .sidebar-list-link-logo {
    padding-bottom: 20px !important;
  }
  .left-sidebar .sidebar-list-link-logo img {
    width: 100% !important;
  }
  .left-sidebar .list-item {
    height: 70px !important;
  }
  .left-sidebar .list-item:hover {
    background-color: #e7e7e7;
    color: #2e6837;
    transition: 0.4s ease all;
  }
  .left-sidebar .list-item:hover:before {
    content: "";
    display: none;
    opacity: 0;
  }
  .left-sidebar .list-item:hover:after {
    content: "";
    display: none;
    opacity: 0;
  }
  .left-sidebar.active {
    left: 0%;
    z-index: 21;
    opacity: 1;
  }
}
@media (max-width: 550px) {
  .design-soon-container, .tires-soon-container {
    left: 39.5dvw;
    top: 0dvh;
    height: 100dvh;
    width: 62%;
    font-size: 22px;
  }
  .design-soon-container i, .tires-soon-container i {
    top: 40px;
    left: 25px;
  }
  .left-sidebar {
    width: 40%;
    left: -40%;
    opacity: 0;
    height: 100dvh;
    transition: 0.4s ease left, 0.4s ease opacity;
  }
  .left-sidebar .hamburger-container-inside {
    font-size: 32px;
    color: white;
    padding: 0px 20px;
    height: 50px;
    transition: 0.4s ease all;
  }
  .left-sidebar .hamburger-container-inside i {
    padding-top: 20px;
  }
  .left-sidebar .hamburger-container-inside:hover {
    color: #cacaca;
  }
}
@media (max-width: 410px) {
  .left-sidebar {
    width: 50%;
    left: -50%;
  }
  .left-sidebar .sidebar-list {
    padding: 0px 0px;
  }
  .left-sidebar .sidebar-list .sidebar-list-link-logo {
    padding-bottom: 0px !important;
  }
  .left-sidebar .sidebar-list .links-navbar .list-item {
    height: 55px !important;
  }
  .left-sidebar .hamburger-container-inside i {
    padding-top: 0px;
  }
}

/*# sourceMappingURL=navbar.css.map */
