html,
body {
  padding: 0px;
  margin: 0px;
  font-family: 'Roboto', sans-serif;
  scroll-behavior: smooth;
}

.container {
  height: 100vh;
  width: 100%;
  position: relative;
}
.container h1 {
  text-align: center;
  top: 50%;
  left: 50%;
  position: absolute;
  transform: translate(-50%, -50%);
  color: rgb(49, 49, 49);
  font-size: 10vw;
  padding: 0px;
  margin: 0px;
}

.menu-wrapper {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  cursor: pointer;
  width: 0%;
  height: 100%;
  background: #0b090a;
  transition: all 300ms;
  z-index: 400;
}

.menu-wrapper.bg {
  width: 30%;
}
@media (max-width: 1200px) {
  .menu-wrapper.bg {
    width: 45%;
  }
}
@media (max-width: 768px) {
  .menu-wrapper.bg {
    width: 55%;
  }
}
@media (max-width: 600px) {
  .menu-wrapper.bg {
    width: 75%;
  }
}
@media (max-width: 480px) {
  .menu-wrapper.bg {
    width: 100%;
  }
}

.menu-item {
  padding: 60px 30px 50px 30px;
  text-align: center;
  background: #0b090a;
  height: 100%;
  overflow-y: auto;
}
.menu-item-link {
  font-size: 5vh;
  display: block;
  margin: 20px 10px;
  text-decoration: none;
  color: rgba(255, 255, 255, 0.1);
  text-align: right;
  background: linear-gradient(to right, #ed8080 0%, #2a77d6 16%, #5eb524 32%, #eacd25 48%, #ed8080 64%, #2a77d6 80%, #5eb524 100%);
  background-size: 300% 300%;
  background-repeat: no-repeat;
  background-position: top left;
  background-color: #222;
  -webkit-background-clip: text;
  -moz-background-clip: text;
  background-clip: text;
  animation: shimmer infinite 3s linear;
  position: relative;
}
.menu-item-link:nth-child(10) {
  margin-bottom: 90px;
}

.hamburger-menu,
.hamburger-menu:after,
.hamburger-menu:before {
  
  width: 40px;
  height: 8px;
  border-radius: 2px;
  opacity: 0.8;
}

.hamburger-menu {
  position: absolute;
  right: 0;
  margin: 20px 30px;
  transform: translateY(9px);
  background: rgba(255, 255, 255, 0.8);
  transition: all 0ms 300ms;
}


.hamburger-menu.animate {
  background: rgba(255, 255, 255, 0);
}

.hamburger-menu:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 9px;
  background: white;
  transition: bottom 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms cubic-bezier(0.23, 1, 0.32, 1);
}

.hamburger-menu:after {
  content: "";
  position: absolute;
  left: 0;
  top: 9px;
  background: white;
  transition: top 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms cubic-bezier(0.23, 1, 0.32, 1);
}

.hamburger-menu.animate:after {
  top: 0;
  transform: rotate(45deg);
  transition: top 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1);
}

.hamburger-menu.animate:before {
  bottom: 0;
  transform: rotate(-45deg);
  transition: bottom 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1);
}

@keyframes shimmer {
  0% {
    background-position: top left;
  }
  100% {
    background-position: top right;
  }
}

.menu-item-link{
  margin:0;
  font-size: 2vh;
  color:rgb(246, 242, 249);
  border-top: 1px solid rgb(246, 242, 249);
  padding-top:10px;
  padding-bottom:10px;
}


.menu-item-link:hover{
  color:rgb(231, 226, 110);
}

.menu-item-link a:hover{
cursor: pointer;}


.menu-item-link h2{
padding:0;
margin:0;
letter-spacing: 0.01em;
}


.menu-item-link h3{
font-size: 2vh;
color:rgb(180, 138, 138);
padding:0;
margin:0;
letter-spacing: 0.1em;

}


.date{
font-size: 2vh;  color:rgb(150, 148, 24);
padding:0;
margin:0;
}

#home{
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
  }



#gsp{
  background-image: url(img/gsp.jpg);
  mix-blend-mode:multiply;
  background-repeat: no-repeat;
  background-size: cover; 
  background-position: center;

}

#ikea{
  background-image: url(img/ikea.png);
  mix-blend-mode:multiply;
  background-repeat: no-repeat;
  background-size: cover; 
  background-position: center;
}


#astonmartin{
  background-image: url(img/aston.png);
  mix-blend-mode:multiply;
  background-repeat: no-repeat;
  background-size: cover; 
  background-position: center;
}

#kidnoize{
  background-image: url(img/kidnoize.png);
  mix-blend-mode:multiply;
  background-repeat: no-repeat;
  background-size: cover; 
  background-position: center;
}

#figures{
  background-image: url(img/skate.png);
  mix-blend-mode:multiply;
  background-repeat: no-repeat;
  background-size: cover; 
  background-position: center;
}

#mars{
  background-image: url(img/exp.png);
  mix-blend-mode:multiply;
  background-repeat: no-repeat;
  background-size: cover; 
  background-position: center;
}



  .logo{
    z-index: 100;
    position:fixed;
    left:20px;
    top: 20px;
    mix-blend-mode:difference;
  }

  .pdf{
    mix-blend-mode:difference;
  width:60px;
  position: absolute;
  bottom:0;
  right:10px;
  }


  #background-video {
    height: 100vh;
    width: 100vw;
    object-fit: cover;
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: -1;
    }