
@import url('https://fonts.cdnfonts.com/css/minecrafter-alt');


.njoin-button {
    height: 59px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    bottom: -59px;
    background: #191b40;
    padding: 0 20px;
    border-radius: 12px;
    font-size: 19px;
    font-weight: 900;
    color: #fcfdff;
    cursor: pointer;
    transition: .15s all linear;
}
p.bedrock-warn {
    color: #fc5f5e;
    font-size: 12px;
    font-weight: bold;
}
.njoin-button {
    border: 3px solid #22254e;
    box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
}

.njoin-button .count {
    background: #fe4fad;
    padding: 2px 7px;
    border-radius: 6px;
    color: white;
    margin-left: 12px;
    font-weight: 700;
    font-size: 15px;
    position: absolute;
    top: 0;
    right: 0;
    margin: -10px;
}

.njoin-button:hover {
    transform: scale(1.01);
}

div#top {
    position: relative;
}

div#top:after {
    content: "";
    width: 60px;
    height: 7px;
    position: absolute;
    left: 0;
    right: 0;
    bottom: -3px;
    background: #00e0aa;
    margin: 0 auto;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}
.nav-item {
    background: #15173a !important;
    border-color: #22254e !important;
    box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
}

div#top {
    background: #13162d !important;
    border-color: #1a1f3e !important;
    box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
}

div#view {
    background: #101224 !important;
}

.copyright>div {
    color: #3e4963 !important;
}

span.created-by a {
    color: #5f6880 !important;
}

div#bottom .container .socials>a {
    background: #15182a !important;
    color: #7478a6 !important;
    border-radius: 8px !important;
    width: 48px;
    height: 48px;
}

div#bottom .container .socials>a:nth-child(1) {
    background: #0096ff !important;
    color: white !important;
}

div#bottom {
    background: #0d0f1d !important;
    border-top: 10px solid #0a0c18;
}

div#content {
    border-bottom: 10px solid #121427;
}

.copyright p {
    color: #687596 !important;
}

div#bottom .container .socials>a:nth-child(2) {
    background: #d22346 !important;
    color: white !important;
}

div#bottom .container .socials>a:nth-child(3) {
    background: #9c2ed8 !important;
    color: white !important;
}

div#bottom .container .socials>a:nth-child(4) {
    background: #43c2a4 !important;
    color: white !important;
}

div#top .left p {
    color: #ff40a5 !important;
    font-size: 16px;
}

div#top .left .icon {
    background: #ffd949 !important;
    color: #9f6309 !important;
}

.join-button {
}

.join-button:after {
    border-color: #101224;
}

.nav-item:first-child .category-text small {
    color: #ffde54;
}

.category-text {
    position: relative;
}

.category-text:after {
    content: "";
    width: 12px;
    height: 70px;
    background: #ffd431;
    position: absolute;
    left: -31px;
    top: 6px;
    border-top-right-radius: 12px;
    border-bottom-right-radius: 12px;
}
.nav-item:last-child .category-text:after {
    background: #ff52ab;
}
.nav-item:last-child .category-text small {
    color: #ff52ab;
}

.nav-item:After {
    content: "";
    width: 500px;
    height: 500px;
    position: absolute;
    left: -150px;
    top: -184px;
    border-radius: 100%;
    background: #22254e54 !important;
}

.nav-item {
    position: relative;
    overflow: hidden;
}

.nav-item>a {
    position: relative;
    z-index: 5 !important;
}
/* */
.nav-item {
    padding: 30px;
}
body {
    margin-top: 0px;
}
div#content {
    position: relative;
    z-index: 5;
    padding-top: 40px;
    padding-bottom: 100px;
}

.body.login-block {
    max-width: 450px;
    margin: 0 auto;
}
.page-Login #bottom {
    display: none;
}
.login-container {display: flex;flex-direction: column;align-items: center;justify-content: center;}

.login-header {
    display: flex;
    flex-direction: column;
    text-align: center;
    color: white;
}
#head {
    padding-bottom: 0px;
    padding-top: 40px;
}

div#content {
    padding-top: 20px;
}
.login-header h2 {
    margin: 0px;
    padding-top: 20px;
    padding-bottom: 5px;
    font-family: 'Minecrafter Alt', sans-serif;
    font-size: 35px;
    text-shadow: 3px 3px 0 #1625bd;
    letter-spacing: 10px;
}

