/* ----------------------------------------------- */
/* BASIC SETUP */
/* ----------------------------------------------- */

.fullscreen{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    zoom: 100%;

}
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
a:hover{
    cursor: pointer;
}

html,
body {
    color: #555;
    font-weight: 300;
    font-size: 20px;
    text-rendering: optimizeLegibility;
    overflow: hidden;
}

h1,h2,h3,h4,h5,h6{
font-family: "NexaRegular" , sans-serif;
    color: #FFFFFF;
}

.generic-text{
    text-align: center;
    font-size: 70%;
    font-family: "NexaBlack" , sans-serif;
    color: #fff;
}


.sub-generic-text{
    text-align: center;
    font-size: 60%;
    margin: 5px 0 10px 0;
    font-family: "NexaBlack" , sans-serif;
    color: rgba(255, 255, 255, 0.5);
}

.clearfix {zoom: 1;}
.clearfix:after {
    content: '.';
    clear: both;
    display: block;
    height: 0;
    visibility: hidden;
}

.parent_wrapper{
    min-height: 100vh;
    display: flex;
    flex-direction: column;
}

.wrapperBottom{
    position: relative;
    width: 100%;
    height: 35%;
}

.child_wrapperBottom{
    position: fixed;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
    height: auto;
    width: 100%;
    /*background: red;*/
    /*push bottom up*/
    padding-bottom: 0;
}

.child_wrapperBottom .bottom-content{
    text-align: center;
    padding: 5px;
    /*background: #ccc;*/

}


.bg-pplus .bg-planao .bg-polar{

}

.bg-unlicensed2{
    position: absolute;
    background-image: -webkit-linear-gradient(rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0)), url("img/backgrounds/bg-unlicensed.png");
    background-image: linear-gradient(rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0)), url("img/backgrounds/bg-unlicensed.png");
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    height: 100%;
    width: 100%;
    animation: bg-faded 0.5s forwards;
    /*opacity: 1;*/
}

.bg-unlicensed{
    position: fixed;
    background-image: -webkit-linear-gradient(rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0)), url("img/backgrounds/bg-unlicensed.png");
    background-image: linear-gradient(rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0)), url("img/backgrounds/bg-unlicensed.png");
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    height: 100%;
    width: 100%;
    animation: bg-faded 0.8s forwards;
    z-index: -1;
    /*opacity: 1;*/
}

.bg-planao{
    position: fixed;
    background-image: -webkit-linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)), url("img/backgrounds/Youtube Banner.png");
    background-image: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)), url("img/backgrounds/Youtube Banner.png");
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    height: 100%;
    width: 100%;
    animation: bg-faded 0.8s forwards;
    z-index: -1;
    /*opacity: 1;*/
}

.bg-polar{
    position: fixed;
    background-image: -webkit-linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)), url("img/backgrounds/bg-polar.png");
    background-image: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)), url("img/backgrounds/bg-polar.png");
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    height: 100%;
    width: 100%;
    animation: bg-faded 0.8s forwards;
    z-index: -1;
}

.bg-pplus{
    position: fixed;
    background-image: -webkit-linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)), url("img/backgrounds/bg-p+.png");
    background-image: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)), url("img/backgrounds/bg-p+.png");
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    height: 100%;
    width: 100%;
    animation: bg-faded 0.8s forwards;
    z-index: -1;
}

.bg-twitch{
    position: fixed;
    background-image: -webkit-linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)), url("img/backgrounds/bg-twitch.png");
    background-image: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)), url("img/backgrounds/bg-twitch.png");
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    height: 100%;
    width: 100%;
    animation: bg-faded 0.8s forwards;
    z-index: -1;
}

.bg-youtube{
    position: fixed;
    background-image: -webkit-linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)), url("img/backgrounds/bg-youtube.png");
    background-image: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)), url("img/backgrounds/bg-youtube.png");
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    height: 100%;
    width: 100%;
    animation: bg-faded 0.8s forwards;
    z-index: -1;
}

.bg-twitter{
    position: fixed;
    background-image: -webkit-linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)), url("img/backgrounds/bg-twitter.png");
    background-image: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)), url("img/backgrounds/bg-twitter.png");
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    height: 100%;
    width: 100%;
    animation: bg-faded 0.8s forwards;
    z-index: -1;
}

.bg-discord{
    position: fixed;
    background-image: -webkit-linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)), url("img/backgrounds/bg-discord.png");
    background-image: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)), url("img/backgrounds/bg-discord.png");
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    height: 100%;
    width: 100%;
    animation: bg-faded 0.8s forwards;
    z-index: -1;
}

.bg-nft{
    position: fixed;
    background-image: -webkit-linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)), url("img/backgrounds/bg-nft.png");
    background-image: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)), url("img/backgrounds/bg-nft.png");
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    height: 100%;
    width: 100%;
    animation: bg-faded 0.8s forwards;
    z-index: -1;

}

