body {
    background-color: black;
    text-decoration: none;
    font-family: Verdana, Geneva, Tahoma, 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 {
    position: relative;
    display: inline-block;
    padding: 15px 20px;
    color: #f32121;
    text-transform: uppercase;
    letter-spacing: 4px;
    text-decoration: none;
    font-size: 18px;
    overflow: hidden;
    transition: 0.5s;
}
.v span:nth-child(1) {
    top: 0;
    left: -100%;
    width: 100%;
    height: 2px;
    background: linear-gradient(90deg,transparent,#2164f380);
}
.v:hover {
    color: #f32121;
    background: #f321217c;
    box-shadow: 0 0 10px #f321219c, 0 0 40px #f32121c0, 0 0 80px #f32121;
    border-radius: 10%;
}

.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%;
}

.box-img-ig {
    border-image: 25%;
    border-radius: 25%;
    width: 10px;
    height: 10;
}

.menuos {
    position: relative;
    display: inline-block;
    padding: 5px 10px;
    color: #f32121;
    text-transform: uppercase;
    letter-spacing: 4px;
    text-decoration: none;
    font-size: 18px;
    overflow: hidden;
    transition: 0.5s;
}
.menuos:hover {
    color: #f32121;
    background: #f321217c;
    box-shadow: 0 0 10px #f321219c, 0 0 40px #f32121c0, 0 0 80px #f32121;
    border-radius: 10%;
}
