body {
    background-color: black;
    text-decoration: none;
    font-family:'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
}

nav {
    position: absolute;
    margin: 0;
    width: 100%;
    right: 0;
    animation: 6s ease-in 1s 4 reverse both paused slidein;
    animation: slidein 6s linear 3s;
    animation: slidein 6s;
}

.barva:hover {
    color:red;
    text-decoration: none;
}

.v {
    background: rgb(32,33,31);

    position: relative;
    display: inline-block;
    padding: 10px 20px;
    color: #0099ff;
    text-transform: uppercase;
    letter-spacing: 4px;
    text-decoration: none;
    font-size: 18px;
    overflow: hidden;
    transform: 0.5s;
    width: 170px; height: 25px;
    background-size: 100% 200%;
    background-image: linear-gradient(to bottom, rgba(32, 31, 31, 0.438) 50%, rgb(27, 26, 26) 50%);
    border-radius: 5%;
    transition: background-position 0.1s;
}
.v:hover {
    color: #003253;
    background: #474747;
    box-shadow: 0 0 10px #22272c65, 0 0 40px #2020209f, 0 0 80px #202020d0;
    border-radius: 10%;
    background-position: 0 -100%;
    outline: 2px dashed;
    transform: scaleY(1.2) scaleX(1.1);
}
.v span:nth-child(1) {
    top: 0;
    left: -100%;
    width: 100%;
    height: 2px;
    background: linear-gradient(90deg,transparent,#0099ffa9);
}
.vemail {
    background: rgb(32,33,31);

    position: relative;
    display: inline-block;
    padding: 10px 20px;
    color: #0099ff;
    text-transform: uppercase;
    letter-spacing: 4px;
    text-decoration: none;
    font-size: 18px;
    overflow: hidden;
    transform: 0.5s;
    width: 260px; height: 40px;
    background-size: 100% 200%;
    background-image: linear-gradient(to bottom, rgba(32, 31, 31, 0.438) 50%, rgb(27, 26, 26) 50%);
    border-radius: 5%;
    transition: background-position 0.1s;
}
.vemail:hover {
    color: #003253;
    background: #474747;
    box-shadow: 0 0 10px #22272c65, 0 0 40px #2020209f, 0 0 80px #202020d0;
    border-radius: 10%;
    background-position: 0 -100%;
    outline: 2px dashed;
    transform: scaleY(1.2) scaleX(1.1);
}

.server {
    color: #0099ff;
}
.server:hover {
    color: #003253;
}

.x span:nth-child(1) {
    top: 0;
    left: -100%;
    width: 100%;
    height: 2px;
    background: linear-gradient(90deg,transparent,#2164f380);
}

.button {
    position: relative;
    display: inline-block;
    padding: 40px 30px;
    color: #008cff;
    text-transform: uppercase;
    letter-spacing: 4px;
    text-decoration: none;
    font-size: 15px;
    overflow: hidden;
    transition: 0.5s;
}

.center {
    margin-left: 100%;
    margin-right: 100%;
}

.hinfo {
    color: rgb(23, 26, 211);
}

.hrules {
    color: rgb(216, 26, 16);
}


.button {
    width: 270px; height: 55px;
    background-size: 100% 200%;
    background-image: linear-gradient(to bottom, rgba(32, 31, 31, 0.438) 50%, rgb(27, 26, 26) 50%);
    border-radius: 5%;
    transition: background-position 0.1s;
}

.button:hover {
    background-position: 0 -100%;
    outline: 2px dashed;
    transform: scaleY(1.2) scaleX(1.1);
    color: #19e712;
}



::-webkit-scrollbar {
    width: 0;
}

#scrollPath {
    position: fixed;
    top: 0;
    right: 0;
    width: 10px;
    height: 100%;
    background: rgba(255, 255, 255, 0.05);
}

#processbar {
    position: fixed;
    top: 0;
    right: 0;
    width: 10px;
    height: 100%;
    background: linear-gradient(to top, #008aff,#00ffe7);
    animation: animate 5s linear infinite;
}

@keyframes animate {
    0%,100% {
        filter: hue-rotate(0deg);
    }
    50% {
        filter: hue-rotate(360deg);
    }
}

#progressbar:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to top, #008aff,#00ffe7);
    filter: blur(10px);
}
#processbar:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to top, #008aff,#00ffe7);
    filter: blur(30px);
}

.footer {
    background-color: rgba(15, 15, 15, 0.568);
    background-position: center;
    border-radius: 5%;
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    color: #fc0606;
    font-family:'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
}

.box-img-ig {
    border-image: 25%;
    border-radius: 25%;
    width: 10px;
    height: 10;
}

li {
    align-items: center;
}

.raiders {
    position: relative;
    padding: 10px 15px;
    color: #919094;
    text-transform: uppercase;
    letter-spacing: 2px;
    text-decoration: none;
    font-size: 15px;
    overflow: hidden;
    transition: 0.8s;
}
.raiders:hover {
    color: #919094;
    background: #91909485;
    box-shadow: 0 0 2px #919094, 0 0 4px #79797a, 0 0 8px #444344;
    border-radius: 50%;
}

.x span:nth-child(1) {
    top: 0;
    left: -100%;
    width: 100%;
    height: 2px;
    background: linear-gradient(90deg,transparent,#2164f380);
}