.login-wrapper {
    background: #1f40eb;
    margin-bottom: 30px;
    width: 100%;
    border: 4px solid #1625bd;
    padding: 20px;
}

#head .container:before,#head .container:after {
    display: none;
}
.page-login .njoin-button {}

.page-Login .njoin-button {
    display: none !important;
}

div#view {}

.page-Login .login-header h2 {
    display: none !important;
}
#head .container {
    display: flex;
    align-items: center;
    justify-content: center;
}

.login-header small {
    padding-bottom: 20px;
}

a.back-to-home {
    color: white;
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 3px;
    text-decoration: none !important;
}

.login-form {
    padding: 20px;
    padding-top: 5px;
}

body {
    color: #c9e9ff;
}

.form-control, .checkout .packages table tbody .quantity input {
    color: white !important;
    border-radius: 0px;
}

input::placeholder {
    color: #cfe4fd !important;
}

.login-form .buttons-group {
    margin-top: 20px;
}

.login-form form > p {
    margin-bottom: 15px;
    text-align: center;
}

.username input {
    height: 60px;
    text-align: center;
}


.btn {
    border-radius: 0px !important;
}

.login-form .buttons-group .btn {
    width: 100%;
    font-size: 17px;
    padding: 16px;
}
#logo {
    max-width: 475px;
    margin: 0 auto;
}

#logo img {
    max-width: 100%;
}
.join-button:hover {
    transform: scale(1.05);
}

.join-button {
    transition: .15s all linear;
}
#head {
    padding-top: 60px;
    padding-bottom: 30px;
}

#view {
    min-height: 100vh;
    background-color: #0c1038;
}
body {
    font-family: 'Montserrat', sans-serif;
}
div#view {
    position: relative;
    display: flex;
    flex-direction: column;
    background-color: #232536;
}
.tebex-template-preview-banner {
    display: none !important;
}
.join-button {
    position: relative;
}

.join-button .count {
    position: absolute;
    right: 0;
    top: 0;
    background: #fc5f5c;
    margin: -15px;
    z-index: 5;
    padding: 6px 8px;
    font-size: 10px;
    line-height: 1;
    color: white;
    text-shadow: none !important;
    box-shadow: 0 2px 0 #b32c2a;
}
div#content {
    flex: 1;
}
div#bottom {
    padding: 50px 0px;
    color: white;
    position: relative;
    z-index: 5;
}


.container {
    width: 100%;
    max-width: 1140px;
}

.copyright p {
    margin: 0px;
}

div#bottom .container:before,div#bottom .container:after {
    display: none;
}
span.created-by {
    font-size: 12px;
    display: block;
}

span.created-by a {
    color: #92a4ff;
    text-decoration: une;
}
div#bottom .container {
    display: flex;
    align-items: center;
}

div#bottom .container .socials {
    margin-left: auto;
    display: flex;
    align-items: center;
    gap: 15px;
}

.copyright p {
    font-size: 15px;
    margin-bottom: 4px;
    font-weight: 600;
    color: #a8b7ff;
}

.copyright p strong {
    color: white;
}

.copyright > div {
    font-size: 13px;
    font-weight: 600;
    color: #5c7cf1;
}
div#bottom .container .socials > a {
    width: 42px;
    height: 42px;
    background: #3b61e985;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    color: #bfcaff;
    text-decoration: none !important;
    transition: .15s all linear;
}

div#bottom .container .socials > a:hover {
    opacity: .65;
}
.float-nav {
    position: fixed;
    top: 35%;
    right: 0;
    display: flex;
    flex-direction: column;
    gap: 20px;
    align-items: flex-end;
}
.float-nav > .ex {
    flex-direction: column;
}

.float-nav > .ex > span {
    order: 5;
    width: 100%;
}

.float-nav {
    justify-content: flex-end;
}

