@import url('https://fonts.googleapis.com/css2?family=Space+Mono:ital,wght@0,400;0,700;1,400;1,700&family=Work+Sans:ital,wght@0,100..900;1,100..900&display=swap');

body div{
    font-family: "Space Mono", monospace;
}

a, a:active, a:visited, a:focus{
    color:#333;
}

a:hover{
    color:#000000;
}

.headerText{
    font-family: "Work Sans", monospace;
    font-weight:bold;
}

.btn{
    background-color: #333!important;
    color: #FFF!important;
    transition:transform ease-out 0.8s;
    font-size: 15px!important;
}

.btn:hover{
    transform: scale(1.2);
    background-color:#e2d1c3!important;
    color: #333!important;
}

.heroTitle{
    position:relative;
    padding-left:194px;
    font-size:80px;
    overflow:hidden;
}

.selection{
    padding:10px;
}

.selection {
    padding: 20px;
    width: 100%;
}

.walletPart .btn{
    margin-top:10px;
}

.nftBlocks{
    background: #fff6f2;
    padding: 20px;
    border-radius: 20px;
    box-shadow: rgba(0, 0, 0, 0.04) 0px 3px 5px;
    margin:10px;
    max-width: 400px;
    display: inline-block;
}

.walletPart{
    background: #fff6f2;
    padding:20px;
}

.walletSection{
    max-height:100vh;
}

.outerPinnerReel:after{
    content:"";
    position:absolute;
    top:0px;
    height:0.1px;
    width:180%;
    transform: translateX(-50%);
    box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 1px, rgba(0, 0, 0, 0.07) 0px 2px 2px, rgba(0, 0, 0, 0.07) 0px 4px 4px, rgba(0, 0, 0, 0.07) 0px 8px 8px, rgba(0, 0, 0, 0.07) 0px 16px 16px;
}

.heroHead{
    margin:20px;
}

.outerPinnerReel{
    overflow: hidden;
    position: relative;
    display: block;
    height: 100vh;
    top: 0px;
}

.sectionFooter {
    padding: 100px 69px;
    padding-top: 100px;
    position: relative;
}

.collectionImage {
    width: 120px;
    height: 120px;
    border-radius: 50%;
    overflow: hidden;
    position: relative;
}

.fullWidth{
    width: 100%;
}

.sideBorder{
    border-right:solid 5px #FFF;
}

.sectionFooter:before{
    content: "";
    display: block;
    position: absolute;
    top: 40px;
    left: 50%;
    transform: translateX(-50%);
    background-color: #b1b1b1;
    width: 80px;
    height: 4px;
}

.pinnedReel{
    position:absolute;
    transform:translateY(calc(17% - (var(--trig))));
    transition:ease-out 1s;
}

