*{
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
}

body {
    background-color: rgb(8, 8, 8);
    overflow: hidden;
}

.HiddeOff { 
    display: none;
    visibility: hidden;
}

.NavBar {
    background-color: transparent;
    height: 8vh;
    border-bottom: 1px solid rgb(42,46,56);
    display: flex;
    align-items: center;
}

.NavBar .Nav-Content {
    margin: auto;
    width: 61.5%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.NavBar .Nav-Content .User-Content {
    background-color: transparent;
    height: 6vh;
    width: 20%;
    display: flex;
    align-items: center;
    justify-content: space-around;
}

.NavBar .Logo img {
    width: 80%;
    cursor: pointer;
}

.NavBar .Nav-Content .User-Content h3 {
    color: rgb(155,165,180);
    font-weight: bold;
}

.NavBar .Nav-Content .User-Content button {
    background-color: transparent;
    border: none;
    outline: none;
    color: #cccccc;
    font-size: 17px;
    cursor: pointer;
    font-weight: bold;
    transition: all ease-in-out .1s;
}

.NavBar .Nav-Content .User-Content button:hover {
    color: #fff;
}

header {
    background-color: transparent;
    width: 100%;
    height: 560px;
    display: flex;
    align-items: center;
    justify-content: center;
}

header .Inbox-Items-Int {
    width: 1180px;
    height: 540px;
    display: flex;
    margin-top: -50px;
}

header .Inbox-Items-Int .Inbox-Items-Abouts {
    width: 1180px;
    height: 460px;
    margin-top: 35px;
    display: flex;
    justify-content: center;
    align-items: center;
}

header .Inbox-Items-Int .Inbox-Items-Abouts .Shield-Items {
    height: 440px;
}

header .Inbox-Items-Int .Inbox-Items-Tickets {
    display: flex;
    align-items: center;
    justify-content: center;
}

header .Inbox-Items-Int .Inbox-Items-Tickets .Box-Tickets {
    width: 300px;
    height: 300px;
    margin: auto;
    border-radius: 8px;
    margin-top: 107px;
    text-align: center;
    color: #fff;
    border: 1px solid rgb(42,46,56);
}

header .Inbox-Items-Int .Inbox-Items-Tickets .Box-Tickets img {
    width: 80px;
    margin-top: 20px;
}

header .Inbox-Items-Int .Inbox-Items-Tickets .Box-Tickets h2 {
    margin-top: 10px;
    font-size: 18px;
    font-weight: bold;
}

header .Inbox-Items-Int .Inbox-Items-Tickets .Box-Tickets h4 {
    margin-top: 20px;
    font-size: 14px;
    font-weight: bold;
}

header .Inbox-Items-Int .Inbox-Items-Tickets .Box-Tickets button {
    height: 48px;
    width: 275px;
    border: none;
    color: #fff;
    border-radius: 4px;
    background-color: rgb(119,23,255);
    cursor: pointer;
    font-size: 15px;
    margin-top: 45px;
    font-weight: bold;
    transition: all ease-in-out .1s;
}

header .Inbox-Items-Int .Inbox-Items-Abouts .Account-Verification {
    margin: auto;
    width: 880px;
    height: 165px;
    margin-top: 18px;
    color: #fff;
    padding: 5px;
}


header .Inbox-Items-Int .Inbox-Items-Abouts .Discovery-Ecosystem {
    margin: auto;
    width: 880px;
    height: 165px;
    margin-top: 30px;
    color: #fff;
    padding: 5px;
}

header .Inbox-Items-Int .Inbox-Items-Abouts .Account-Verification .Auth-Connect {
    width: 860px;
    height: 98px;
    border-radius: 8px;
    margin-top: 15px;
    border: 1px solid rgb(42,46,56);
    display: flex;
    align-items: center;
    justify-content: center;
}

header .Inbox-Items-Int .Inbox-Items-Abouts .Discovery-Ecosystem .Our-Website {
    width: 860px;
    height: 98px;
    border-radius: 8px;
    margin-top: 15px;
    border: 1px solid rgb(42,46,56);
    display: flex;
    align-items: center;
    justify-content: center;
}

header .Inbox-Items-Int .Inbox-Items-Abouts .Account-Verification .Auth-Connect .Application-Content {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 90%;
}

header .Inbox-Items-Int .Inbox-Items-Abouts .Account-Verification .Auth-Connect .Application-Content .Content-Texts {
 display: flex;
 align-items: center;
 justify-content: space-evenly;
}

header .Inbox-Items-Int .Inbox-Items-Abouts .Account-Verification .Auth-Connect .Application-Content .Content-Texts .Auth-Completed {
    background-color: rgb(32,35,41);
    width: 76px;
    height: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 5px;
    font-size: 10px;
    font-weight: bold;
    color: rgb(61,209,121);
}

header .Inbox-Items-Int .Inbox-Items-Abouts .Account-Verification .Auth-Connect .Application-Content .Content-Texts img {
    width: 6%;
}

header .Inbox-Items-Int .Inbox-Items-Abouts .Account-Verification .Auth-Connect .Application-Content button {
    height: 48px;
    width: 126px;
    border: none;
    color: #fff;
    border-radius: 6px;
    background-color: rgb(42,46,56);
    cursor: pointer;
    font-size: 15px;
    font-weight: bold;
    transition: all ease-in-out .1s;
}

header .Inbox-Items-Int .Inbox-Items-Abouts .Account-Verification .Auth-Connect .Application-Content h4 {
    font-weight: bold;
}

header .Inbox-Items-Int .Inbox-Items-Abouts .Discovery-Ecosystem .Our-Website .Type-Content {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 90%;
}

header .Inbox-Items-Int .Inbox-Items-Abouts .Discovery-Ecosystem .Our-Website .Type-Content h4 {
    font-weight: bold;
}

header .Inbox-Items-Int .Inbox-Items-Abouts .Discovery-Ecosystem .Our-Website .Type-Content button {
    height: 48px;
    width: 126px;
    border: none;
    color: #fff;
    border-radius: 6px;
    background-color: rgb(119,23,255);
    cursor: pointer;
    font-size: 15px;
    font-weight: bold;
    transition: all ease-in-out .1s;
}

.Footer-down {
    background-color: rgb(18,20,24);
    width: 1920px;
    height: 435px;
    display: flex;
    justify-content: space-around;
    align-items: center;
    display: flex;
}

.Footer-down .Containers-Logo {
    width: 320px;
    height: 200px;
    margin-top: -50px;
}

.Footer-down .Containers-Logo img {
    width: 170px;
    cursor: pointer;
}

.Footer-down .Containers-Logo h5 {
    color: #9e9e9e;
    padding-left: 25px;
    cursor: pointer;
    font-weight: bold;
}

.Footer-down .Containers-Items {
    width: 820px;
    display: flex;
    justify-content: center;
}

.Footer-down .Containers-Items .Ecosystem {
    width: 300px;
    height: 230px;
}

.Footer-down .Containers-Items .Ecosystem h2 {
    color: #ffff;
    font-size: 30px;
    font-weight: bold;
}

.Footer-down .Containers-Items .Ecosystem h5 {
    color: #9e9e9e;
    padding-top: 10px;
    font-size: 15px;
    cursor: pointer;
    font-weight: bold;
    transition: all ease-in-out .1s;
}

.Footer-down .Containers-Items .Platform {
    width: 300px;
    height: 230px;
}

.Footer-down .Containers-Items .Platform h2 {
    color: #ffff;
    font-size: 30px;
}

.Footer-down .Containers-Items .Platform h5 {
    color: #9e9e9e;
    padding-top: 10px;
    font-size: 15px;
    cursor: pointer;
    font-weight: bold;
    transition: all ease-in-out .1s;
}

.Footer-down .Containers-Items .Community {
    width: 300px;
    height: 230px;
}

.Footer-down .Containers-Items .Community h2 {
    color: #ffff;
    font-size: 30px;
    font-weight: bold;
}

.Footer-down .Containers-Items .Community h5 {
    color: #9e9e9e;
    padding-top: 10px;
    font-size: 15px;
    cursor: pointer;
    font-weight: bold;
    transition: all ease-in-out .1s;
}

.Footer-down .Containers-Items .Community h5:hover {
    color: #fff;
    padding-left: 5px;
}

.Footer-down .Containers-Items .Platform h5:hover {
    color: #fff;
    padding-left: 5px;
}

.Footer-down .Containers-Items .Ecosystem h5:hover {
    color: #fff;
    padding-left: 5px;
}

header .Inbox-Items-Int .Inbox-Items-Abouts .Discovery-Ecosystem .Our-Website .Type-Content button:hover {
    background-color: rgb(151, 76, 255);
}

header .Inbox-Items-Int .Inbox-Items-Abouts .Discovery-Ecosystem .Our-Website .Type-Content button:active {
    transform: scale(.95);
}

header .Inbox-Items-Int .Inbox-Items-Abouts .Account-Verification .Auth-Connect .Application-Content button:hover {
    background-color: rgb(63, 68, 80);
}

header .Inbox-Items-Int .Inbox-Items-Abouts .Account-Verification .Auth-Connect .Application-Content button:active {
    transform: scale(.95);
}

header .Inbox-Items-Int .Inbox-Items-Tickets .Box-Tickets button:hover {
    background-color: rgb(151, 76, 255);
}

header .Inbox-Items-Int .Inbox-Items-Tickets .Box-Tickets button:active {
    transform: scale(.95);
}
