@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@100;400;800&display=swap');

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  background: #171717;
  font-family: 'Montserrat', sans-serif;
  color: #ffffff;
}

a {
  text-decoration: none;
  color: #ffffff;
  cursor: pointer;
  outline: none;
  -moz-outline-style: none;
}

a:hover {
  opacity: 0.5;
}

p {
  line-height: 1.6em;
}

.container {
  max-width: 1000px;
  margin: 0 auto;
  padding: 25px;
}

.container.main {
  padding: 75px 25px;
}

nav {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

nav .container {
  display: flex;
  align-items: center;
}

nav .container img {
  width: 150px;
}

nav .container ul {
  display: flex;
  flex: 1;
  justify-content: flex-end;
}

nav .container ul li {
  margin: 0 50px 0 0;
  list-style: none;
}

nav .container ul li a {
  color: #b0b0b0;
}

nav .container ul li:last-child {
  margin: 0;
}

nav .container ul li.active {
  position: relative;
  pointer-events: none;
}

nav .container ul li.active a {
  color: #ffffff;
}

nav .container ul li.active:after {
  content: '';
  display: block;
  position: absolute;
  width: 100%;
  height: 1px;
  top: 50px;
  background: #DBF828;
}

.main {
  padding: 75px 0;
}

.container.title {
  margin-bottom: 50px;
  padding: 0 25px;
}

.container.title .more {
  display: inline;
  position: relative;
  border-bottom: 1px dotted #ffffff;
}

.container.title .more span {
  display: none;
  position: absolute;
  left: 0;
  width: 300px;
  padding: 10px;
  background: #DBF828;
  text-transform: none;
  text-align: center;
  font-weight: 400;
  font-size: 0.35em;
  color: #000000;
  z-index: 5;
}

.container.title .more span a {
  color: #000000;
}

.container.title .more:hover span {
  display: block;
}

h1 {
  margin: 0 0 5px 0;
  font-size: 1em;
  color: #DBF828;
}

h2 {
  width: 650px;
  text-transform: uppercase;
  font-size: 3em;
}

.container.title ul {
  display: flex;
  justify-content: center;
  margin: 30px 0 0 0;
  padding: 20px 0 20px 20px;
  list-style: none;
  flex-wrap: wrap;
  border: 1px solid rgba(255, 255, 255, 0.1);
}

.container.title ul li {
  margin: 0 20px 0 0;
  line-height: 30px;
}

.container.title ul li a:after {
  content: '￬';
  display: inline-block;
  margin: 0 0 0 5px;
  transform: translate(0, -2.5px);
}

.int ul li {
  position: relative;
  padding: 0 25px;
}

.int ul li a {
  position: absolute;
  top: 0;
  right: 25px;
  bottom: 0;
  left: 25px;
  background: rgba(219, 248, 40, 0);
  border-radius: 2.5px;
}

.int ul li a:hover {
  background: rgba(219, 248, 40, 1);
}

.int ul li img {
  width: 100%;
  height: auto;
  border-radius: 2.5px;
}

.int ul li video {
  width: 100%;
  height: auto;
  border-radius: 2.5px;
}

.rugs, .clxrb, .dayafter, .boxes, .motion, .prez, .portals, .pfps, .heads {
  margin: 0 0 50px 0;
}

.rugs .container, .clxrb .container, .dayafter .container, .boxes .container, .motion .container, .prez .container, .portals .container, .pfps .container, .heads .container, .elements .container {
  padding-top: 0;
}

footer {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}

footer p {
  text-align: center;
}

/* lity */

.lity * {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.lity {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.85);
  opacity: 0;
  z-index: 10000;
  -webkit-transition: opacity 0.4s ease;
  -o-transition: opacity 0.4s ease;
  transition: opacity 0.4s ease;
}

.lity.lity-opened {
  opacity: 1;
}

.lity.lity-closed {
  opacity: 0;
}

.lity-wrap {
  display: flex;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  align-items: center;
  justify-content: center;
  z-index: 9990;
}

.lity-loader {
  position: absolute;
  width: 100%;
  top: 50%;
  margin-top: -10px;
  text-align: center;
  color: #ffffff;
  opacity: 0;
  -webkit-transition: opacity 0.3s ease;
  -o-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  z-index: 9991;
}

.lity-loading .lity-loader {
  opacity: 1;
}

.lity-content {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  -o-transition: -o-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease, -o-transform 0.3s ease;
}

.lity-content img {
  width: 550px;
  height: auto;
}

.lity-iframe-container iframe {
  width: 800px;
  height: 450px;
}

.lity-close {
  position: fixed;
  width: 35px;
  height: 35px;
  right: 30px;
  top: 30px;
  margin: 0;
  text-decoration: none;
  text-align: center;
  padding: 0;
  color: #ffffff;
  font-style: normal;
  font-size: 35px;
  line-height: 35px;
  border: 0;
  background: none;
  outline: none;
  z-index: 9994;
  -webkit-box-shadow: none;
  -webkit-appearance: none;
  cursor: pointer;
  box-shadow: none;
}

.lity-close:hover {
  opacity: 0.5;
}

.lity-hide {
  display: none;
}

@media (max-width: 1024px) {
  
  nav .container ul {
    display: none;
  }

  h2 {
    width: 100%;
    font-size: 2em;
  }

  .container.title .more span {
    width: 200px;
    left: -50px;
  }

  .main {
    padding: 50px 0;
  }

  .int ul li {
    padding: 0 15px;
  }

  .lity-content img {
    width: 450px;
    height: auto;
  }

  .lity-iframe-container iframe {
    width: 400px;
    height: 225px;
  }

}