* {
    margin: 0;
    padding: 0;
}

body {
    background: url("images/nuke.jpg");
    overflow: hidden;
    background-size: cover;
}

.videobg {
    height: 100vh;
    width: 100vw;
    object-fit: cover;
    z-index: -1;
}

/* LEFT NAV */

.leftnav {
    z-index: 1;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 90px;
    backdrop-filter: blur(10px);
    text-align: center;
    box-shadow: -5px 0px 7px #fff;
}

.logo {
    border-bottom: 1px solid #c8c8c8;
    display: flex;
    justify-content: center;
    align-items: center;
}

.item {
    width: 70px;
    height: 70px;
}

.menu {
    display: flex;
    flex-direction: column;
}

.menu div {
    padding: 20px 0;
}

.menu div:last-child {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
}

.option:hover {
    cursor: pointer;
}

/* RIGHT NAV */

.rightnav {
    z-index: 1;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    width: 90px;
    text-align: center;
    overflow: hidden;
    transition: 0.3s;
    backdrop-filter: blur(20px);
    box-shadow: 1px 0px 15px 0px rgb(0 0 0 / 72%);
    background: rgba(121,150,191,0.30);
}

.profile .profile-info .profile-stats,
.profile .profile-rank .profile-stats,
.profile .profile-rank-2 .profile-stats {
    white-space: nowrap;
}

.rightnav:hover {
    width: 320px;
}

.rightnav:hover ~ .menus {
    right: 320px;
}

.profile {
    position: relative;
    border-bottom: 1px solid #c8c8c8;
    background: linear-gradient(to top, rgba(121,150,191,1)40%, rgba(121,150,191,0.8) 70%, rgba(121,150,191,0.7) 90%, transparent 100%),
                url('images/medal-za-sluzhbu-cs-go-2019.png');
    background-repeat: no-repeat;
    background-size: 320px 320px;
}

.profile-info {
    display: flex;
    padding-left: 5px;
    background: linear-gradient(to bottom,rgba(0, 0, 0, 0.70) 3%, transparent 55%);
}

.profile-info .profile-picture img {
    width: 90px;
    height: 90px;
}

.profile-info .profile-stats {
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: left;
}

.profile-info .profile-stats h3 {
    font-family: Helvetica;
    color: white;
    text-shadow: 2px 1px 2px #000;
    width: 100%;
}

.profile-info .profile-stats .badges img {
    width: 30px;
    height: 30px;
}

.profile-rank {
    display: flex;
    margin-left: 15px;
    margin-top: -15px;
}

.profile-rank .profile-logo img {
    width: 60px;
    height: 60px;
}

.profile-rank .profile-stats {
    padding-left: 20px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: left;
    gap: 10px;
}

.profile-rank .profile-stats h3 {
    font-family: sans-serif;
    font-size: 15px;
    color: white;
    text-shadow: 2px 1px 2px #000;
}

.profile-rank .profile-stats div {
    position: relative;
    width: 100%;
    height: 8px;
    background: #222222;
    box-shadow: 1px 3px 4px 0px black;
}

.profile-rank .profile-stats div .back {
    max-width: 100%;
    width: 65%;
    height: 8px;
    position: absolute;
    background-image: linear-gradient(to right, rgb(18, 57, 99) -10%, rgba(37, 137, 208, 0.97) 50%, rgb(17, 202, 243) 100%);
}

.profile-rank-2 {
    margin-top: 10px;
    display: flex;
    margin-left: 15px;
    padding-bottom: 15px;
}

.profile-rank-2 .profile-logo img {
    width: 60px;
    box-shadow: 0 0 5px 0px #000;
}

.profile-rank-2 h3 {
    font-family: Lucida Sans;
    padding-left: 20px;
    font-size: 12px;
    color: white;
    text-shadow: 2px 1px 2px #000;
    margin-top: 5px;
}

.utilities {
    width: 280px;
    display: flex;
    position: relative;
    border-bottom: 1px solid #c8c8c8;
    gap: 25px;
    left: 20px;
}

