@import url(../style/normalize.css);
@import url("https://fonts.googleapis.com/css2?family=Lato:wght@100;300;400;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Baloo+2:wght@400;800&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Work+Sans:wght@300;700&display=swap");
@import url("https://api.fontshare.com/css?f[]=clash-display@400,700&display=swap");
@font-face {
  font-family: gs_font;
  src: url(../data/font/CallunaSansRegular.otf); }

/* ----------------------------------------------
 * Generated by Animista on 2022-5-26 0:1:5
 * Licensed under FreeBSD License.
 * See http://animista.net/license for more info. 
 * w: http://animista.net, t: @cssanimista
 * ---------------------------------------------- */
/**
 * ----------------------------------------
 * animation vibrate-1
 * ----------------------------------------
 */
@-webkit-keyframes vibrate-1 {
  0% {
    -webkit-transform: translate(0);
    transform: translate(0); }
  20% {
    -webkit-transform: translate(-2px, 2px);
    transform: translate(-2px, 2px); }
  40% {
    -webkit-transform: translate(-2px, -2px);
    transform: translate(-2px, -2px); }
  60% {
    -webkit-transform: translate(2px, 2px);
    transform: translate(2px, 2px); }
  80% {
    -webkit-transform: translate(2px, -2px);
    transform: translate(2px, -2px); }
  100% {
    -webkit-transform: translate(0);
    transform: translate(0); } }

@keyframes vibrate-1 {
  0% {
    -webkit-transform: translate(0);
    transform: translate(0); }
  20% {
    -webkit-transform: translate(-2px, 2px);
    transform: translate(-2px, 2px); }
  40% {
    -webkit-transform: translate(-2px, -2px);
    transform: translate(-2px, -2px); }
  60% {
    -webkit-transform: translate(2px, 2px);
    transform: translate(2px, 2px); }
  80% {
    -webkit-transform: translate(2px, -2px);
    transform: translate(2px, -2px); }
  100% {
    -webkit-transform: translate(0);
    transform: translate(0); } }

/**
 * ----------------------------------------
 * animation puff-in-center
 * ----------------------------------------
 */
@-webkit-keyframes puff-in-center {
  0% {
    -webkit-transform: scale(3);
    transform: scale(3);
    -webkit-filter: blur(4px);
    filter: blur(4px);
    opacity: 0; }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-filter: blur(0px);
    filter: blur(0px);
    opacity: 1; } }

@keyframes puff-in-center {
  0% {
    -webkit-transform: scale(3);
    transform: scale(3);
    -webkit-filter: blur(4px);
    filter: blur(4px);
    opacity: 0; }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-filter: blur(0px);
    filter: blur(0px);
    opacity: 1; } }

/**
 * ----------------------------------------
 * animation tracking-in-contract
 * ----------------------------------------
 */
@-webkit-keyframes tracking-in-contract {
  0% {
    letter-spacing: 0.5em;
    opacity: 0; }
  100% {
    letter-spacing: normal;
    opacity: 1; } }

@keyframes tracking-in-contract {
  0% {
    letter-spacing: 0.5em;
    opacity: 0; }
  100% {
    letter-spacing: normal;
    opacity: 1; } }

.background {
  position: absolute;
  margin: 0 auto;
  padding: 0;
  width: 100%;
  height: 100vh;
  z-index: -1;
  overflow: hidden; }
  .background__video {
    position: fixed;
    top: 50%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    transform: translate(-50%, -50%);
    z-index: -1; }

.header {
  background-color: rgba(60, 0, 172, 0.3);
  background-blend-mode: lighten;
  height: 100vh;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  color: white; }

.hero {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 0;
  width: 300px; }
  .hero__title {
    color: white;
    font-family: "Clash Display", sans-serif;
    font-size: 2em;
    margin: 0;
    padding-left: 40px; }
  .hero__subtitle {
    color: white;
    font-family: "Clash Display", sans-serif;
    font-size: 1em;
    margin: 0;
    font-weight: 300; }

.logo {
  height: 300px; }

.media {
  display: none; }

@media (max-width: 920px) {
  .nav__menu {
    display: none;
    visibility: hidden; } }

