
/*-------------------------------section--------------------------------*/

.action {
  background: none;
  border: 0;
  color: #fff;
  cursor: pointer;
  padding: 0;
}

.action--menu {
  pointer-events: auto;
  position: absolute;
  top: -1rem;
  right: 1.5rem;
  z-index: 1000;
}

.menu--open .action--menu {
  pointer-events: none;
  text-decoration: none;
}

.action--close {
  position: absolute;
  top: -1rem;
  right: 1.75rem;
  z-index: 1000;
  opacity: 0;
  padding: 0 0.5rem;
}
/*-------------------------------Menu--------------------------------*/
.icon--menu {
  width: 5rem;
}

.icon--close {
  width: 2.5rem;
  color: #fff;
}

.menu {
  text-align: center;
  width: 100%;
  height: 100vh;
  overflow: hidden;
  position: fixed;
  top: 0;
  right: 0;
  z-index: 200;
  display: grid;
  grid-template-columns: 100%;
  grid-template-rows: repeat(3,33.33%);
  pointer-events: none;
}


.menu--open {
  pointer-events: auto;
  width: 100%;
  background: none;
}

.menu__item {
  width: 100%;
  position: relative;
  overflow: hidden;
}

.menu__item-inner {
  overflow: hidden;
  transform: translate3d(100%,0,0);
  height: 100%;
  width: 100%;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.menu__item--1 .menu__item-inner {
  background: #7b9f2c;
}
.menu__item--2 .menu__item-inner {
  background: #000;
}
.menu__item--3 .menu__item-inner {
  background: #f5f5f5;
}
.menu__item--4 .menu__item-inner {
  background: #111;
}
.menu__item--5 .menu__item-inner {
  background: #56780c;
}

.menu__item--4, 
.menu__item--5 {
  
}

.label {
  display: none;
}

.mainmenu__item {
  opacity: 0;
}
.menu__item--2, .menu__item--3{
  opacity: 0 !important;
}
.menu--open .menu__item--2,.menu--open .menu__item--3{
  opacity: 1 !important;
}

.menu--open .mainmenu__item {
  opacity: 1 !important;
}
.mainmenu__item,
.sidemenu__item {
  position: relative;
  overflow: hidden;
  transition: color 0.1s;
  margin: 0.25rem 0;
  display: block;
}

.sidemenu__item-inner {
  display: block;
  transform: translate3d(0,100%,0);
}

.menu__item-map {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: url(../img/2.jpg) no-repeat 50% 50%;
  background-size: cover;
  transition: transform 0.8s cubic-bezier(0.2,1,0.8,1);
}

.menu__item-inner:hover .menu__item-map {
  transform: scale3d(1.1,1.1,1);
}

.menu__item-hoverlink {
  text-transform: capitalize;
  position: relative;
  z-index: 1000;
  display: block;
  color: #fff;
    bottom: 20%;  

}

/*.menu__item-hoverlink:hover {
  color: var(--color-link);
  color: #fff;
  text-decoration: none;
}*/

.quote {
  font-size: 2.5rem;
  padding: 1rem;
  line-height: 1em;
  text-align: center;
  max-width: 100%;
  color: #fff;
    font-family: 'nunito_sansbold';
}

.menu__item-link {
  text-align: left;
  align-self: flex-start;
  justify-self: start;
  font-size: 1.5rem;
  width: 100%;
  line-height: 1;
  padding: 2rem ;
  margin: 3rem 0 auto;
  display: flex;
  flex-direction: column;
  height: calc(100% - 3rem);
}

/*.menu__item-link::after {
  content: '\f30b';
  display: block;
  margin-top: auto;
  font-size: 0.95rem;
  color: #fff;
  background: url(../img/arrow-bk.svg) left bottom;
  ba
}*/

@media screen and (min-width: 53em) {

  .content {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
    min-height: 100vh;
    text-align: left;
  }

  
  .menu {
    width: 100%;
    height: 100vh;
    overflow: hidden;
    position: fixed;
    top: 0;
    left: 0;
    grid-template-columns: 20% 30% 50%;
    grid-template-rows: 60% 40%;
    grid-template-areas: 
            "item3 item2 item1"
            "item4 item5 item1";
  }
  .menu__item {
    height: 100%;
  }
  .menu__item--1 {
    grid-area: item1;
  }
  .menu__item--2 {
    grid-area: item2;
  }
  .menu__item--3 {
    grid-area: item3;
  font-family: 'work_sanslight';        
text-transform: capitalize;    
  }
  .menu__item--4 {
    grid-area: item4;
    width: 0;
  }
  .menu__item--5 {
    grid-area: item5;
  }
  .menu--open .menu__item--2, 
  .menu--open .menu__item--3 {
    display: block;
    width: auto !important; 
  }
  .menu--open .menu__item--4, 
  .menu--open .menu__item--5 {
    display: block;
    width: auto !important; 
  }
  .menu__item-inner {
    align-items: center;
  }
  .menu__item--4 a{
    color: #fff;
    font-family: 'rubikmedium';
    font-size: 2em;    
  }  
  .menu__item--4:hover a{
    color: #7b9f2c;
    text-decoration: none;
transition: color 0.3s;    
  }  
  .menu__item--2:hover a{
    color: #fff;
    text-decoration: none;
transition: color 0.3s;    
  } 
  .menu__item--3 .sidemenu__item span:hover {
    color: #7b9f2c;
    text-decoration: none;
transition: color 0.3s;    
  } 
  .menu__item--3:hover a{
        text-decoration: none;
  }

  .label {
    display: block;
    color: var(--color-item-alt);
    position: absolute;
    z-index: 1000;
    font-size: 0.85rem;
    font-weight: bold;
    margin: 0;
    white-space: nowrap;
  color: #f1f1f1;    
  }
  .label--topleft {
    top: 2rem;
    left: 2rem;
  }
  .label--vert,
  .label--vert-mirror {
    -webkit-writing-mode: vertical-rl;
    writing-mode: vertical-rl;
  }
  .label--vert-mirror {
    transform: rotate(180deg);
  }
  .label--bottomright {
    bottom: 2rem;
    right: 2rem;
  }
  .label::before {
    content: '------------- ';
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    letter-spacing: -1px;
    margin: 0 0.75rem 0 0;
  }
  .label--vert::before,
  .label--vert-mirror::before {
    margin: 0.75rem 0;
  }
  .mainmenu,
  .sidemenu {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
  .sidemenu h3{
    font-family: 'nunito_sansbold';    
  }
  .sidemenu .sidemenu__item{
  font-family: 'nunito_sansbold';    
  }
  .mainmenu {
    counter-reset: menuitem;
  }

  .mainmenu__item {
    font-size: 3em;
    text-transform: uppercase;
    overflow: visible;
    margin: 0.5rem 0;
    padding: 0 0.5rem;
    position: relative;
    transition: color 0.3s;
    color: #fff;
    font-family: 'rubikmedium';    
  }
  .mainmenu__item:hover {
    color: var(--color-item-alt);
    text-decoration: none;
  }
  .mainmenu__item::before {
    counter-increment: menuitem;
    content: counters(menuitem, "", decimal-leading-zero);
    position: absolute;
      font-size: 0.85rem; 
      top: 25%;
      left: -1.25rem;
      color: #111;
    font-family: 'work_sanslight';      
  }
  .mainmenu__item::after {
    content: '';
    width: 100%;
    top: 58%;
    height: 6px;
    background: var(--color-link-hover);
    position: absolute;
    left: 0;
    opacity: 0;
    transform: scale3d(0,1,1);
    transition: transform 0.3s, opacity 0.3s;
    transform-origin: 100% 50%;
  }
  .mainmenu__item:hover::after {
    opacity: 1;
    transform: scale3d(1,1,1);
  }
  .sidemenu__item {
    text-transform: capitalize;
    font-size: 0.85rem;
    color: #000;
  }
  .menu__item-hoverlink {
    font-size: 1.25rem;
    text-transform: lowercase;
    border-bottom: 2px solid #fff;
    opacity: 0;
    transition: opacity 0.3s;
  }
  .menu__item-inner:hover .menu__item-hoverlink {
    opacity: 1;
  }
}
@media (max-width: 998px) {
  .mainmenu__item{
    font-size: 2em;
}
.menu__item--4 a{
  font-size: 1.5em;
}
