
* {
  box-sizing: border-box;
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.hide {
  display: none;
}
html,
body {
  height: 100%;
}
body {
  background-color: white;
  margin: 0;
  color: #212121;
  -webkit-transition: background-color 1s cubic-bezier(0.46, 0.03, 0.52, 0.96);
  transition: background-color 1s cubic-bezier(0.46, 0.03, 0.52, 0.96);
  -webkit-transform: perspective(600px);
          transform: perspective(600px);
  font-family: "Raleway", sans-serif;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-pack: center;
          justify-content: center;
  will-change: transform;
}
.is-open {
  color: white;
  background-color: #212121;
}
.is-open .square {
  padding: 0;
}
.is-open .card {
  -webkit-transform: scale(1);
          transform: scale(1);
}
.is-open .card:hover {
  mix-blend-mode: normal;
  opacity: 1;
  -webkit-filter: grayscale(0);
          filter: grayscale(0);
}
.is-open .copy-wrap {
  -webkit-transform: translate3d(0, -100%, 0);
          transform: translate3d(0, -100%, 0);
}
.is-open .title {
  color: white;
  mix-blend-mode: normal;
}
.is-open .btn:hover {
  background-color: #212121;
  color: white;
}
.is-open .btn:hover .btn-icon {
  fill: white;
}
.square {
    cursor: pointer;
    border: solid 0px transparent;
    padding: 120px;
    width: 100%;
    height: 100%;
    -webkit-transform: translate3d(-50%, -50%, 0);
    transform: translate3d(-50%, -50%, 0);
    position: absolute;
    top: 50%;
    left: 50%;
    background: linear-gradient(230deg, #e29f9f, #b91e1e, #112a4d);
    background-clip: content-box;
    background-size: 400% 400%;
    border-color: currentColor;
    -webkit-animation: partytime 7s cubic-bezier(0.46, 0.03, 0.52, 0.96) infinite;
    animation: partytime 7s cubic-bezier(0.46, 0.03, 0.52, 0.96) infinite;
    -webkit-transition: padding 1s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: padding 1s cubic-bezier(0.215, 0.61, 0.355, 1);
    will-change: transform;
}
@-webkit-keyframes partytime {
  0% {
    background-position: 83% 0%;
  }
  50% {
    background-position: 18% 100%;
  }
  100% {
    background-position: 83% 0%;
  }
}
@keyframes partytime {
  0% {
    background-position: 83% 0%;
  }
  50% {
    background-position: 18% 100%;
  }
  100% {
    background-position: 83% 0%;
  }
}
.card {
  width: 100%;
  height: 100%;
  background-color: transparent;
  -webkit-transition: box-shadow 1.25s cubic-bezier(0.215, 0.61, 0.355, 1), box-shadow 1.25s cubic-bezier(0.215, 0.61, 0.355, 1), opacity 1.25s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 1.25s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-filter 1.25s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: box-shadow 1.25s cubic-bezier(0.215, 0.61, 0.355, 1), box-shadow 1.25s cubic-bezier(0.215, 0.61, 0.355, 1), opacity 1.25s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 1.25s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-filter 1.25s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: transform 1.25s cubic-bezier(0.215, 0.61, 0.355, 1), box-shadow 1.25s cubic-bezier(0.215, 0.61, 0.355, 1), box-shadow 1.25s cubic-bezier(0.215, 0.61, 0.355, 1), filter 1.25s cubic-bezier(0.215, 0.61, 0.355, 1), opacity 1.25s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: transform 1.25s cubic-bezier(0.215, 0.61, 0.355, 1), box-shadow 1.25s cubic-bezier(0.215, 0.61, 0.355, 1), box-shadow 1.25s cubic-bezier(0.215, 0.61, 0.355, 1), filter 1.25s cubic-bezier(0.215, 0.61, 0.355, 1), opacity 1.25s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 1.25s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-filter 1.25s cubic-bezier(0.215, 0.61, 0.355, 1);
  -webkit-transform: perspective(1600px) translate3d(0, 0, 0) scale(0.5);
          transform: perspective(1600px) translate3d(0, 0, 0) scale(0.5);
  will-change: transform;
  cursor: pointer;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-pack: center;
          justify-content: center;
  position: relative;
  z-index: 400;
}
.card:hover {
  box-shadow: 0 0 75px rgba(0, 0, 0, 0.2), 0 5px 20px rgba(0, 0, 0, 0.2);
  mix-blend-mode: hard-light;
  -webkit-filter: grayscale(100%);
          filter: grayscale(100%);
  opacity: 0.8;
}
.card-title-wrap {
  -webkit-transform: perspective(1600px) translate3d(0, 0, 100px);
          transform: perspective(1600px) translate3d(0, 0, 100px);
  position: relative;
  z-index: 200;
  -webkit-transition: -webkit-transform 0.25s linear;
  transition: -webkit-transform 0.25s linear;
  transition: transform 0.25s linear;
  transition: transform 0.25s linear, -webkit-transform 0.25s linear;
}
.card-img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-size: cover;
  background-position: 50% 50%;
  background-image: url(../img/urslamjam_bg2.jpg);
  will-change: transform;
  -webkit-transform: perspective(600px);
          transform: perspective(600px);
  z-index: 100;
}
.btn {
  position: absolute;
  top: 65%;
  left: 50%;
  -webkit-transform: translate3d(-50%, -50%, 0);
          transform: translate3d(-50%, -50%, 0);
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  border: 0;
  background-color: black;
  padding: 12px 24px;
  color: white;
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 0.2em;
  mix-blend-mode: overlay;
  box-shadow: 0 0 25px rgba(0, 0, 0, 0.8) 0 4px 12px rgba(0, 0, 0, 0.9);
  will-change: transform;
  cursor: pointer;
  z-index: 900;
  margin-top: 60px;
}
.btn:active,
.btn:focus {
  outline: none;
}
.btn:hover {
  background-color: white;
  mix-blend-mode: normal;
  color: #212121;
}
.btn:hover .btn-icon {
  fill: black;
}
.btn-icon {
  fill: white;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate3d(-50%, -50%, 0);
          transform: translate3d(-50%, -50%, 0);
  -webkit-transition: all 0.25s cubic-bezier(0.46, 0.03, 0.52, 0.96);
  transition: all 0.25s cubic-bezier(0.46, 0.03, 0.52, 0.96);
}
.title {
    font-size: 120px;
    letter-spacing: 0.1em;
    /*text-transform: uppercase;*/
    margin: 0;
    font-weight: 900;
    overflow: hidden;
    color: white;
    mix-blend-mode: overlay;
}
.name,
.copyright {
  /*text-transform: uppercase;*/
  color: currentColor;
  position: absolute;
  left: 50%;
  margin: 0;
  padding: 0;
  -webkit-transition: all 0.5s cubic-bezier(0.46, 0.03, 0.52, 0.96);
  transition: all 0.5s cubic-bezier(0.46, 0.03, 0.52, 0.96);
  -webkit-transform: translate3d(-50%, 0, 0);
          transform: translate3d(-50%, 0, 0);
  overflow: hidden;
  font-size: 16px;
  font-weight: 800;
  letter-spacing: 0.4em;
}
.name {
  top: 53px;
}
.copy-wrap {
  display: block;
  -webkit-transition: all 0.7s 0s ease-in-out;
  transition: all 0.7s 0s ease-in-out;
  position: relative;
}
.copyright {
  bottom: 20px;
  overflow: hidden;
  height: 72px;
  line-height: 60px;
  position: fixed;
}
.copyright .copy-wrap:before {
  content: "";
  width: 15px;
  height: 2px;
  background-color: currentColor;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate3d(-50%, -50%, 0);
          transform: translate3d(-50%, -50%, 0);
}