html {
    scroll-behavior: smooth;
}
@font-face {
    font-family: 'Allura';
    font-style: normal;
    font-weight: normal;
    src: url("/fonts/Allura-Regular.ttf");
}
@font-face {
    font-family: 'Proximanova';
    font-style: normal;
    font-weight: normal;
    src: url("/fonts/Proxima Nova Alt Light.otf");
}
@font-face {
    font-family: 'Proximanova';
    font-style: normal;
    font-weight: bold;
    src: url("/fonts/Proxima Nova Bold.otf");
}
@font-face {
    font-family: 'AnticSlab';
    font-style: normal;
    font-weight: bold;
    src: url("/fonts/AnticSlab-Regular.ttf");
}
@font-face {
    font-family: 'brandon-grotesque';
    font-style: normal;
    font-weight: bold;
    src: url("/fonts/Brandon_reg.otf");
}
@font-face {
    font-family: 'Pacifica Regular';
    font-style: normal;
    font-weight: normal;
    src: url("/fonts/Pacifica Condensed Regular.ttf");
}
@font-face {
    font-family: 'Barlow Extra Light';
    font-style: normal;
    font-weight: normal;
    src: url("/fonts/Barlow-ExtraLight.ttf");
}
@font-face {
    font-family: 'Arial Black';
    font-style: normal;
    font-weight: normal;
    src: url("/fonts/ariblk.ttf");
}
@font-face {
    font-family: 'dsdigital';
    font-style: normal;
    font-weight: normal;
    src: url("/fonts/DS-DIGI.TTF");
}
@font-face {
    font-family: 'Gruppo';
    font-style: normal;
    font-weight: normal;
    src: url("/fonts/Gruppo-Regular.ttf");
}
@font-face {
    font-family: 'Sixteen';
    font-style: normal;
    font-weight: normal;
    src: url("/fonts/Sixteen-Mono.ttf");
}
body{
    font-family: 'Gruppo';
    font-weight: 300;
    color:#F7F7F7;
    font-size: 24px;
    width: 100%;
    background-color: #000  ;
}
h1,h2,h3,h4,h5{
    color:#F7F7F7;
    font-family: 'Gruppo';
    letter-spacing: 3px;
    font-weight: normal;
}
h1{
    font-size: 200px;
    margin:20px 0;
    text-align: center;
}
h2{
    font-size: 40px;
    margin:14px 0;
    text-align: center;
}
h3{
    font-size: 32px;
}
h4{
    font-size: 28px;
}
h4{
    font-size: 24px;
}

a{
    text-decoration:none;
    cursor:pointer;
    /*color:#f101e2;*/
}

button{
    cursor:pointer;
    text-decoration:none;
    outline:none !important;
}

a:hover,a:focus,a:visited{
    text-decoration:none;
    outline:none !important;
}

ul,li{
    list-style:none;
    padding:0px;
    margin:0px;
}

