@import url('https://fonts.googleapis.com/css2?family=Orbitron&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Expletus+Sans&display=swap');


html, body {
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    /* display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex; */
    scroll-behavior: smooth;


    font-family: Century Gothic,CenturyGothic,AppleGothic,sans-serif; 
    color: rgb(220, 220, 220);

    /* overflow-x: hidden; */
  }
  @media (orientation:portrait)
  {
html, body
{
  font-size: 80%;
}
  }
  @media (orientation:landscape)
  {
html, body
{
  font-size: 100%;
}
  }

  html::-webkit-scrollbar{
      background-color: rgb(16, 0, 60);
  }
  html::-webkit-scrollbar-thumb {
      background-color: rgba(255, 255, 255, 0.618);
      border-radius: 10px;
  }

  body
  {
    background-image: url(../img/bg.png);
    background-size: 100vw 100vh;
    background-position: fixed;
    background-repeat: no-repeat;
    background-attachment: scroll;
  }
  div.background
{
  
  background-image: url(../img/bg.png);
  background-size: 100vw 100vh;
  background-position: fixed;
  background-repeat: no-repeat;
  background-attachment: scroll;
  position: fixed;
  height:  100vh;
  width: 100vw;
  z-index: -1;
}



  h1 {
    background: #4040FF;
    background: -webkit-linear-gradient(to right, #4040FF 8%, #A63CA6 75%);
    background: -moz-linear-gradient(to right, #4040FF 8%, #A63CA6 75%);
    background: linear-gradient(to right, #4040FF 8%, #A63CA6 75%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;

    font-family: 'Orbitron', sans-serif;
    margin-top: 10vh;
  }
  h2 {
    font-family: 'Orbitron', sans-serif;
      text-align: center;
      font-size: 3em;
  }
  h3
  {
    font-family: 'Orbitron', sans-serif;
  }
  #set {
    

    background: #d400ff80;
    background: -webkit-linear-gradient(to right, #ffffff 8%, #d400ff80 75%);
    background: -moz-linear-gradient(to right, #ffffff 8%, #d400ff80 75%);
    background: linear-gradient(to right, #ffffff 8%, #d400ff80 75%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
  }

   div.about {
    margin-top: 0vh;
    padding: 0;
    width: 100%;
    background-color: rgb(32, 28, 32);
    background-repeat: repeat-y;
    
  }
  p.about{
    font-size: 1.25em;
    padding: 1rem;
    width: 90%;
    max-width: 60rem;
    margin: auto auto;
    padding-bottom: 10vh;
  }
  h2.about {
    margin-top: 0;
    width: 90%;
    max-width: 80rem;
    margin: auto auto;
      font-size: 2.4em;
      padding-top: 10vh;
  }

  div.discord {
      margin-top: 10vh;
      border: none;
      margin-bottom: auto;
  }
 
  .discord a:hover{
    cursor: pointer;
    transition: ease-in 0.15s;
    font-size: 1.25em;
  }
  div.discord {
    background: #d400ff80;
    background: -webkit-linear-gradient(to right, #ffffff 8%, #e283f580 75%);
    background: -moz-linear-gradient(to right, #ffffff 8%, #e283f580 75%);
    background: linear-gradient(to right, #ffffff 8%, #e283f580 75%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;

  }
  p.discord  {
      cursor: pointer;
      font-size: 1.5em;
      font-family: 'Orbitron', sans-serif;

  }
  /* .discord i {
      font-size: 0.5em;
  } */

  div.exclusive {
    height: 600px;
    display: flex;
    border: none;
flex-direction: row;
flex-wrap: wrap;
justify-content: center;
align-items: center;
align-content: center;
    /* margin-top: 20vh; */
    margin-bottom: 8vh;
    width: 10vw;
  }
  div.exclusive .card {
    background-position: center;

  }
  

  @media (orientation:landscape){
    p {
        text-align: center;
        font-size: 2em;
    }
    h1{
        text-align: center;
        font-size: 2.5em;
        word-spacing: 0.4em;
    }
    #designs {
        width: 90vw;
        /* float: center; */
        margin: auto;
        /* margin-top: 2vh; */
    }
  }

  @media (orientation:portrait){
    p {
        text-align: center;
        font-size: 1.3em;
    }
    h1{
        text-align: center;
        font-size: 1.2em;
        word-spacing: 0.4em;
    }
    .set {
       margin-top: -5vh;
        
    }
    #designs {
        width: 90%;
        /* float: center; */
        margin: auto;
        margin-top: 12vh;
        float: center;
    }
    /* .timer {
        margin-bottom: 5vh;
    } */
    div.exclusive {
        width: 90vw;
        height: 700px;
        font-size: 0.8em;
        text-align: center;
        padding-left: -50px;
    }
    .exclusive .card {
        margin: auto;
    }
   
  
  }
  





.padding
{
    margin: 2vw;
}


.timer {
    max-width: 50rem;
    height: auto;
    float: center;
    text-align: center;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    align-content: center;
    word-spacing: 0.5em;
    color: white;


   

    margin: auto;
    margin-top: 0.5rem;
    margin-bottom: 20vh;
    padding: 5px;
    background-color: transparent;
text-align: center;
    

}

.timer-object div {
  display: flex;
  justify-content: center;

}

.timer-object > h3 {
    font-size: 3em;
    padding-top: 0.1rem;
    margin-top: 0.1rem;
    padding-bottom: 0rem;
    margin-bottom: 0rem;
}
.timer-object li {
    display: inline-block;
    font-size: 5em;
    list-style-type: none;
    padding: 0.4em;
    text-transform: uppercase;
  }
  
  .timer-object  li span {
    display: block;
    font-size: 3.1rem;
  }

  
#timer{
    flex-wrap: nowrap;
    width: 100%;
    padding: 0;
    margin: 0;
}
#timer div {
    margin-left: 20px ;
}

#new_collection {
    margin-top: 25vh;
    text-shadow: -2px 4px 11px rgb(220, 220, 220);

}

/* a {
    text-decoration: none;
    color: rgb(220, 220, 220);
    font-size: 3em;


} */
.btn:hover {
    /* text-shadow: -2px 4px 11px rgb(220, 220, 220); */
    transform: scale(1.5);
}
/* .set {
    margin: auto;
    float: center;
} */

.set > a {
    border: 1px solid white;
    border-radius: 5%;
    padding: 10px;
    margin: auto;
    text-align: center;
}








footer {
    display: flex;
    text-align: center;
    height: 10vh;
    align-content: center;
    align-items: center;
    justify-content: center;
    margin-top: 10vh;
    background-color: rgb(18, 14, 26);
}

details {
  overflow: hidden;
}

details[open] summary ~ * {
  animation: sweep 1s ease-in-out;
}

@keyframes sweep {
  0%    {opacity: 0; margin-left: -10px}
  100%  {opacity: 1; margin-left: 0px}
}


summary {
  padding: 1rem;
  display: block;
  padding-left: 3.2rem;
  position: relative;
  cursor: pointer;
}

summary:before {
  content: '';
  border-width: .9rem;
  border-style: solid;
  border-color: transparent transparent transparent #fff;
  position: absolute;
  top: auto;
  left: 1rem;
  transform: rotate(0);
  transform-origin: .2rem 50%;
  transition: .25s transform ease;
}
/* THE MAGIC 🧙‍♀️ */
details[open] > summary:before {

  transform: rotate(90deg);
}


details summary::-webkit-details-marker {
  display:none;
}

details > ul {
  padding-bottom: 1rem;
  margin-bottom: 0;
}
.opensea
{
  transition: ease-in 0.05s;
  display: inline-block;
  text-align: center;
}
.opensea:hover
{

  transform: scale(1.1);
  transition: ease-in 0.15s;
}

a.interactiveJoinButton
{
  padding: 2vw;
}

img.interactiveJoinButton
{
  width: 40vw;
  max-width: 20rem;
  transition: ease-in 0.05s;
  border-radius: 1vw;
}

img.interactiveJoinButton:hover
{
  transition: ease-in 0.15s;
  transform: scale(1.05);
  filter: brightness(1.2);
  box-shadow: 0 0 20px rgba(255, 255, 255, 0.459); 
}