.float-nav > .ex > i {
    display: flex;
    align-items: center;
    justify-content: center;
}
.float-nav > .ex * {
    transition: all .25s ease;
}
.float-nav > .ex.cart > span {
    background: #d38321;
}
.float-nav > .ex.currency > span {
    background: #04a982;
}
.float-nav > .ex {
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 800;
    cursor: pointer;
    position: relative;
}
.float-nav > .ex > span {
    font-size: 9px;
    color: white;
    background: #4494f3;
    bottom: 0;
    height: 25px;
    align-items: center;
    display: flex;
    justify-content: center;
    text-transform: uppercase;
    letter-spacing: 2px;
}
.float-nav > .ex:hover > i {
    color: white !important;
    width: 70px;
}
.float-nav > .ex > i {
    width: 64px;
    height: 50px;
    color: #e1eeff;
    background: #5564ff;
    transition: all .25s ease;
    box-shadow: inset 0 -3px 0 #80c4ffde, 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
    font-size: 22px;
}
.float-nav > .ex.currency > i {
    background: #0dd7a8;
    box-shadow: inset 0 -3px 0 #5dffd9, 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
    color: #d2fff5;
}
.float-nav > .ex.cart > i {
    background: #ffd949;
    box-shadow: inset 0 -3px 0 #fff8a6, 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
    color: #ab6e31 !important;
}
#logo > a {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    text-decoration: none !important;
}

.join-button {
    background: linear-gradient(45deg, #e6e6e6, #d3d3d3);
    text-align: center;
    padding: 12px 18px;
    color: #000000;
    letter-spacing: .5px;
    border: 4px solid #ffffff;
    font-size: 15px;
    margin-top: -44px;
    box-shadow: 0px 0px 30px #070d4c40;
    text-decoration: none !important;
    min-width: 165px;
    border-bottom: 6px solid #afa9a9 !important;
    border-left-color: #afa9a9;
    position: relative;
    font-family: 'Minecrafter Alt', sans-serif;
    text-shadow: 1px 2px #ffffff80;
}
.btn {
    outline: none !important;
}

.join-button:after {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border: 5px solid #070d4c;
    content: "";
    margin: -9px;
}
.page-Login div#head {
    margin-bottom: -116px;
    position: relative;
    z-index: 10;
    padding-top: 120px;
}

.page-Login .login-header {
    padding-top: 55px;
}
.body {
    margin: 0px !important;
}
.page-Login .join-button {
    padding: 9px 13px;
    font-size: 14px;
    display: none !important;
}
.nav-item {
    background: #1f40eb;
    margin-bottom: 30px;
    width: 100%;
    border: 4px solid #1625bd;
    min-height: 240px;
    display: flex;
    align-items: flex-end;
    transition: .15s all linear;
    cursor: pointer;
}
.card-item-sub-links {
    display: flex;
    padding: 0px;
    list-style: none;
    margin: 0px;
    width: 100%;
    background: #2434d9;
    padding: 30px 40px;
}

.nav-item {
    flex-direction: column;
    justify-content: flex-end;
    align-items: flex-start;
}

.category-text small {
    display: none !important;
}

.category-text span {
    margin-bottom: 30px;
}

.category-text {
    padding-left: 40px;
    margin-top: 100px;
}

.link-list {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 50px;
}

.link-list > li > a {
    font-size: 20px;
    color: #c1e5ff;
    font-weight: 800;
    text-decoration: none !important;
}
.category-text {
    display: flex;
    flex-direction: column;
}

.category-text span {
    font-size: 40px;
    font-weight: 900;
    color: white;
    line-height: 1.2;
}

.category-text small {
    font-size: 18px;
    color: #c0ebff;
    font-weight: 800;
}

.nav-item > a {
    text-decoration: none !important;
}

.card-nav {
    display: flex;
    gap: 30px;
}
.category .packages-image .package .info .text {
    height: auto;
}
.nav-item:hover {
    transform: scale(1.01);
}
.page-Login .login-header h2 {
    padding-top: 6px;
}

.page-Login #logo {
    max-width: 300px;
    margin: 0 auto;
}
@media only screen and (max-width: 768px) {
.njoin-button {
    display: none !important;
}
.page-Login div#head {
    padding-top: 50px;
    margin-bottom: -140px;
}
#top .header {
    position: relative;
    justify-content: center;
    padding: 25px;
    background: #131c78 !important;
}

.header .buttons .toolbar {
    justify-content: center;
}

.header .buttons .toolbar > div > .btn {
    font-size: 20px !important;
    font-weight: 600 !important;
}
.category .packages-image .package .info .button {
    width: 100%;
}
div#top {
    margin-bottom: -25px;
}
div#bottom .container {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    gap: 25px;
}
#logo {
    max-width: 400px;
}
div#bottom .container .socials {
    margin-right: auto;
}

}