.utilities div:hover {
    cursor: pointer;
    border-bottom: 1px solid #fff;
}

.utilities div.active {
    border-bottom: 3px solid #fff;
}

.utilities div img {
    height: 50px;
}

.util-menu {
    display: none;
}

.util-menu.active {
    display: block;
}

.util-menu div {
    display: flex;
    margin-left: 15px;
    margin-top: 15px;
    padding: 10px;
    background: rgba(0, 0, 0, 0.15);
}

.util-menu a {
    text-decoration: none;
}

.util-menu div img {
    height: 40px;
    width: 40px;
}

.util-menu div h3 {
    margin-left: 30px;
    line-height: 40px;
    font-family: Helvetica;
    color: White;
}

.util-menu-4 form {
    margin-top: 20px;
    position: fixed;
    left: 70px;
}

.util-menu-4 form input,
.util-menu-4 form textarea {
    margin-top: 10px;
}

.util-menu-4 form input,
.util-menu-4 form textarea {
    padding: 8px;
    border: none;
    outline: none;
    background: unset;
    border-bottom: 1px solid #fff;
    color: #fff;
}

.util-menu-4 form textarea {
    border: 1px solid #fff;
}

.util-menu-4 form input::placeholder,
.util-menu-4 form textarea::placeholder {
    color: #fff;
    font-family: Helvetica;
}

.util-menu-4 form .submit {
    backdrop-filter: blur(50px);
    background: rgba(255, 255, 255, 0.1);
    border: none;
}

.util-menu-4 form .submit:hover {
    cursor: pointer;
}

/* MAIN MENU */

.main-menu {
    display: none;
}

.main-menu.active {
    display: block;
}

.top-container, .bottom-container {
    position: fixed;
    overflow: hidden;
    left: 120px;
    max-width: 44%;
    width: 44%;
}

.top-container {
    top: 30px;
    height: 60%;
    max-height: 60%;
    padding: 15px;
    -webkit-backdrop-filter: blur(30px);
    backdrop-filter: blur(30px);
    color: white;
    font-family: Helvetica;
    font-size: 16px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.top-container img {
    height: 300px;
    width: 300px;
}

.bottom-container {
    bottom: 20px;
    height: 22%;
    max-height: 22%;
    padding: 15px;
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    display: flex;
    flex-direction: column;
}

.bottom-container .options {
    display: flex;
    gap: 20px;
    font-size: 18px;
    color: #fff;
    font-family: Helvetica;
    font-weight: 600;
    padding-bottom: 10px;
    border-bottom: 1px solid #fff;
}

.bottom-container .options .option.active {
    border-bottom: 3px solid white;
}

.bottom-container .options-menu {
    height: 100%;
    width: 100%;
}

.bottom-container .options-menu .menu {
    display: none;
    height: 100%;
}

.bottom-container .options-menu .menu.active {
    display: flex;
    justify-content: center;
    align-items: center;
}

/* MENUS */

.menus {
    position: fixed;
    top: 0;
    left: 90px;
    height: 100vh;
    right: 90px;
    transition: .3s;
    backdrop-filter: blur(10px);
    background: rgba(0, 0, 0, 0.20);
    display: none;
}

.menus.active {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 50px;
}

.menus h2 {
    font-family: Helvetica;
    color: white;
}

.menus a {
    width: 50%;
    padding: 20px;
    position: relative;
    font-family: Helvetica;
    color: white;
    backdrop-filter: blur(10px);
    text-decoration: none;
}

.server {
    text-transform: uppercase;
}

.server span {
    right: 20px;
    position: absolute;
    text-transform: uppercase;
    font-family: Helvetica;
    color: white;
}

.menus p {
    font-family: Helvetica;
    color: white;
}

.restricted-menu p {
    color: #fff;
    font-family: Helvetica;
    width: 90%;
    line-height: 25px;
    font-size: 16px;
}

.restricted-menu p span {
    font-size: 24px;
    line-height: 50px;
}