.bg-prints{
    position: fixed;
    background-image: -webkit-linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)), url("img/backgrounds/bg-prints.png");
    background-image: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)), url("img/backgrounds/bg-prints.png");
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    height: 100%;
    width: 100%;
    animation: bg-faded 0.8s forwards;
    z-index: -1;
}

.bg-otg{
    position: fixed;
    background-image: -webkit-linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)), url("img/backgrounds/bg-otg.png");
    background-image: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)), url("img/backgrounds/bg-otg.png");
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    height: 100%;
    width: 100%;
    animation: bg-faded 0.8s forwards;
    z-index: -1;
}

.bg-legit{
    position: fixed;
    background-image: -webkit-linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)), url("img/backgrounds/bg-legit.png");
    background-image: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)), url("img/backgrounds/bg-legit.png");
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    height: 100%;
    width: 100%;
    animation: bg-faded 0.8s forwards;
    z-index: -1;
}


.bg-nocolor{
    background-color: #0a0a0a;
    position: absolute;
    height: 100%;
    width: 100%;
    z-index: -1;
}

.swap{
/*Group multiple animation*/
}

.swap-anim{
    animation: swap 1s forwards;
}
.swap-anim-reverse{
    animation: swap-reverse 1s forwards;
}
.information-panel,.work-panel{
    color: white;
    background-color: rgba(02,0,0,0.20);
    height: 50px;
    background-image: url("img/frm-dots.svg"),
    url("img/frm-dots.svg"),
    url("img/frm-dots.svg"),
    url("img/frm-dots.svg") ;
    background-position:
            3% 12%,
            97% 12%,
            3% 90%,
            97% 90%;
    background-repeat:no-repeat;
    background-size: 0.5rem;
}

/*use in function show panel*/
.information-panel{
    color: #FFFFFF;
    position: fixed;
    width: 315px;
    height: 70px;
    transform: translate(0px, 0px);
    opacity: 0;
    font-size: 60%;
    padding: 20px 0 0 10px;
    animation: information-slide 1s forwards;
}

.information-panel a {
    color: #fff;
    animation: colorReverse-select 0.5s forwards;
    opacity: 50%;
}

.information-panel a:hover {
    color: #fff;
    animation: color-select 0.5s forwards;
}
.information-panel img{
    margin: 0 5px;
    height: 12px;
    width: 12px;
}

.hide-text{
    display: none;

}

.hide-information{
    animation: hide-information 1s forwards;
}
@keyframes hide-information {
    0%{
        opacity: 1;
    }
    100%{
        opacity: 0;
    }
}

.work-panel{
margin-bottom: 30px;
    width: 75%;
    height: 80px;
}

.panel-info{
    margin-bottom: 30px;
    height: 100px;
    width: 220px;
}

.work-title{
    font-style: italic;
    text-align: left;
    padding-left: 5%;
    padding-top: 5%;
    font-size: 75%;
    width: 75%;
}

.work-info{
    font-style: italic;
    text-align: left;
    padding-left: 5%;
    padding-top: 5%;
    font-size: 75%;
    height: 80px;
    width: 75%;
    margin-left: auto;
}

.work-title img{
    margin-left: 15px;
    height: 15px;
    width: 15px;
}

.bottom-title-container{
    display: flex;
    justify-content: center;
    align-content: center;
}

.bottom-title{
    text-align: center;
    white-space: nowrap;
    color: #fff;
    font-size: 100%;
    font-style: italic;
    margin-top: 20px;
    /*background-color: #67251a;*/
}

.underline{
    display: inline-block;
    border-bottom: 2px solid #536e93;
    transform: scaleX(0);
    color: transparent;
    height: 2px;
    animation: underline 0.5s forwards;
    animation-delay: 1s;
}


.arrow-down {
    height: 25px;
    width: 25px;
}



.works-information {
    height: 210px;
    width: 100px;
    color: #fff;
    /*animation: openFrame 1s forwards;*/
    /*animation-delay: 1s;*/
}

.works-information-container{
    background-color: #67251a;
    max-height: 100%;
    width: 100%;
    overflow-x: hidden;
    overflow-y: hidden;
    white-space: nowrap;

}

/* ----------------------------------------------- */
/* REUSABLE COMPONENTS */
/* ----------------------------------------------- */

.arrow-container{
    display: flex;
    align-items: center;
    flex-direction: column;
    height: 100%;
    padding-top: 60px;
    animation: nav-faded 2s forwards;
    /*background-color: #C32AA3;*/
}

.arrow-animation1,.arrow-animation2,.arrow-animation3{
    height: auto;
    width: 10px;
    background-image: url("img/arrow-up.svg");
    background-repeat:no-repeat;
    background-size: 100%;
    padding-bottom: 9px;
}

