*{
    margin: 0;
    padding:0;
    box-sizing: border-box;
}
html {
    scroll-behavior: smooth;
    overflow-x: hidden;
}
.banner {
    width: 100% !important;
    height: 100%;
    display: block;
    z-index: -1;
}
.banner > .banner-image {
    width: 100%!important;
    display: block;
    position: absolute;
    z-index: -1;
}
.top-socials{
    width: 100%;
    padding-top: 20px;
    padding-right: 30px;
    text-align: right;
    position: relative;
    z-index: 2;
}
.header{
    width: 100%;
    height: 100vh;   
}
.header-content h3{
    position:absolute;
    display: flex;
    align-items: center;
    justify-content: space-between;  
    font-size: 3rem;
    margin: -10px 40px;
    padding-left: 20px;
    font-family: ccmonstermashoutline, sans-serif;
    letter-spacing: 3px;
}
.nav{
    width:100%;
    margin-top: 50px;
    padding-right: 75px;
    font-family: cubano, sans-serif;
    letter-spacing: 1px;
    cursor: pointer;
    flex-wrap: wrap;
    text-align: right;
    position: relative;
    z-index: 2;
}
.nav a{
    height: 100%;
    display: block;
    list-style: none;
    padding: 20px 0px;
    margin-right: 30px;
    font-size: 1.3rem;
    text-decoration: none;
    color: white;
}
.nav li{
    display: inline-block;  
    list-style: none; 
}
.nav li a:hover{
    color: #54d0ec;
}
.hamburger {
    background-color: transparent;
    border: 0;
    float: right;
    display: none;
    padding-right: 40px;
    padding-top: 10px;
    color: white;
    cursor: pointer;
    font-size: 28px; 
}
.hamburger:focus{
    outline: none;
}
body {
    background: black;
    color: white;
    display: flex;
    justify-content: center;
    flex-direction: column;
}
.container{
    width: 100%;
    height: 100%;
}
canvas {
    display: block;
    position:absolute;
    width: 100%;
    height: 100%;
    z-index: 2;
  }
.social-icon{
    color: white;
    transition: color .2s;
    text-decoration: none;
    margin: 0 10px;
    font-size: 1.5rem; 
}
.social-icon:hover{
    color: #54d0ec;
}
.slider {
    position: relative;
    display: flex;
    margin-left: -25%;
    margin-right: -25%;
    margin-top: -50px;
}
.slider .img {
    width: 300px;
    height: 300px;
    display: inline-block;
    justify-content: space-between;
    margin: 0px 10px;
}
.slider .img img{
    width: 250px;
    height:250px;
    margin: 0px 5px;
    border-radius: 20px;
    padding: 2px;
}
.main-title{
    font-family: ccmonstermashoutline, sans-serif;
    letter-spacing: 4px;
    font-size: 4rem;
    text-align: center;
    padding-top:5px;
}
.timer {
    width: 100%;
    position: relative;
    margin-left: -80px;
}
.timer h1{
    font-size: 4rem;
    margin-top: -30px;
}
.launch-time {
    display: flex;
    text-align: center;
}
.launch-time div {
    flex-basis: 110px; 
}
.launch-time p {
   font-size: 60px;
   margin-top: 15px;
   margin-bottom: -15px;
   font-family: forma-djr-micro, sans-serif;
}
.launch-time span {
    font-size: 20px;
}
.timer button {
    background: transparent;
    border: 2px solid #54d0ec;
    outline: none;
    padding: 12px;
    border-radius: .25em;
    color: var(--clr-neon);
    font-family: cubano, sans-serif;
    font-size: 1.5rem;
    letter-spacing: 1px;
    cursor: pointer;
    position: relative;
    float: right;
    display: flex;
    margin-top: -80px;
    text-shadow: 
    0 0 0.125em #54d0ec;
    box-shadow: 0 0px 0px 0 #54d0ec inset, 0 0px 20px 0 #54d0ec, 0 0px 0px 0#54d0ec inset, 0 0px 0px 0 #54d0ec;
}
.discord::before {
    pointer-events: none;
    content:"";
    position: absolute;
    background: #54d0ec;
    top: 120%;
    left: 0;
    width: 100%;
    height: 100%;
    transform: perspective(1em) rotateX(40deg) scale(1, 0.5);
    filter: blur(1.5em);
    opacity: .5;
}
.discord::after{
    content:"";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right:0;
    box-shadow: 0 0 2em 0.5em #54d0ec;
    opacity: 0;
    transition: opacity 100ms linear;
}
.discord:hover {
    color: #54d0ec;
}
.discord:hover::after {
    opacity: .8;
    filter: blur(1em);
}
.community button {
    background: transparent;
    border: 2px solid #54d0ec;
    outline: none;
    padding: 12px;
    border-radius: .25em;
    color: var(--clr-neon);
    font-family: cubano, sans-serif;
    font-size: 1.5rem;
    letter-spacing: 1px;
    cursor: pointer;
    position: relative;
    align-items: center;
    margin: auto;
    display: flex;
    margin-top: 20px;
    text-shadow: 
    0 0 0.155em #54d0ec;
    box-shadow: 0 0px 0px 0 #54d0ec inset, 0 0px 20px 0 #54d0ec, 0 0px 0px 0#54d0ec inset, 0 0px 0px 0 #54d0ec;
}
  .gif-skelly {
    float: right;
    justify-content: space-between;
    border-radius: 20px;
    position: relative;
    margin-right: 15px;
    margin-top: 50px;
  }
  .text-about{
    display: flex;
    align-items: center;
    padding-right: 50px;
    position: relative;
  } 
  .sidebyside {
    display: flex;
    align-content: center;
    width: 100%;
    font-size: 1.5rem;
    text-align: justify;
  }
