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: 'Arial';
    font-weight: 300;
    color:#F7F7F7;
    font-size: 15px;
    width: 100%;
    background-color: #000;
}
h1,h2,h3,h4,h5{
    color:#F7F7F7;
    font-family: 'Arial Black';
    /*letter-spacing: 3px;*/
    font-weight: normal;
}
h1{
    font-size: 42px;
    margin:20px 0;
    line-height: 42px;
}
h2{
    font-size: 36px;
    line-height: 36px;
    margin:14px 0;
    text-align: center;
}
h3{
    font-size: 28px;
    line-height: 28px;
    font-family: Gruppo;
}
h4{
    font-size: 26px;
}
h5{
    font-size: 20px;
    font-family: Gruppo;
}

a{
    text-decoration:none;
    cursor:pointer;
}

a:hover{
    color: inherit;
}

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;
    background-color: rgba(0,0,0,1);
    /*mix-blend-mode: difference;*/
    z-index: 1000;
    min-width: 320px;
    padding-top: 15px;
    height: 65px;
}
header nav #logo-bloc{
    position: absolute;
    left:100px;
}
header nav #logo-bloc #logo{
    width: 50px;
    height: 40px;
}
header nav #logo-bloc #logo .st0{
    fill: #fff;
}
header nav #nav-menu{
    font-family: "Gruppo";
    position: absolute;
    left: 155px;
    line-height: 35px;
    font-size: 18px;
}
header nav #nav-menu a{
    display: inline-block;
    margin-right: 10px;
}
header nav .right-bloc{
    line-height: 35px;
    position: absolute;
    right:100px;
    word-spacing: 20px;
}
footer{
    padding-top:100px;
    background-color: #060606;
}
footer .logo{
    height: 60px;
    float:left;
    width: auto;
}
footer .baseline{
    height: 45px;
    float:left;
    width: auto;
    margin-top: 9px;
}
footer .nav a{
    font-family: 'Arial';
    font-style: normal;
    font-weight: 700;
    font-size: 14px;
    line-height: 18px;

}
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 .copy{
    font-size: 12px;
}
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: #000;
}
footer small{
    font-size: 14px;
}
.container{
    max-width: 1200px;
    width: 100%;
}
.text-right{
    text-align: right !important;
}
.text-left{
    text-align: left !important;
}
.social-network{
    font-family: 'Arial';
     word-spacing: 10px;
}
.social-network i{
    color: #fff;
    font-size: 24px;
}
.opensea-logo{
    vertical-align: super;
}
.opensea-logo img{
    width: 23px;
}
.btn-hf{
    font-family: Gruppo;
    font-weight: bold;
    border: 1px solid white;
    background-color: transparent;
    text-transform: uppercase;
    color: white;
}
.btn-hf.inline{
    padding-right: 100px;
}
.btn-hf:hover{
    color: #eee;
    border-color: #eee;
}
.lightTheme .btn-hf{
    border-color: black;
    color: black;
}
.arial-black{
    font-family: "Arial Black";
}
.sixteen{
    font-family: "Sixteen";
}
.gruppo{
    font-family: "Gruppo";
}
section{
    padding: 100px 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;
}
.modal-content{
    background-color: #222;
}
.page-content {
    position: relative;
    padding-top: 65px;
}

/* 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;
}
.lightTheme{
    color:black;
    background-color: white;
}
.lightTheme h1,.lightTheme h2,.lightTheme h3,.lightTheme h4,.lightTheme h5{
    color:black;
}
.font-gruppo{
    font-family: Gruppo;
}
a {
    color: white;
}
.lightTheme a{
    color:black;
}
a.disabled {
    color: gray;
    pointer-events: none;
    cursor: not-allowed;
}
.morsebar{
    height: 2px;
    background-color: white;
    width: 30px;
    display: inline-block;
    margin-bottom: 4px;
    margin-right: 10px;
}
.morsebowl{
    height: 4px;
    background-color: white;
    width: 4px;
    border-radius: 20px;
    display: inline-block;
    margin-bottom: 3px;
    margin-right: 10px;
}
.mobile{
    display: none;
}
@media screen and (max-width: 1200px) {
    header nav #logo-bloc{
        left: 20px;
    }
    header nav #nav-menu{
        left: 77px;
    }
    header nav .right-bloc{
        right: 20px;
    }
}
@media screen and (max-width: 930px) {
    header nav #nav-menu .morsebowl, header nav #nav-menu .morsebar{
        display: none;
    }
}
@media screen and (max-width: 660px) {
    header nav #nav-menu a{
        font-size: 15px;
    }
}
@media screen and (max-width: 600px) {
    header nav #nav-menu a{
        font-size: 12px;
        margin-right: 2px;
    }
    header nav .right-bloc{
        word-spacing: 2px;
    }
    .social-network i{
        color: #fff;
        font-size: 20px;
    }
    .opensea-logo{
        vertical-align: super;
    }
    .opensea-logo img{
        width: 19px;
        margin-top: 2px;
    }
}

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

    h2 {
        font-size: 32px;
    }

    h3 {
        font-size: 28px;
    }
    header nav #logo-bloc {
        left: 10px;
    }
    header nav #nav-menu{
        left: 67px;
    }
    header nav .right-bloc{
        right: 16px;
    }

    .mobile{
        display: block;
    }
    .desktop{
        display: none;
    }
    .btn-hf.inline{
        padding-right: 30px;
    }
    footer{
        padding-top: 40px;
        text-align: center !important;
    }
    footer .logo{
        float: none;
        text-align: center !important;
    }
    footer .baseline{
        float: none;
        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;
    }
}

@media screen and (max-width: 430px) {

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

    header nav #nav-menu {
        left: 62px;
    }

    header nav #nav-menu a:first-of-type{
        display: none;
    }

    header nav .right-bloc {
        right: 16px;
    }
}

@media screen and (max-width: 390px) {

    header{
        min-width: 360px;
    }
    header nav #logo-bloc {
        left: 0px;
    }

    header nav #nav-menu {
        left: 50px;
    }

    header nav .right-bloc {
        right: 5px;
    }
}