.arrow-animation1{
    background-position: 0 ;
    animation: lookup1 2s infinite;
}
.arrow-animation2{
    background-position: 0 25%;
    animation: lookup2 2s infinite;
}
.arrow-animation3{
    background-position: 0 80%;
    animation: lookup3 2s infinite;
}


/* ----------------------------------------------- */
/* HEADER */
/* ----------------------------------------------- */

.Header {
    display: flex;
    flex-direction: column;
    /* background-color: #7289DA; */
}

.Header li {
    display: inline-block;
    margin-top: 10px;
    padding: 4px 0;
    /*background-color: #7289DA;*/
}

.version-banner-container{
    display: block;
    position: absolute;
    left: 50%;
    opacity: 0;
    animation: version-anim-container 0.5s forwards;
    animation-delay: 1s;
    /* background-color: #1DA1F2; */
}

.version-banner{
    display: inline-block;
    position: fixed;
    height: auto;
    width: 150px;
    font-family: "NexaBlack" , sans-serif;
    font-size: 10pt;
    justify-content: center;
    top: 0;
    transform: translate(-50%,-50%);
    animation: version-anim-reverse 0.5s forwards;
    /* background-color: #3AF0B2; */
}


@keyframes version-anim-container {
    0%{
        opacity: 0;
    }
    100%{
        opacity: 1;
    }

}

.version-banner:hover{
    animation: version-anim 0.5s forwards;
}


@keyframes version-anim {
    0%{

        transform: translate(-50%,-50%);
    }
    100%{
        transform: translate(-50%,0);
    }
}

@keyframes version-anim-reverse {
    0%{
        transform: translate(-50%,0);
    }
    100%{
        transform: translate(-50%,-50%);
    }
}
.logo-container{
    display: flex;
    justify-content: center;
    animation: nav-faded 2s forwards;
}

.header-logo{
    display: block;
    height: 42px;
    width: 35px;
    animation: whiteReverse-select  0.2s forwards;
    /*background-color: #124dc2;*/
}

.header-logo:hover{
    animation: white-select 0.5s forwards;
}

.sign-in{
    display: block;
    font-family: "NexaBlack", sans-serif;
    font-size: 70%;
    top: 0;
    text-align: center;
    margin: 0 auto 0 auto;
    animation: nav-faded 2s forwards;
    /*background-color: #7289DA;*/
}

.sign-in-detail{
    display: inline-block;
    color: #fff;
    animation: whiteReverse-select  0.2s forwards;
    opacity: 50%;
}

.sign-in-detail div{
    display: block;
     margin-top: 5px;
     font-family: "NexaBlack", serif;
     /* background-color: blue;  */
}

.sign-in-detail:hover{
    color: #fff;
    animation: white-select  0.5s forwards;
}

.sign-in img{
    width: 40px;
    height: 40px;
}

.signIn-container{
    position: fixed;
    margin-top: 20px;
    margin-left: auto;
    top: 0;
    display: block;
    visibility: hidden;
    bottom:100px;
    text-align: center;
    background-color: rgba(17, 20, 27, 0.85);
    width: 250px;
    height: 300px;
    border-radius: 12px;
    z-index: 2;
}

/*.sign-up-form{*/
/*    display: block;*/
/*}*/

.sign-in-form-closing{
    animation: sign-slideOff 0.5s forwards;
}

.bg-focus-overlay{
    position: fixed;
    background-color: rgba(10, 10, 10, 0.5);
    height: 100%;
    width: 100%;
    z-index: 1;
    animation: focus 1s forwards;
}

@keyframes focus {
    0%{
        opacity: 0;
    }
    100%{
        opacity: 1;
    }
}

@keyframes unFocus {
    0%{
        opacity: 1;
    }
    100%{
        opacity: 0;
        visibility: hidden;
    }
}

@keyframes sign-slide {
    0%{
        opacity: 0;
        transform: translateY(-5px);
    }
    100%{
        opacity: 1;
    }
}

@keyframes sign-slideOff {
    0%{
        opacity: 1;
        /*transform: translateY(-100px);*/
    }
    100%{
        transform: translateY(5px);
        opacity: 0;
        visibility: hidden;
    }
}

.signIn-container input[type=text] , .signIn-container input[type=date] , .signIn-container select , .signIn-container input[type=password], .signIn-container input[type=email]
{
    display: block;
    margin: 0 auto 0 auto;
    font-family: "NexaBlack" , sans-serif;
    color: #fff;
    background-color:rgba(10, 10, 10, 0.9);
    border: 0 solid #fff;
    border-radius: 6px;
    width: 200px;
}


.signIn-container input[type=text]:focus{
    background-color:rgba(10, 10, 10, 0.9);
}

.signIn-container input[type=button]{
    margin-top:20px ;
    font-family: "NexaBlack", sans-serif;
    animation: whiteReverse-select 0.5s forwards;
    background-color: transparent;
    border: 0;
}