.mint-btn {
    width: 100%;
    display: flex;
    align-content: center;
    justify-content: center;
    position: relative;
}
.mint-btn button {
    background: transparent;
    border: 2px solid #54d0ec;
    outline: none;
    padding: 12px;
    border-radius: .25em;
    color: var(--clr-neon);
    font-family: cubano, sans-serif;
    font-size: 2rem;
    letter-spacing: 1px;
    cursor: pointer;
    position: relative;
    display: flex;
    margin-top: 80px;
    text-shadow: 
    0 0 0.125em #54d0ec;
    box-shadow: 0 0px 0px 0 #54d0ec inset, 0 0px 20px 0 #54d0ec, 0 0px 0px 0#54d0ec inset, 0 0px 0px 0 #54d0ec;
}
.community {
    width: 100%;
    display: block;
    align-content: center;
    justify-content: center;
    position: relative;
}
.community h1{
    font-size: 1.8rem;
}
.community .social-icon{
    width: 100%;
    padding-bottom: 25px;
}
.community .btm-socials {
    width: 100%;
    margin-left: -10px;
}
.donation-tank img {
    width: 100%;
    height: auto;
    align-items: center;
    margin-bottom: -10%;
}
.roadmap img {
    width: 100%;
    height: auto;
    align-items: center;
}
.container-team {
    display: flex;
    align-items: center;
    width: 100%;
    justify-content: center;
}
.main-card .cards{
    display: flex;
    justify-content: space-between;
}
.main-card .cards .card{
    display: flex;
    padding: 30px;
}
.cards .card .content .img {
    height: 280px;
    width: 280px;
}
.card .content .img img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    border-radius: 20px;
}
.card .content .img img:hover{
    text-shadow: 
    0 0 0.125em #54d0ec;
    box-shadow: 0 0px 0px 0 #54d0ec inset, 0 0px 20px 0 #54d0ec, 0 0px 0px 0#54d0ec inset, 0 0px 0px 0 #54d0ec;
}
.card .content .details .name {
    font-size: 2.5rem;
    text-align: center;
    margin-top: 10px;
}
.card .content .details .job {
    font-size: 1.25rem;
    text-align: center;
    margin-top: 5px;
    font-family: forma-djr-micro, sans-serif;
    font-weight: 400;
    width: 100%;
    align-items: center;
}
section {
    min-height: 100vh;
    width: 80%;
    margin: 0 auto;
    font-family: cubano, sans-serif;
    padding: 100px;
    z-index: 1;
}
.title {
    font-size: 3rem;
    margin: 2rem 0rem;
    text-align: center;
}
.faq {
    max-width: 700;
    margin-top: 2rem;
    padding-bottom: 1rem;
    border-bottom: 1px solid white;
    cursor: pointer;
    padding-top: 1rem;
    padding-bottom: 1rem;
}
.question button {
    width: 100%;
    margin: 0 auto;
    font-family: cubano, sans-serif;
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: rgba(0, 0, 0, 0);
    color: white;
    padding-right: 10px;
    border: none; outline: none;
    cursor: pointer;
    font-size: 1rem;
    z-index: 1;
}
.question button:hover{
        color: #54d0ec;
    }