img{
    display:inline-block;
    max-width:100%;
}
header{
    position: fixed;
    top:0;
    left:0;
    width: 100vw;
    height: 70px;
    background-color: transparent;
    z-index: 1000;
    min-width: 320px;
}
header nav #logo-bloc{
    height: 70px;
    position: absolute;
    left:100px;
}
header nav #logo-bloc #logo{
    width: 60px;
    height: 60px;
    margin-top: 8px;
}
header nav #logo-bloc #logo .st0{
    fill: #fff;
    opacity: 0.7;
}
header nav #nav-menu{
    font-family: "dsdigital";
    position: absolute;
    left: 200px;
    height: 70px;
    line-height: 70px;
}
header nav #nav-menu a{
    display: inline-block;
    color: #F7F7F7;
    margin-right: 20px;
}
header nav .right-bloc{
    height: 70px;
    position: absolute;
    right:100px;
    line-height: 64px;
    word-spacing: 20px;
}
footer .discord-link{
    font-size: 20px;
    margin-top:10px;
    display: inline-block;
    border: 2px solid transparent;
    background:radial-gradient(ellipse farthest-corner at right bottom, #FEDB37 0%, #FDB931 8%, #9f7928 30%, #8A6E2F 40%, transparent 80%) padding-box,
    radial-gradient(ellipse farthest-corner at left top, #FFFFFF 0%, #FFFFAC 8%, #D1B464 25%, #5d4a1f 62.5%, #5d4a1f 100%) border-box;
}
footer .discord-link span{
    background-color: #080808;
    color:#f7f7f7;
    display: block;
    width: 100%;
    height: 100%;
    padding: 4px 8px;
}
footer h3{
    font-size: 30px;
    margin: 40px 0 8px;
}
footer .social-network a{
    margin-left: 16px;
}
footer .footer-link{
    background: radial-gradient(ellipse farthest-corner at right bottom, #FEDB37 0%, #FDB931 8%, #9f7928 30%, #8A6E2F 40%, transparent 80%),
    radial-gradient(ellipse farthest-corner at left top, #FFFFFF 0%, #FFFFAC 8%, #D1B464 25%, #5d4a1f 62.5%, #5d4a1f 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    color: #fff;
}
footer small{
    font-size: 14px;
}
.text-right{
    text-align: right !important;
}
.text-left{
    text-align: left !important;
}
.social-network{
    font-family: 'Arial';
     word-spacing: 10px;
}
.social-network i{
    background: radial-gradient(ellipse farthest-corner at right bottom, #FEDB37 0%, #FDB931 8%, #9f7928 30%, #8A6E2F 40%, transparent 80%),
    radial-gradient(ellipse farthest-corner at left top, #FFFFFF 0%, #FFFFAC 8%, #D1B464 25%, #5d4a1f 62.5%, #5d4a1f 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    color: #fff;
    font-size: 30px;
}
.opensea-logo{
    font-size: 42px;
}
.opensea-logo img{
    width: 28px;
}
section{
    padding: 40px 0;
    margin: 0;
    overflow: hidden;
    background-position: center center;
}
ol li{
    list-style-type: decimal;
}
section.light{
    background-color: #F7F7F7;
    color: #333;
}
section.red{
    background-color: rgb(255,3,3);
    color: #333;
}
section.light h1, section.light h2, section.light h3, section.light h4, section.light h5{
    color: #333;
}
svg{
    width: 400px;
}
svg .st0{
    fill:#E7E7E7;
}
.container{
    width: 900px;
}
.modal-content{
    background-color: #222;
}
.page-content {
    position: relative;
}

/* Preloader */

.preloader{
    position:fixed;
    left:0px;
    top:0px;
    width:100%;
    height:100%;
    z-index:999999999;
    background-color:#ffffff;
}
.preloader .line {
    display: inline-block;
    width: 15px;
    height: 15px;
    border-radius: 15px;
    background-color: #4b9cdb;
}
@keyframes loadingC {
    0 {
        transform: translate(0, 0);
    }
    50% {
        transform: translate(0, 15px);
    }
    100% {
        transform: translate(0, 0);
    }
}
.preloader .line:nth-last-child(1) {
    animation: loadingC 0.6s 0.1s linear infinite;
}
.preloader .line:nth-last-child(2) {
    animation: loadingC 0.6s 0.2s linear infinite;
}
.preloader .line:nth-last-child(3) {
    animation: loadingC 0.6s 0.3s linear infinite;
}
.preloader {
    background-color: black;
}
.spinner-grow {
    position: absolute;
    top: calc(50vh - 1.5rem);
}
.fullBgCover{
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center bottom;
}
.blur {
    color: transparent !important;
    text-shadow: 0 0 8px #fff !important;
}

@media screen and (max-width: 1200px) {
    header nav #logo-bloc{
        left: 20px;
    }
    header nav #nav-menu{
        left: 120px;
    }
    header nav .right-bloc{
        right: 20px;
    }
}

@media screen and (max-width: 500px) {
    body {
        font-size: 20px;
    }

    h1 {
        font-size: 36px;
    }

    h2 {
        font-size: 32px;
    }

    h3 {
        font-size: 28px;
    }

    header {
        background: rgba(0, 0, 0, 0.75);
    }

    header nav #logo-bloc {
        left: 10px;
    }

    header nav #nav-menu {
        left: 80px;
        font-size: 20px;
    }

    header nav #nav-menu a {
        margin-right: 0;
    }

    header nav .right-bloc {
        right: 10px;
        word-spacing: 5px;
    }
    .social-network i{
        font-size: 22px;
    }
    .opensea-logo {
         font-size: 35px;
    }
    .opensea-logo img {
         width: 20px;
    }

    footer{
        padding-top: 40px;
        text-align: center !important;
    }
    footer h3{
        font-size: 22px;
    }
    footer .text-left,footer .text-right{
        font-size: 22px;
        text-align: center !important;
    }
    footer .social-network a{
        margin:0;
    }
}