.signIn-container select:focus {
    background-color:rgba(10, 10, 10, 0.9);
}

 .signIn-container input[type=button]:hover{
    cursor: pointer;
    animation: white-select 0.5s forwards;
}

.signIn-container input[type=checkbox]{
    display: block;
    position: absolute;
    float: left;
    height: 13px;
    width: 13px;
    opacity: 0.9;
}

.signIn-container label{
    color: #fff;
    font-family: "NexaBlack", sans-serif;
    font-size: 12px;
    text-align: left;
}

.signIn-container form{
    display: inline-block;
    margin: 20px 0 0 0;
}

.profile-menu {
    position: relative;
    display: flex;
    visibility: hidden;
    flex-direction: column;
    text-align: left;
    background-color: rgba(17, 20, 27, 0.85);
    width: 250px;
    height: 100px;
    border-radius: 12px;
    z-index: 2;
}

.profile-menu-links{
    display: flex;
    color: #fff;
    opacity: 0.5;
    width: 250px;
    height: 50px;
    border-radius: 12px;
    border: 2px solid transparent;
    animation: whiteReverse-select 0.5s forwards;
    cursor: pointer;

}
.profile-menu-links:hover {
    border: 2px solid rgba(255, 255, 255, 0.25);
    animation: selector 1s infinite alternate-reverse, white-select 0.5s forwards;
}

.profile-menu-links div{
    margin: auto 20px;
}


.checkbox{
    position: absolute;
    float: left;
    display: block;
    border-radius: 3px;
    height: 13px;
    width: 13px;
    background-color:rgba(10, 10, 10, 1);
}

.checkbox-text{
    font-size: 70%;
    font-family: "NexaBold", serif;
    color: #fff;
    width: 180px;
    margin-left: 20px;
    cursor: pointer;
}

.checkbox:hover{
    background-color: #2A2F39;
}

.registration-sub-links{
    display: inline-block;
    font-family: "NexaBlack",sans-serif;
    font-size: 60%;
    animation: whiteReverse-select 0.5s forwards;
    margin: 20px 0 0 0;

}


.registration-sub-links:hover{
    animation: white-select 0.5s forwards;
}

.registration-container{
    display: block;
    justify-content: center;
    height: auto;
}

.registration-logo{
    width: 45px;
    height: 45px;
    margin: 0 auto 20px auto;
}

.arrow-nav-container{
    display: flex;
    justify-content: center;
}

.arrow-nav-sub-container{
    position: absolute;
    bottom: 30px;

}

.arrow-nav-container a{
    margin: 0 36px 0 36px
}

.arrow-nav-link{
    display: inline-block;
    font-family: "NexaBlack",sans-serif;
    font-size: 60%;
    margin: 20px 0 0 0;
    animation: whiteReverse-select 0.2s forwards;
}

.arrow-nav-link img{
    display: inline-block;
    height: auto;
    width: 33px;
}

.arrow-nav-link:hover{
    animation: white-select 0.5s forwards;
}


@keyframes arrow-detail-right {
    0%{
        opacity: 0;
        transform: translateX(0px);
    }
    100%{
        opacity: 1;
        transform: translateX(-80px);
    }
}

@keyframes arrow-detail-left {
    0%{
        opacity: 0;
        transform: translateX(0px);
    }
    100%{
        opacity: 1;
        transform: translateX(20px);
    }
}

.stepper-tracker-container{
    display: flex;
    justify-content: center;
    /*background-color: rgba(58, 219, 118, 0.32);*/
}

.stepper-tracker{
    display: inline-block;
    margin: 0 3px 0 3px;
    border-bottom: 2px solid #fff;
    width: 33px;
    /*#3AF0B2*/
}

.stepper-tracker-complete{
    display: none;
    margin: 0 0 0 -30px;
    width: 125px;
    border-bottom: 2px solid #3AF0B2;
    /*#3AF0B2*/
}

.stepper-start , .stepper-1 , .stepper-2 , .stepper-3 , .stepper-4 , .stepper-success,.stepper-failure{
    display: none;
}

/* ----------------------------------------------- */
/* Navigation */
/* ----------------------------------------------- */

.main-nav-container{
    display: flex;
    position: fixed;
    height: 250px;
    width: 100%;
    bottom: 1rem;
    left: 50%;
    transform: translate(-50%, -15%);
    justify-content: center;
    align-items: flex-end;
    font-family: "NexaBlack",sans-serif;
    font-weight: bold;
    color: #FFFFFF;
    font-size: 70%;
    /* padding-top: 10px; */
    animation: nav-faded 1s forwards;
    /* background-color: green; */
}

.main-nav{
    position: relative;
    display: flex;
    flex-direction: row;
    font-family: "NexaHeavy", sans-serif;
    width: 100%;
    height: 200px;
    margin: 0px;
    list-style: none;
    text-align: center;
    justify-content: center;
    align-items: flex-end;
    /* background-color: #6de4ff; */
}