.question {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.question h3 {
    font-size: 1.6rem;
}
.answer p {
    padding-top: 1rem;
    line-height: 1.6;
    font-size: 1.4rem;
}
.answer {
    max-height:0;
    overflow: hidden;
    transition: max-height 1.4s ease;
}
.faq.active .answer {
    max-height: 300px;
    animation: fade 1.2s ease-in-out;
}
.faq.active i{
    transform: rotate(180deg);
}
i{
    transition: transform 0.5s ease-in;
}
@keyframes fade {
    from {
        opacity: 0;
        transform: translateY(-2px);
    }
    to {
        opacity: 1;
        transform: translateY(0px);
    }
}
p {
    padding-top: 1rem;
    padding-bottom: 1rem;
    font-family: forma-djr-micro, sans-serif;
    font-weight: 350;
    font-size: 1.2rem;
    word-spacing: 2px;
}
.smart-contract{
    text-align: center;
}
.contract {
    text-decoration: none;
    color: white;
    cursor: pointer;
}
.footer{
    background: #00141a;
    height: 200px;
    width: 100vw;
}
.footer-content{
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    text-align: center;
}
.footer-content h3{
    font-size: 1.8rem;
    margin: 1rem 0 0rem 0rem;
    width: 100%;
    font-family: ccmonstermashoutline, sans-serif;
    word-spacing: 4px;
    letter-spacing: 3px;
    position: relative;
    padding-top: 10px;
    text-align: center;
    z-index: 5;
}
.terms p{
    color: white;
    width: 100%;
    margin: 0rem 0 -1.5rem 0rem;
    font-family: forma-djr-micro, sans-serif;
    font-weight: 350;
    word-spacing: 2px;
    font-size: 14px;
    position: relative;
    z-index: 2;
    text-align: center;
}
.terms a{
    text-decoration: none;
    color: white;
}
.terms a:hover{
  color:#54d0ec;
}
.terms-page{
    width: 100%;
    height: 100vh;
}
.footer .footer-bottom p{
    background: #000000;
    color: white;
    height: 50px;
    width: 100%;
    margin: 1rem 0 0rem 0rem;
    font-family: forma-djr-micro, sans-serif;
    font-weight: 350;
    word-spacing: 2px;
    font-size: 14px;
    position: relative;
    z-index: 2;
    text-align: center;
}
.socials{
    list-style: none;
    color: white;
    display: flex;
    text-align: right;
    margin: 2rem 0 .5rem 0rem;
    position: relative;
    z-index: 5;
}
.socials li{
    margin: 0 10px;
}
.socials a i{
    font-size: .6rem;
}

@media  screen and (max-width: 1025px) {
    body {
        overflow: hidden;
        height: 100%;
        padding-bottom: 20px;
    }
    .timer {
        width: 100%;
        margin: auto;
        align-items: center;
        text-align: center;
    }
    .timer h1{
        font-size: 1.5rem;  
    }
    .launch-time {
        margin-bottom: 50px;
        text-align: center;
        align-items: center;
    }
    .launch-time p {
        padding: 10px;
    }
    .timer button {
        display: flex;
        align-items: center;
        float: none;
        margin: auto;
        margin-bottom: 30px;
    }
    .gif-skelly {
        float: none;
        align-content: center;
        justify-content: center;
        display: flex;
    }
    .text-about {
        width: 100%;
        display: inline;
    }
    .sidebyside {
        width: 100%;
        font-size: 1.2rem;
        text-align: justify;
        padding-top: 40px;
        padding-left: 5px;
        padding-right: 5px;
        align-content: center;
     }
    .community p {
        padding-bottom: 50px;
    }
    .community button {
        display: flex;
        align-items: center;
        float: none;
        margin: auto;
        margin-bottom: 30px;
    }
    .card .content .img img:hover{
        text-shadow: none;
        box-shadow: none;
    }
}

@media screen and (max-width: 768px) {
    .banner > .banner-image {
        width: 100% !important;
        height: auto;
        display: flex;
    }
    .nav {
        display: none;
        width: 100%;
        flex-direction: column;
    }
    .nav.show {
        display: flex;
        padding-top: 50px;
    }
    .header-content h3{
        position:absolute;
        display: flex;
        align-items: center;
        justify-content: space-between;  
        font-size: 2rem;
        margin: -10px 10px;
        padding-left: 20px;
        font-family: ccmonstermashoutline, sans-serif;
        letter-spacing: 3px;
    }
    .slider {
        position: relative;
        display: flex;
        align-items: center;
        margin-left: -10%;
        margin-right: -10%;
        margin-top: 10px;
        margin-bottom: -40%;
    }
     .slider .img img{
        width: 140px;
        height:140px;
        border-radius: 20px;
        padding: 5px;
    }
    .main-title {
    position: relative;
    display: flex;
    padding-top: 100px;
    font-size: 3rem;
    letter-spacing: 5px;
    }
    .timer h4 {
    letter-spacing: 4px;
    }
    .timer {
        width: 100%;
        margin: 0;
        align-items: center;
        text-align: center;
        position: relative;
        justify-content: center;
    }
    .timer h1{
        font-size: 1.5rem;  
    }
    .launch-time {
        margin-bottom: 50px;
        text-align: center;
        margin-left: -30px;
        margin-right: -30px;
    }
    .launch-time p {
        padding: 10px;
    }
    .timer button {
        display: flex;
        align-items: center;
        float: none;
        margin: auto;
        margin-bottom: 30px;
    }
    .main-card .cards{
        display: block;
    }
    .text-about {
        width: 100%;
        display: inline;
    }
    .sidebyside {
        width: 100%;
        font-size: 1.2rem;
        text-align: justify;
        padding-top: 40px;
        padding-left: 5px;
        padding-right: 5px;
        align-content: center;
     }
    .community p {
        padding-bottom: 50px;
    }
    .community button {
        display: flex;
        align-items: center;
        float: none;
        margin: auto;
        margin-bottom: 30px;
    }
    .gif-skelly {
        border-radius: 20px;
        margin: auto;
        align-items: center;
        display: flex;
    }
    .donation-tank {
        margin-left: -15px;
        margin-right: -15px;
    }
    .donation-tank img {
        width: 100%;
        height: auto;
        align-items: center;
    }
    .roadmap {
        margin-left: -30px;
        margin-right: -30px;
    }
    .roadmap img {
        width: 100%;
        height: auto;
        align-items: center;
    }
    section {
        min-height: 100vh;
        width: 100%;
        font-family: cubano, sans-serif;
        padding: 50px;
        z-index: 1;
    }
    .hamburger {
        display: block;
    }
    .answer p {
        font-size: 1.2rem;
    }
    .header {
        padding-bottom: 0;
    }
    .community {
        width: 100%;
        align-content: center;        
        text-align: center;
    }
    .community h1{
        font-size: 1.8rem;
    }
    .community p {
        width: 100%;
        text-align: center;
    }
    .community .btm-socials{
        width: 100%;
        align-content: center;
        text-align: center;
        padding-bottom: 25px;
        margin: 0;
    }
    .smart-contract {
        text-align: center;
        text-decoration: none;
    }
    .card .content .img img:hover{
        text-shadow: none;
        box-shadow: none;
    }
}

@media screen and (max-width: 420px) {
    .slider {
        position: relative;
        display: flex;
        align-items: center;
        margin-left: -10%;
        margin-right: -10%;
        margin-top: 10px;
        margin-bottom: -75%;
    }
    .card .content .img img:hover{
        text-shadow: none;
        box-shadow: none;
    }
}