img{
  width: 100%;
}

.navbar{
  position: fixed;
  padding: 20px;
  right: 0;
  top: 0;
  background: #fff;
  z-index:999999;
}
.navbar ul{
  top: 0;
  bottom: auto;
  padding-top: 130px;
}
.navbar .mobile-nav-toggle{
  position: absolute;
  top: 50px;
  right: 70px;
  font-size: 70px;
  color: #000;
}
.navbar a, .navbar a:focus{
  justify-content: center;
}
#hero{
  margin-top: 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 0% 20%;
  background-attachment: local;
  min-height:280px;
  max-height: 350px;
}
.wrapper
{
  max-width: 720px;
  display: flex;
  flex-direction: column;
  margin: 0 auto;
}
@media (min-width: 1px){
  .mobile-nav-toggle {
    display: block;
  }
  .navbar:not(.navbar-mobile) ul {
    display: none;
  }

}


.navigation-main-title{
  padding: 80px 0;
  font-weight: bold;
  color: #606060;
  text-align: center;
}
.navigation-main {
  background: url(/themes/pkurg-vesperr-child/assets/gallery/navigation.jpg);
  display: block;
  margin: 0;
  padding: 0;
  border-radius: 23px;
  background-size: 100% 110%;
  background-repeat: no-repeat;
}
.nav-item {
  padding: 0px 40px;
  background-image: linear-gradient(131deg,#28190b 4%,transparent 34%, transparent 79%, #28190b);
  margin: 0px 0 12px 0;
  position: relative;
  color: #fff;
  border-radius: 10px;
  background-color: #0000004d;
  min-height: 60px;
  cursor: pointer;
  display: flex;
  align-items: center;
}
.nav-item:hover {
  background-color: #00000091;
  transition: 0.3s;
}
.nav-item:after {
  content: "";
  display: block;
  width: calc(100% + 1px);
  height: 30px;
  background-color: #fff;
  position: absolute;
  left: 0;
  z-index: 111131;
  clip-path: polygon(99% 20%, 100% 0, 100% 100%, 99% 80%, 1% 80%, 0 100%, 0 0, 1% 20%);
  top: 52px;
}
span.navigation-link-text {
  font-weight: bold;
  letter-spacing: 3px;
  margin-left: 0px;
}
span.arrow {
  position: absolute;
  right: 60px;
  font-size: 35px;
  top: 5px;
  transition: 0.5s;
}
.nav-item:hover span.arrow{
  right:30px;
  transition: 0.5s;
}
a, a:hover, a.active, .navbar-mobile a:hover, .navbar-mobile .active, .navbar-mobile li:hover>a{
  color: #efb700;
}