.main-nav li {
/* background-color: #7289DA; */
}

.main-nav li .links:hover {
    color: #fff;
    animation: white-select  0.5s forwards;
    /* background-color: #1DA1F2; */
}

.main-nav-home{
    display: inline-block;
    text-align: center;
    height: 60px;
    width: 60px;
    /* background-color: #67251a; */
}

.main-nav-home img{
    width: auto;
    height: auto;
    bottom: 0;
    opacity: 50%;
    
    animation: whiteReverse-select  0.2s forwards;
}

.main-nav-home img:hover{
    color: #fff;
    animation: white-select  0.5s forwards;
}

.main-nav-home:hover{
    animation: pulselow 3s forwards;
}

.links{
    /* margin: 0 10px 0 10px; */
    margin: 0;
    color: #fff;
    animation: whiteReverse-select  0.2s forwards;
    opacity: 50%;
    /* position: absolute; 
    bottom: 0px; */
    /* background-color: #ab1df2; */
}

.sub-nav-container{
    display: inline-block;
    justify-content: center;
    margin-bottom: 50px;
    border-radius: 30px;
    height: 275px; 
    width: 275px; 
    background-color: rgba(0, 0, 0, 0.125); 
    position: absolute; 
}
.sub-nav-wrapper{
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    /* background-color: #1DA1F2; */
}

.sub-nav{
    display: none;
    white-space: nowrap;
    /* background-color: #1DA1F2; */
}

.sub-nav-selector{
    display: flex;
    justify-content: center;
    align-items: flex-end;
    /* position: absolute; */
    /*overflow: scroll;*/
    /*width: 200px;*/
    color: transparent;
    /* left: 0; */
    /* left: 50%;
    transform: translateX(-50%); */
    margin:0;
    animation: slide-down 0.5s forwards;
    /* background-color: #1df2c0; */
}

.sub-nav li {
    display: inline-block;
    list-style: none;
    /* float: left; */
    width: 65px;
    height: 60px;
    padding: 5px;
    margin: 15px 10px;
    /* background-color: #3adb76; */
}

.sub-nav img {
   opacity: 0.7;
    border-radius: 12px;
    border: 2px solid transparent;
    -webkit-transform: scale(1.03);
    -ms-transform: scale(1.03);
    transform: scale(1.03);
    transition: transform 0.5s, opacity 0.5s ,border 0.5s;
}

.sub-nav img:hover {
    opacity: 1;
    -webkit-transform: scale(1.15);
    -ms-transform: scale(1.15);
    transform: scale(1.25);
    border: 2px solid rgba(255, 255, 255, 0.25);
    animation: selector 1s infinite alternate-reverse;
}

.sub-nav li .game-detail {
    margin-top: 10px;
}

.sub-nav li:hover .game-detail {
color: #fff;
    animation: detail-name 0.5s forwards;
}


/* ----------------------------------------------- */
/* INFO CARD */
/* ----------------------------------------------- */

.info-card-button{
    display: inline-block;
    height: 70px;
    width: 140px;
    font-family: 'NexaBlackItalic',serif;
    color: #fff;
    background-color: #52b2f4;
    text-align: center;
    border-radius: 10px;
    font-size: 40px;
    position: absolute;
    bottom: 10px;
    left: 50%;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
}

.info-card-wrapper{
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    width: 100%;
    /*background-color: #3AF0B2;*/
}

.info-card-container{
    display: inline-block;
    text-align: center;
    max-height: 300px;
    max-width: 525px;
    animation: slide 0.2s forwards ;
    /*background-color: #1DA1F2;*/
}

.info-card{
    visibility: visible;
    height:100%;
    width: 100%;
    animation: whiteReverse-select  0.2s forwards;
    /*background-color: #67251a;*/
}


.info-card:hover{
    animation: white-select  0.5s forwards;
}


/* ----------------------------------------------- */
/* Footer */
/* ----------------------------------------------- */

.footer{

    font-family: "Nexa Black", sans-serif;
    text-align: center;
    color: #FFFFFF;
    font-weight: bold;
    font-size: 50%;
    width: 100%;
    bottom: 5px;
}

.footer-start-up{
    position: fixed;
    font-family: "Nexa Black", sans-serif;
    text-align: center;
    color: #FFFFFF;
    font-weight: bold;
    opacity: 0.25;
    font-size: 50%;
    width: 100%;
    bottom: 20px;

}

.footer img{
    position: relative;

    margin-left: 5%;
    height: 35px;
    width: 29px;
    animation: whiteReverse-select  0.2s forwards;
    opacity: 50%;
    top: 0;
}

.footer-links{
    height: 100px;

}
.footer-links ul{
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    list-style-type: none;
    margin: 0;
}

