/* GLOBAL */
* {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;

}

.clearfix::after {
    content: "";
    clear: both;
    display: table;
}

:root {
    --main-black: #1E202B;
    --main-green: #2AF598;
    --main-blue: #18AEEA;
    --main-gradient: linear-gradient(to right, var(--main-blue), var(--main-green));
}

html {
    background-color: black;
    font-family: Lato, Helvetica, sans-serif;
    font-weight: 100;
}

body {
    width: 75%;
    margin: auto;
    background-color: black;

}

h1 {
    font-size: 25px;
    font-weight: 300;
    color: var(--main-black);
}

h2 {
    font-size: 25px;
    font-weight: 400;
    color: var(--main-green);
}

p, li {
    font-size: 13px;
    font-weight: bold;
    color: var(--main-black);
}

span {
    font-size: 30px;
    font-weight: 700;
    color: var(--main-green);
}

.container {
    /* border-style: solid;
    border-width: 1px;
    border-color: #000000; */

    padding: 0 0;
    min-height: 600px;
    width: 100%;
    height: 100%;
    background-image: url(../img/element.png);
    background-repeat: no-repeat;
    background-position: left;
}

/* UP */
.up {
    /* border-style: solid;
    border-width: 1px;
    border-color: rgb(81, 255, 0); */

    height: 60px;
}
.logo {
    /* border-style: solid;
    border-width: 1px;
    border-color: #FF0066; */

    position: absolute;
    padding-top: 5px;
}
nav {
    /* border-style: solid;
    border-width: 1px;
    border-color: rgb(255, 0, 0); */


    width: 100%;
    height: 100%;
    padding-top: 20px;
    display: inline-block;
}

nav a {
    color: var(--main-black);
    text-decoration: none;
    
}
 nav ul {
     float: right;
     list-style: none;
 }
nav ul li {
    display: inline-block;
    margin-left: 20px;
}




nav2 {
    /* border-style: solid;
    border-width: 1px;
    border-color: rgb(255, 0, 0); */


    width: 100%;
    height: 50%;
    padding-top: 1px;
    display: inline-block;
}

nav2 a {
    color: var(--main-black);
    text-decoration: none;

}
 nav2 ul {
     float: left;
     list-style: none;
 }
nav2 ul li {
    display: inline-block;
    margin-left: 5px;
}




/* CENTER */
.center {
    /* border-style: solid;
    border-width: 1px;
    border-color: rgb(255, 0, 234); */

    height: 270px;
    line-height: 40px;
    padding-left: 600px;
    padding-top: 150px;
}

.enter {
    display: inline-block;
    text-decoration: none;
    width: 300px;
    height: 50px;
    line-height: 50px;
    font-size: 20px;
    font-weight: 700;
    text-align: center;
    background-image: var(--main-gradient);
    color: white;
    border-radius: 10px;
}

.enterText {
    text-decoration: none;
    width: 400px;
    height: 60px;
    font-size: 20px;
    font-weight: 700;
    background: #FF0067;
    background: -webkit-linear-gradient(bottom right, #FF0067, #6B01FF);
    background: -moz-linear-gradient(bottom right, #FF0067, #6B01FF);
    background: linear-gradient(to top left, #FF0067, #6B01FF);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

/* DOWN */
.down {
    /* border-style: solid;
    border-width: 1px;
    border-color: rgb(255, 217, 0); */
    padding-left: 600px;

    height: 50px;
    line-height: 200px;
    /*direction: rtl;*/
}


/* RESPONSIVE */
/*.mobileNav {*/
/*    display: none;*/
/*}*/

/*lable {*/
/*    margin: 0 40px 0 0;*/
/*}*/

#toggle {
    display: none;
}

.mobileNav ul {
    text-align: center;
    width: 100%;
    display: none;
}