.heroHeader{
    height:300vh;
    background: linear-gradient(135deg, #fdfcfb, #e2d1c3);
}

.heroHeaderSmall{
    height:auto;
    min-height:300px!important;
}

.mainContent{
    padding:40px 20px;
    background-color: #eae2dd;
}

.pinned {
    position: sticky;
    top: 30%;
}

.homeTxtAnm{
    animation: heroAnim 16s infinite forwards;
    position:absolute;
    top:-100%;
    left:0px;
}

.homeTxtAnm:nth-child(0){
    animation-delay: 0s;
}

.homeTxtAnm:nth-child(1){
    animation-delay: 5s;
}

.homeTxtAnm:nth-child(2){
    animation-delay: 10s;
}

header{
    position:fixed;
    left: 0;
    top: 0;
    z-index:10;
    width:100%;
}

.header{
    background-color: #FFF;
    color:#000;
    width: 100%;
    padding:20px;
    transition:all 0.5s ease-in-out;
    box-shadow: rgba(0, 0, 0, 0.04) 0px 3px 5px;
}

.trig-scroll-down .slide{
    /*transform:translateY(calc(-100%));*/
}

.trig-scroll-top .slide, .trig-scroll-bottom .slide,.trig-scroll-up .slide{
    transform:translateY(0px);
}

.logo{
    width:80px;
}

.menu-container {
    position: relative;
}

.hamburger {
    width: 30px;
    height: 22px;
    position: relative;
    top: -9px;
    left: 20px;
    z-index: 10;
    display: inline-flex;
    flex-direction: column;
    justify-content: space-between;
    cursor: pointer;
}

.hamburger span {
    height: 4px;
    background: #333;
    border-radius: 2px;
    transition: all ease-out 0.4s;
}

.nav-menu {
    position: fixed;
    top: 0;
    left: -250px;
    width: 250px;
    height: 100%;
    background: #333;
    color: white;
    padding-top: 60px;
    transition: left 0.4s ease;
    display: flex;
    align-items: center;
    justify-content: center;
}

.nav-menu ul {
    list-style: none;
    padding: 0;
}

.nav-menu li {
    padding: 20px;
    text-align: center;
}

.nav-menu li a {
    color: white;
    text-decoration: none;
    font-size: 18px;
}

.nftBlockImg{
    position:relative;
    margin-bottom:20px;
}

.nftBlockImg:before, .collectionImage:before{
    content:"";
    background-color:rgba(255,255,255,0.2);
    clip-path: polygon(0 0, 100% 0%, 100% 37%, 0 61%);
    width:100%;
    height:100%;
    display: block;
    position: absolute;
}

.btnSmall{
    font-size:12px!important;
}

.hamburger.active span:nth-child(1) {
    transform: rotate(45deg) translateY(13px);
}

.hamburger.active span:nth-child(2) {
    opacity: 0;
    width:0px;
}

.hamburger.active span:nth-child(3) {
    transform: rotate(-45deg) translateY(-13px);
}

.heroStatPanel{
    padding:10px;
    margin-top:20px;
}

.nav-menu.active {
    left: 0;
}

.mainMenu{
    position:relative;
    z-index:9;
}

.blockchain-bg {
    position: absolute;
    top: 57%;
    left: 0;
    width: 100%;
    transform: translateY(-50%);
    overflow: hidden;
}

.chain {
    display: flex;
    align-items: center;
    flex-direction: column-reverse;
    animation: moveChain 20s linear infinite;
}

.folder{
    display: flex;
    align-items: center;
    flex-direction: column-reverse;
    position:relative;
    font-size:80px;
    z-index:99;
}

.wallet{
    display: flex;
    align-items: center;
    flex-direction: column-reverse;
    position:relative;
    font-size:80px;
    z-index:99;
}

.positiveIcon{
    font-size:80px;
    padding:20px;
}

.positiveSection{
    text-align:center;
    padding:40px 20px;
    background-color: #eae2dd;
    position: relative;
}

.borderTextBottom{
    position:relative;
}

.borderTextBottom:after {
    content: "";
    display: block;
    position: absolute;
    bottom: -20px;
    left: 50%;
    transform: translateX(-50%);
    background-color: #333;
    width: 80px;
    height: 4px;
}

.positiveBlock{
    padding:40px;
}

.folderIcon{
    background-color:#fdfcfb;
    border-radius:20px;
    box-shadow: rgba(0, 0, 0, 0.04) 0px 3px 5px;
}

.walletIcon{
    background-color:#fdfcfb;
    border-radius:20px;
    box-shadow: rgba(0, 0, 0, 0.04) 0px 3px 5px;
}

.block {
    width: 60px;
    height: 60px;
    background-color: #333;
    border-radius: 8px;
    margin: 0 10px;
    color: #ffeae6;
    font-size: 48px;
    padding: 6px 0px;
}

.link {
    width: 100%;
    text-align: center;
    margin: 20px;
    height: 40px;
    font-size: 33px;
}

.link:before {
    content: "";
    display: inline-block;
    position: absolute;
    width: 4px;
    height: 30px;
    margin: 18px;
    transform: translateY(-41px);
    background-color: #333;
}

.link:after {
    content: "";
    display: inline-block;
    position: absolute;
    width: 4px;
    height: 30px;
    margin: 18px;
    transform: translateY(16px) translateX(-42px);
    background-color: #333;
}

.address{
    word-break: break-all;
    background-color:#333;
    color:#FFF;
    padding:5px 10px;
    border-radius:5px;
}

@keyframes moveChain {
    0% {
        transform: translateY(-100%);
    }
    100% {
        transform: translateY(100%);
    }
}

@keyframes heroAnim {
    0% {
        top:-100%;
    }
    10% {
        top:0%;
    }
    30% {
        top:0%;
    }
    40% {
        top:100%;
    }
    100% {
        top:100%;
    }
}

@media only screen and (max-width: 1200px) {
    .heroTitle {
        padding-left: 81px;
        font-size: 33px;
    }
}

@media only screen and (max-width: 992px) {
    .pinned {
        top: 150px;
        position: relative;
        height: auto;
    }
    .chain, .folder, .wallet{
        display:none;
    }
    .pinnedReel{
        position:relative;
        transform: none;
    }
    .heroHeader {
        height: auto;
        min-height: 100%;
    }
    .outerPinnerReel{
        height:100%;
    }
}

@media only screen and (max-width: 768px) {
    .text-mobile-center{
        text-align:center;
    }
    .mobile-center{
        margin: auto;
    }
}