.footer-links p{
    position: fixed;
    bottom: 0;
    left: 50%;
    transform: translate(-50%,50%);
    font-size: 80%;
}



.footer img:hover{
    animation: white-select  0.5s forwards;
}

.footer p{
    opacity: 0.25;
}

.information-bottom-container{
    position: fixed;
    width: 100%;
    height: 100px;
    background-color: #11141B;
    bottom: 0;
    z-index: 2;
    left: 0;
}

.information-bottom-links{
    display: flex;
    flex-direction: row;
    list-style: none;
    text-align: center;
    justify-content: center;
    font-size: 120%;
}

.information-bottom-links li:hover .links{
    color: #fff;
    animation: white-select  0.5s forwards;
}

.footer-container{
    width: auto;
    text-align: center;
}


.footer-container-card{
    display: none;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    z-index: 5;
    animation: fade-in 0.5s forwards;
}

@keyframes fade-in {
    0%{
        opacity: 0;
    }

    100%{
        opacity: 1;
    }
}

@keyframes fade-out {
    0%{
        opacity: 1;
    }
    100%{
        opacity: 0;
    }
}


.footer-container-card img{
    display: inline-block;
    height: auto;
    width: 500px;
}



.information-box-container{
    display: flex;
    justify-content: center;
    animation: nav-faded 2s forwards;
    /*background-color: #7289DA;*/
}

.information-box {
    display: block;
    position: fixed;
    bottom: 0;
}

.information-box-container img {
    opacity: 50%;
    width: 35px;
    height: 42px;
    animation: whiteReverse-select  0.2s forwards;
}

.information-box-container img:hover{
    animation: white-select  0.5s forwards;
}

@keyframes info-bottom-anim {
    0%{
        transform: translateY(100px);
    }
    100%{
        transform: translateY(0);
    }
}

@keyframes info-bottom-anim-reverse {
    0%{
        transform: translateY(0px);
    }
    100%{
        transform: translateY(100px);
    }
}

/* ----------------------------------------------- */
/*Start Up */
/* ----------------------------------------------- */

.start-up{
    background: #2A2F39;
}

.logo-start-row{
    position: relative;
    text-align: center;
}

.logo-start {
    width: 150px;
    height: 150px;
    border-width: 10px;
    overflow: hidden;
    animation: pulse 5s infinite;
    position: absolute;
}

.logo-start-second {
    width: 150px;
    height: 100%;
    border-width: 10px;
    overflow: hidden;
    animation: pulse2 5s infinite;

}

.start-up-container{
    position: fixed;
    display: flex;
    flex-direction: column;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    width: 100%;
    /*background-color: #1DA1F2;*/

}

.container{
    position: relative;
    display: inline-block;
    width: 150px;
    height: 150px;
    left: 50%;
    transform: translateX(-50%);
    overflow: hidden;
}

.title-text-centering{
    position: relative;
    display: inline-block;
    text-align: center;
    overflow: hidden;
    width: fit-content;
    left: 50%;
    transform: translateX(-50%);
    /*background-color: #3adb76;*/
}

.title-text{
    overflow: hidden;
    position: relative;
    width: 100%;
    margin-top: 75px;
    font-family: "NexaBlack" , sans-serif;
    font-weight: bold;
    font-size: 30px;
    /*color: #fff;*/
    color: #11141B;
    letter-spacing: 10px;
    /*animation: shine 2s infinite*/
}

.title-text::before{
    content: '';
    display: block;
    position: absolute;
    /*background: rgba(255, 255, 255, 0.5);*/
    background: rgba(255, 255, 255, 0.89);
    width: 60px;
    height: 100%;
    top: 0;
    filter: blur(30px);
    transform: translateX(-180px) skewX(-45deg);
}

.title-text::after {
    content: '';
    display: block;
    position: absolute;
    /*background: rgba(255,255,255,0.2);*/
    background: rgba(255, 225, 129, 0.5);
    width: 30px;
    height: 100%;
    top: 0;
    filter: blur(5px);
    transform: translateX(-180px) skewX(-45deg);
}

.title-text:hover::before, .title-text:focus::after{
    animation: shine 3s forwards;
}

.logo-start::before{
    content: '';
    display: block;
    position: absolute;
    /*background: rgba(255, 255, 255, 0.5);*/
    background: rgba(255, 226, 122, 0.89);
    width: 60px;
    height: 100%;
    top: 0;
    filter: blur(30px);
    transform: translateX(-180px) skewX(-15deg);
}

.logo-start::after {
    content: '';
    display: block;
    position: absolute;
    /*background: rgba(255,255,255,0.2);*/
    background: rgba(255, 225, 129, 0.5);
    width: 30px;
    height: 100%;
    top: 0;
    filter: blur(5px);
    transform: translateX(-180px) skewX(-15deg);
}

.logo-start:hover::before, .logo-start:focus::after{
    animation: shine 3s forwards;
}