.footer {
  background-color: black;
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center; }

.copyright {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin: 0 20px; }
  .copyright__text {
    margin: 0;
    color: #ee8c57;
    font-size: 0.8em;
    font-family: "Clash Display", sans-serif; }
  .copyright__link {
    color: #ee8c57; }

@keyframes levitate {
  70% {
    transform: translate(0, 0px); }
  90% {
    transform: translate(0, -10px); }
  100% {
    transform: translate(0, 0px); } }

.menu-bar {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  position: fixed;
  width: 100%;
  height: 100px;
  padding-top: 40px;
  margin: 0 auto;
  z-index: 2; }
  .menu-bar__logo {
    height: 150px;
    margin-left: 50px; }
  .menu-bar__media {
    margin-right: 50px;
    display: flex;
    justify-content: center;
    align-items: center; }

.nav {
  position: fixed;
  height: 100px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  backdrop-filter: blur(4px);
  z-index: 2; }

.go-to {
  display: flex;
  position: absolute;
  height: 100vh;
  width: 100%;
  align-items: flex-end;
  justify-content: center;
  bottom: 20px;
  animation: levitate 2s ease-in-out infinite alternate; }

.menu {
  display: inline-flex;
  list-style-type: none;
  padding-right: 40px; }
  .menu__item {
    font-family: "Clash Display", sans-serif;
    text-decoration: none;
    font-size: 1em;
    color: white;
    padding-left: 20px;
    cursor: pointer;
    font-weight: 400;
    transition: opacity 0.3s ease-in; }
  .menu__link {
    text-decoration: none;
    color: white;
    transition: color 0.3s ease-in; }
  .menu__special {
    text-decoration: none;
    color: white;
    background-color: #ee8c57;
    padding: 13px 10px;
    border-radius: 5px; }
  .menu .menu__item:hover {
    opacity: 0.7; }
  .menu .menu__link:hover {
    color: #ee8c57; }

.menu__button {
  cursor: pointer; }

@media (max-width: 800px) {
  .menu__button {
    display: block;
    visibility: visible; } }

.socials {
  z-index: 1;
  display: inline-flex;
  list-style-type: none;
  padding: 20px;
  margin: 0;
  justify-content: center;
  align-items: center; }
  .socials__item {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 10px; }
    .socials__item--mail {
      font-size: 1em;
      margin-right: 20px; }
  .socials__link {
    color: #a99bff;
    text-decoration: none;
    position: relative;
    transition: opacity 0.3s; }
  .socials__icon {
    height: 40px; }

.socials__link:hover {
  opacity: 0.6; }

.contact {
  padding-top: 50px; }
  .contact__mail {
    position: relative;
    color: white;
    opacity: 1;
    font-size: 1.2em;
    font-family: "Clash Display", sans-serif;
    text-decoration: none;
    /* font-weight: bold; */
    transition: color 0.3s;
    -webkit-transition: all 0.2s ease-in;
    -moz-transition: all 0.2s ease-in;
    -o-transition: all 0.2s ease-in;
    transition: all 0.2s ease-in; }
  .contact__mail:hover {
    opacity: 0.8;
    color: #ee8c57; }
  .contact__media {
    margin-top: 40px; }

.about {
  min-height: 100vh;
  padding: 40px;
  padding-top: 100px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  background-color: black;
  background-image: url("./../../assets/background/noise.png");
  background-size: cover; }
  .about__subtitle {
    color: white;
    font-family: "Clash Display", sans-serif;
    font-size: 3em;
    z-index: 1; }
  .about__text {
    color: white;
    font-family: "Clash Display", sans-serif;
    font-size: 1.5em;
    z-index: 2; }
  .about__background {
    position: absolute;
    height: 100vh;
    width: 100%;
    right: 0;
    top: 100vh;
    opacity: 0.7; }

/* ----------------------------------------------
 * Generated by Animista on 2022-6-16 1:30:39
 * Licensed under FreeBSD License.
 * See http://animista.net/license for more info. 
 * w: http://animista.net, t: @cssanimista
 * ---------------------------------------------- */
/**
 * ----------------------------------------
 * animation shadow-drop-2-center
 * ----------------------------------------
 */
@-webkit-keyframes shadow-drop-2-center {
  0% {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
    box-shadow: 0 0 0 0 rgba(0, 0, 0, 0); }
  100% {
    -webkit-transform: translateZ(50px);
    transform: translateZ(50px);
    transform: scale(1.01);
    -webkit-box-shadow: 0 0 20px 0px rgba(0, 0, 0, 0.35);
    box-shadow: 0 0 20px 0px rgba(0, 0, 0, 0.35); } }

@keyframes shadow-drop-2-center {
  0% {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
    box-shadow: 0 0 0 0 rgba(0, 0, 0, 0); }
  100% {
    -webkit-transform: translateZ(50px);
    transform: translateZ(50px);
    transform: scale(1.01);
    -webkit-box-shadow: 0 0 20px 0px rgba(0, 0, 0, 0.55);
    box-shadow: 0 0 20px 0px rgba(0, 0, 0, 0.55); } }

.gallery {
  display: flex;
  flex-direction: column;
  background-color: #060606;
  min-height: 100vh;
  padding: 40px;
  padding-top: 100px; }
  .gallery__title {
    color: white;
    font-family: "Clash Display", sans-serif;
    font-size: 3em; }
  .gallery__text {
    color: white;
    font-family: "Clash Display", sans-serif;
    font-size: 1.5em; }
  .gallery__container {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    padding: 20px; }
  .gallery__items {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    align-content: center;
    padding: 0; }
  .gallery__element {
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
    overflow: hidden;
    position: relative;
    list-style-type: none;
    margin: 10px;
    width: 400px;
    height: 400px;
    filter: saturate(5%);
    transition: filter .5s; }
  .gallery__image {
    flex-shrink: 0;
    min-width: 100%;
    min-height: 100%; }
  .gallery__element:hover {
    cursor: pointer;
    filter: saturate(100%);
    -webkit-animation: shadow-drop-2-center 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
    animation: shadow-drop-2-center 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94) both; }
  .gallery__navigation {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap; }
    .gallery__navigation__item {
      list-style-type: none;
      padding: 10px; }
  .gallery__button {
    background-color: #ee8c57;
    color: white;
    font-family: "Clash Display", sans-serif;
    border-style: none;
    border-radius: 5px;
    padding: 10px 10px;
    cursor: pointer;
    transition: opacity 0.3s ease-in; }
    .gallery__button__all {
      font-weight: 700; }
    .gallery__button__inactive {
      background-color: #3b3b3b;
      color: #646464;
      cursor: context-menu; }
  .gallery__button:hover {
    opacity: 0.7; }

.item__title {
  position: absolute;
  bottom: 0;
  left: 20px;
  font-family: "Clash Display", sans-serif;
  color: white;
  font-weight: 400; }

@media (max-width: 500px) {
  .gallery {
    padding: 40px 0; }
    .gallery__element {
      width: 250px;
      height: 250px; } }

.modal {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  position: fixed;
  z-index: 9999;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  cursor: pointer;
  background-color: black;
  background-color: rgba(0, 0, 0, 0.9); }
  .modal__gallery {
    max-width: 100%;
    max-height: 100%;
    padding: 10px; }
  .modal__image {
    max-width: 100%;
    max-height: 90%; }
  .modal__title {
    font-weight: 400;
    font-family: "Clash Display", sans-serif;
    color: white; }

.contact {
  height: 100vh;
  padding: 40px;
  display: flex;
  position: relative;
  flex-direction: column;
  justify-content: center;
  background-color: black;
  z-index: 1; }
  .contact__title {
    color: white;
    font-family: "Clash Display", sans-serif;
    font-size: 3em;
    z-index: 1; }
  .contact__text {
    color: white;
    font-family: "Clash Display", sans-serif;
    font-size: 1.5em;
    z-index: 1; }
  .contact__background {
    position: absolute;
    height: 100vh;
    width: 100%;
    right: 0;
    bottom: 0;
    opacity: 0.7;
    z-index: -1; }

.creators {
  display: flex;
  position: relative;
  flex-direction: column;
  justify-content: center;
  background-color: black;
  min-height: 100vh;
  padding: 40px;
  padding-top: 100px; }
  .creators__header {
    color: white;
    font-family: "Clash Display", sans-serif;
    font-size: 3em;
    z-index: 1; }
  .creators__text {
    color: white;
    font-family: "Clash Display", sans-serif;
    font-size: 1.5em;
    z-index: 1; }
  .creators__background {
    position: absolute;
    height: 100vh;
    width: 100%;
    right: 0;
    bottom: 0;
    opacity: 0.7; }
  .creators__list {
    padding: 0;
    padding-top: 50px; }

  .projects {
    display: flex;
    position: relative;
    flex-direction: column;
    justify-content: center;
    background-color: black;
    min-height: 100vh;
    padding: 40px;
    padding-top: 100px; }
    .projects__header {
      color: white;
      font-family: "Clash Display", sans-serif;
      font-size: 3em;
      z-index: 1; }
    .projects__text {
      color: white;
      font-family: "Clash Display", sans-serif;
      font-size: 1.5em;
      z-index: 1; }
    .projects__background {
      position: absolute;
      height: 100vh;
      width: 100%;
      right: 0;
      bottom: 0;
      opacity: 0.7; }
    .projects__list {
      padding: 0;
      padding-top: 50px; }

        
.artist {
  font-family: "Clash Display", sans-serif;
  color: white;
  list-style-type: none;
  background-color: #0b0b0b;
  margin: 10px;
  margin-bottom: 30px;
  border-radius: 5px;
  -webkit-box-shadow: 0 0 10px 0px rgba(0, 0, 0, 0.55);
  box-shadow: 0 0 10px 0px rgba(0, 0, 0, 0.55); }
  .artist__name {
    font-size: 2em;
    display: flex;
    justify-content: center;
    cursor: pointer;
    transition: color 0.2s ease-in;
    margin: 0;
    padding: 30px; }
  .artist__name:hover {
    color: #ee8c57; }
  .artist__description {
    padding: 30px; }
  .artist__email {
    text-decoration: none;
    padding: 10px;
    color: #ee8c57;
    transition: opacity 0.3s ease-in; }
  .artist__email:hover {
    opacity: 0.7; }
  .artist__website {
    text-decoration: none;
    padding: 10px;
    color: #ee8c57;
    transition: opacity 0.3s ease-in; }
  .artist__website:hover {
    opacity: 0.7; }
  .artist__ig {
    text-decoration: none;
    padding: 10px;
    color: #ee8c57;
    transition: opacity 0.3s ease-in; }
  .artist__ig:hover {
    opacity: 0.7; }

details summary::-webkit-details-marker,
details summary::marker {
  display: none;
  content: ""; }

.nft {
  min-height: 100vh;
  padding: 40px;
  padding-top: 100px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  background-color: #060606; }
  .nft__title {
    color: white;
    font-family: "Clash Display", sans-serif;
    font-size: 3em; }
  .nft__subtitle {
    color: white;
    font-family: "Clash Display", sans-serif;
    font-size: 3em;
    z-index: 1; }
  .nft__text {
    color: white;
    font-family: "Clash Display", sans-serif;
    font-size: 1.5em;
    z-index: 2; }
  .nft__background {
    position: absolute;
    height: 100vh;
    width: 100%;
    right: 0;
    top: 100vh;
    opacity: 0.7; }
  .nft__navigation {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    align-content: center;
    padding: 0;
    margin-top: 100px; }
    .nft__navigation__item {
      position: relative;
      list-style-type: none;
      margin: 0px;
      padding: 20px; }
  .nft__image {
    width: 400px; }

@media (max-width: 500px) 

{
  .nft__image {
    width: 200px; } }

html {
  box-sizing: border-box;
  scroll-behavior: smooth; }

*,
*:before,
*:after {
  box-sizing: inherit; }

body {
  color: #ee8c57;
  font-family: 'Roboto', sans-serif;
  font-family: gs_font;
  font-size: 18px; }

.line {
  display: block;
  height: 5px;
  width: 300px;
  background-color: #ee8c57; }

.sizer {
  max-width: 1280px;
  margin: 0 auto; }