.container::before {
    content: '';
    position: absolute;
    top: 0px;
    left: -100px;
    width: 40px;
    height: 250%;
    background: rgba(255,255,255, 0.3);
    transform: skewX(45deg);
    filter: blur(20px) brightness(100%);
    animation-name: slide;
    animation-duration: 5s;
    animation-timing-function: ease-in-out;
    animation-iteration-count: infinite;
    /*animation-delay: 2s;*/
    z-index: 1;
    background: linear-gradient(
            to right,
            rgba(255, 249, 237, 0.66) 0%,
            rgba(255, 253, 252, 0.95) 92%,
            rgba(255, 255, 255, 0.0) 100%
    );
}


.container2{
    position: relative;
    display: inline-block;
    width: 60px;
    height: 60px;
    overflow: hidden;
}

.container2::before {
    content: '';
    position: absolute;
    top: 10px;
    left: -100px;
    width: 40px;
    height: 500%;
    background: rgba(255,255,255, 0.3);
    transform: skewX(45deg);
    filter: blur(10px) brightness(100%);
    animation-name: slide;
    animation-duration: 10s;
    animation-timing-function: ease-in-out;
    animation-iteration-count: infinite;
    /*animation-delay: 2s;*/
    z-index: 1;
    background: linear-gradient(
            to right,
            rgba(255, 249, 237, 0.66) 0%,
            rgba(255, 253, 252, 0.95) 92%,
            rgba(255, 255, 255, 0.0) 100%
    );
}


.loading-container{
    display: inline-block;
    visibility: hidden;

    height: 5px;
    width: 100px;
    margin-top: 20px;
}
#myProgress {
    width: 100%;
    border-radius: 10px;
    background-color: grey;
}

#myBar {
    width: 1%;
    height: 5px;
    border-radius: 10px;
    background-color: #11141B;
}

/* ----------------------------------------------- */
/*SOCIALS LINKS */
/* ----------------------------------------------- */

.social-panel{
    display: inline-block;
    margin-top: 10px;
    border-bottom: 3px solid #ffffff;
    color: #FFFFFF;
    font-family: "NexaRegular", sans-serif;
    font-weight: bold;
    font-size: 50%;
    animation: social-swap 1s forwards;
}




.social-links li a:link,
.social-links li a:visited {
    text-decoration: none;
    border: 0;
    color: #fff;
    -webkit-transition: color 0.2s;
    transition: color 0.2s;
}

@font-face {
    font-family: 'Unlicensed-set';
    src:  url('../fonts/Unlicensed-set.eot?1h0eo4');
    src:  url('../fonts/Unlicensed-set.eot?1h0eo4#iefix') format('embedded-opentype'),
    url('../fonts/Unlicensed-set.ttf?1h0eo4') format('truetype'),
    url('../fonts/Unlicensed-set.woff?1h0eo4') format('woff'),
    url('../fonts/Unlicensed-set.svg?1h0eo4#Unlicensed-set') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: block;
}

[class^="icon-"], [class*=" icon-"] {
    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: 'Unlicensed-set' !important;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;

    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.icon-discord-logo,
.icon-Instagram-logo,
.icon-twitter-logo,
.icon-unlicensed-hash,
.icon-unlicensed-plus{
    font-size: small;
    -webkit-transition: color 0.2s;
    transition: color 0.2s , font-size 0.2s;
}

.icon-discord-logo,
.icon-Instagram-logo,
.icon-twitter-logo{
    margin-left: 10px;
    /*padding-left: 10px;*/
}

.icon-Instagram-logo:hover{
    color: #e83e8c;
}

.icon-twitter-logo:hover{
    color: #1DA1F2;
}

.icon-discord-logo:hover{
    color: #7289DA;
}


.icon-unlicensed-plus:before {
    content: "\e700";
    color: #fff;
}
.icon-unlicensed-hash:before {
    content: "\e701";
    color: #fff;
}
.icon-discord-logo:before {
    content: "\e900";

}
.icon-Instagram-logo:before {
    content: "\e901";

}
.icon-twitter-logo:before {
    content: "\e902";

}

/* ----------------------------------------------- */
                    /* ANIMATION KEYFRAME */
/* ----------------------------------------------- */

@keyframes slide {
    0% {
        left: -100px;
        top: 100px;
    }
    30% {
        left: 300px;
        top: -100px;
    }
    100% {
        left: 300px;
        top: -100px;
    }
}

@keyframes pulse {
    0% {
        opacity: 0.5;
        transform: scale(0.9);
        box-shadow: 0 0 0 0px rgba(255, 255, 255, 0.8);
    }
    30% {
        opacity: 1;
        box-shadow: 0 0 0 50px rgba(255,255,255,0);
    }
    70%{
        transform: scale(1);
    }
    100%{

    }
}

@keyframes pulselow {
    0% {
        opacity: 0.5;
        transform: scale(0.9);
        box-shadow: 0 0 0 0px rgba(255, 255, 255, 0.8);
    }
    30% {
        opacity: 1;
        box-shadow: 0 0 0 10px rgba(255,255,255,0);
    }
    70%{
        transform: scale(1);
    }
    100%{

    }
}

@keyframes pulse2 {
    0% {
        opacity: 0.5;
        transform: scale(0.9);
        box-shadow: 0 0 0 0px rgba(255, 255, 255, 0.7);
    }
    30%{
        opacity: 1;
    }
    70% {
        transform: scale(1);
        box-shadow: 0 0 0 40px rgba(255,255,255,0);
    }
    100%{
    }
}

@keyframes shine {
    100%{
        transform: translateX(1000px) skewX(-45deg);
    }
}

@keyframes detail-name {
    0%{
        opacity: 0;
        transform: translateX(-10px);
    }
    100%{
        opacity: 1;
        transform: translateX(0px);
    }
}

@keyframes selector {
    0%{
        border: 2px solid  rgba(255, 255, 255, 0);
    }
    100%{
        border: 2px solid  rgba(255, 255, 255, 0.75);
    }
}

@keyframes white-select {
    0%{
        color: #fff;
        opacity: 50%;
    }
    100%{
        color: #fff;
        opacity: 100%;
    }
}

@keyframes whiteReverse-select {
    0%{
        color: #fff;
        opacity: 100%;
    }
    100%{
        color: #fff;
        opacity: 50%;
    }
}

@keyframes slide-down {
    0%{
        opacity: 0;
        transform: scale(0.9);
    }
    100%{
        opacity: 100%;
        transform: scale(1);
    }
}

@keyframes nav-faded {
    0%{
        opacity: 0;
        /*transform: translateX(30px);*/
    }
    100%{
        opacity: 1;
        /*transform: translateX(0px);*/
    }
}

@keyframes lookup1 {
    0%{opacity: 1;}
    25%{opacity: 0.5;}
    50%{opacity: 0;}
    75%{opacity: 0.5;}
    100%{opacity: 1;}
}
@keyframes lookup2 {
    0%{opacity: 0.5;}
    25%{opacity: 0;}
    50%{opacity: 0.5;}
    75%{opacity: 1;}
    100%{opacity: 0.5;}
}

@keyframes lookup3 {
    0%{opacity: 0;}
    25%{opacity: 0.5;}
    50%{opacity: 1;}
    75%{opacity: 0.5;}
    100%{opacity: 0;}
}

@keyframes openFrame {
    0%{
        background-color:rgba(0,0,0,0);
    }
    100%{
        background-color:rgba(0,0,0,0.25);
    }
}

@keyframes swap {
    0%{
        opacity: 0;
        transform: translateX(-30px);
    }
    100%{
        opacity: 1;
        transform: translateX(0px);
    }
}



@keyframes swap-reverse {
    0%{
        opacity: 0;
        transform: translateX(30px);
    }
    100%{
        opacity: 1;
        transform: translateX(0px);
    }
}

@keyframes underline {
    0%{
        transform: scaleX(0);
    }

    100%{
        transform: scaleX(1);
    }
}

@keyframes color-select {
    0%{
        color: #ffff;
        opacity: 50%;
    }
    100%{
        color: #ffc459;
        opacity: 100%;
    }
}

@keyframes colorReverse-select {
    0%{
        color: #ffc459;
        opacity: 100%;
    }
    100%{
        color: #ffffff;
        opacity: 50%;
    }
}

@keyframes information-slide {
    0%{
        transform: translateY(0px);
        opacity: 0;
    }
    100%{
        transform: translateY(-80px);
        opacity: 1;
    }
}

@keyframes bg-faded {
    0%{
        opacity: 0.35;
        transform: translateX(10px);
    }
    100%{
        opacity: 1;
        transform: translateX(0px);
    }
}

@keyframes social-swap {
    0%{
        opacity: 0;
        transform: translateX(30px);
    }
    100%{

        opacity: 1;
        transform: translateX(0px);
    }
}

/* ----------------------------------------------- */
/* SPECIFIC RESPONSIVE DESIGN */
/* ----------------------------------------------- */


@media only screen and (max-width: 770px) {
    .fullscreen{
        zoom: 100%;
    }
    .footer img {
        float: right;
    }
    .footer p {
        font-size: 70%;
    }
    .information-box-container{
        float: right;
    }
    .bottom-content{
        font-size: 70%;
    }

    .signIn-container{
        left: 50%;
        top: 0;
        transform: translate(-50%,50%);
    }

    .info-card-container{
        max-height: 200px;
        max-width: 350px;
    }

    /*.info-card {*/
    /*    height: 100%;*/
    /*    width: 100%;*/
    /*}*/
}

@media only screen  and (max-width: 374px){
    .fullscreen{
        zoom: 80%;
    }
}
