@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@500&display=swap');

* {
    /* background-color: rgb(44, 44, 44); */
    overflow: show;
}

body {
    background-image: url('background.jpg');
}

/* .title {
    /* margin-top: -120px; */
    /* text-align: center; */
    /* text-decoration: underline; */
    /* text-decoration-color: rgb(119, 0, 217); */
    /* color: rgb(119, 0, 217); */
    /* font-family: 'poppins', sans-serif; */
    /* font-size: 3em; */
    /* cursor: default; */


.title h1 {
    text-align: center;
    position: relative;
    font-family: 'poppins', sans-serif;
    font-size: 6em;
    color: #222;
    cursor: default;
}

.title h1::before {
    content: attr(data-text);
    text-align: center;
    position: absolute;
    color: rgb(119, 0, 217);
    width: 200px;
    overflow: hidden;
    white-space: nowrap;
    border-right: 2px solid #fff;
    animation: animate 5s linear infinite;
    cursor: default;
}

@keyframes animate {
    0%, 10%, 100%
    {
        width: 0;
    }
    70%, 90%
    {
        width: 15.2%;
    }
}

.downloadlauncher h2 {
    text-align: center;
    font-family: 'poppins', sans-serif;
    font-size: 2em;
    color: rgb(119, 0, 217);
    cursor: default;
}

/*.downloadbutton {
    background-color: rgb(119, 0, 217);
    border-radius: 10px;
    color: white;
    padding: 20px 34px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 20px;
    cursor: pointer;
}*/

.downloadbutton {
    left: 44.5%;
    background-color: black;
    border-radius: 10px;
    color: rgb(119, 0, 217);
    font-family: 'poppins', sans-serif;
    position: absolute;
    text-align: center;
    display: inline-block;
    font-size: 1.5em;
    letter-spacing: .1em;
    text-decoration: none;
    text-transform: uppercase;
    border: 2px solid rgb(119, 0, 217);
    padding: 10px 30px;
    z-index: 1;
    overflow: hidden;
    transition: 1s;
    transition-delay: 0s, 1s;
}

.downloadbutton:hover {
    color: #fff;
    box-shadow: 0 0 40px rgb(119, 0, 217);
    box-shadow: 0 0 80px rgb(119, 0, 217);
}

.downloadbutton::before {
    content: '';
    position: absolute;
    top: 0;
    left: -50px;
    width: 0;
    height: 100%;
    background: rgb(119, 0, 217);
    transform: skewX(35deg);
    z-index: -1;
    transition: 1s;
}

.downloadbutton:hover:before {
    width: 100%;

}

.homebutton {
    left: 2.5%;
    top: 10.5%;
    background-color: black;
    border-radius: 10px;
    color: rgb(119, 0, 217);
    font-family: 'poppins', sans-serif;
    position: absolute;
    text-align: center;
    display: inline-block;
    font-size: 1.5em;
    letter-spacing: .1em;
    text-decoration: none;
    text-transform: uppercase;
    border: 2px solid rgb(119, 0, 217);
    padding: 10px 30px;
    z-index: 1;
    overflow: hidden;
    transition: 1s;
    transition-delay: 0s, 1s;
}

.homebutton:hover {
    color: #fff;
    box-shadow: 0 0 40px rgb(119, 0, 217);
    box-shadow: 0 0 80px rgb(119, 0, 217);
}

.homebutton::before {
    content: '';
    position: absolute;
    top: 0;
    left: -50px;
    width: 0;
    height: 100%;
    background: rgb(119, 0, 217);
    transform: skewX(35deg);
    z-index: -1;
    transition: 1s;
}

.homebutton:hover:before {
    width: 100%;
}

.homebutton a {
    background-color: transparent;
    text-decoration: none;
}

.regelwerkbutton {
    left: 2.5%;
    top: 18.5%;
    border-radius: 10px;
    color: rgb(119, 0, 217);
    font-family: 'poppins', sans-serif;
    position: absolute;
    text-align: center;
    display: inline-block;
    font-size: 1.5em;
    letter-spacing: .1em;
    text-decoration: none;
    text-transform: uppercase;
    border: 2px solid rgb(119, 0, 217);;
    padding: 10px 30px;
    z-index: 1;
    overflow: hidden;
    background-color: black;
    transition: 1s;
    transition-delay: 0s, 1s;
}

.regelwerkbutton:hover {
    color: #fff;
    box-shadow: 0 0 40px rgb(119, 0, 217);
    box-shadow: 0 0 80px rgb(119, 0, 217);
}

.regelwerkbutton::before {
    content: '';
    position: absolute;
    top: 0;
    left: -50px;
    width: 0;
    height: 100%;
    background: rgb(119, 0, 217);;
    transform: skewX(35deg);
    z-index: -1;
    transition: 1s;
}

.regelwerkbutton:hover:before {
    width: 100%;
}

.regelwerkbutton a {
    background-color: transparent;
    text-decoration: none;
}

.homelogo {
    margin-left: 5%;
    cursor: default;
}

.tiktokbutton {
    left: 85.5%;
    top: 10.5%;
    border-radius: 10px;
    color: rgb(119, 0, 217);
    font-family: 'poppins', sans-serif;
    position: absolute;
    text-align: center;
    display: inline-block;
    font-size: 1.5em;
    letter-spacing: .4em;
    text-decoration: none;
    text-transform: uppercase;
    border: 2px solid rgb(119, 0, 217);
    padding: 10px 30px;
    z-index: 1;
    overflow: hidden;
    background-color: black;
    transition: 1s;
    transition-delay: 0s, 1s;
}

.tiktokbutton:hover {
    color: #fff;
    box-shadow: 0 0 40px rgb(119, 0, 217);
    box-shadow: 0 0 80px rgb(119, 0, 217);
}

.tiktokbutton::before {
    content: '';
    position: absolute;
    top: 0;
    left: -50px;
    width: 0;
    height: 100%;
    background: rgb(119, 0, 217);;
    transform: skewX(35deg);
    z-index: -1;
    transition: 1s;
}

.tiktokbutton:hover:before {
    width: 100%;
}

.tiktokbutton a {
    background-color: transparent;
    text-decoration: none;
}

.discordbutton {
    left: 85.5%;
    top: 18.5%;
    border-radius: 10px;
    color: rgb(119, 0, 217);
    font-family: 'poppins', sans-serif;
    position: absolute;
    text-align: center;
    display: inline-block;
    font-size: 1.5em;
    letter-spacing: .2em;
    text-decoration: none;
    text-transform: uppercase;
    border: 2px solid rgb(119, 0, 217);
    padding: 10px 30px;
    z-index: 1;
    overflow: hidden;
    background-color: black;
    transition: 1s;
    transition-delay: 0s, 1s;
}

.discordbutton:hover {
    color: #fff;
    box-shadow: 0 0 40px rgb(119, 0, 217);
    box-shadow: 0 0 80px rgb(119, 0, 217);
}

.discordbutton::before {
    content: '';
    position: absolute;
    top: 0;
    left: -50px;
    width: 0;
    height: 100%;
    background: rgb(119, 0, 217);
    transform: skewX(35deg);
    z-index: -1;
    transition: 1s;
}

.discordbutton:hover:before {
    width: 100%;
}

.discordbutton a {
    background-color: transparent;
    text-decoration: none;
}

.social h3 {
    text-decoration: none;
    cursor: default;
    color: rgb(119, 0, 217);
    font-family: 'poppins', sans-serif;
    font-size: 1.5em;
    margin-left: 85.5%;
    margin-top: -12.2cm;
}

.shopbutton {
    left: 85.5%;
    top: 26.5%;
    border-radius: 10px;
    color: rgb(119, 0, 217);
    font-family: 'poppins', sans-serif;
    position: absolute;
    text-align: center;
    display: inline-block;
    font-size: 1.5em;
    letter-spacing: .2em;
    text-decoration: none;
    text-transform: uppercase;
    border: 2px solid rgb(119, 0, 217);
    padding: 10px 30px;
    z-index: 1;
    overflow: hidden;
    background-color: black;
    transition: 1s;
    transition-delay: 0s, 1s;
}

.shopbutton:hover {
    color: #fff;
    box-shadow: 0 0 40px rgb(119, 0, 217);
    box-shadow: 0 0 80px rgb(119, 0, 217);
}

.shopbutton::before {
    content: '';
    position: absolute;
    top: 0;
    left: -50px;
    width: 0;
    height: 100%;
    background: rgb(119, 0, 217);
    transform: skewX(35deg);
    z-index: -1;
    transition: 1s;
}

.shopbutton:hover:before {
    width: 100%;
}

.shopbutton a {
    background-color: transparent;
    text-decoration: none;
}

.adminloginbutton {
    left: 2.5%;
    top: 89.5%;
    background-color: black;
    border-radius: 10px;
    color: rgb(119, 0, 217);
    font-family: 'poppins', sans-serif;
    position: absolute;
    text-align: center;
    display: inline-block;
    font-size: 1.5em;
    letter-spacing: .1em;
    text-decoration: none;
    text-transform: uppercase;
    border: 2px solid rgb(119, 0, 217);
    padding: 10px 30px;
    z-index: 1;
    overflow: hidden;
    transition: 1s;
    transition-delay: 0s, 1s;
}

.adminloginbutton:hover {
    color: #fff;
    box-shadow: 0 0 40px rgb(119, 0, 217);
    box-shadow: 0 0 80px rgb(119, 0, 217);
}

.adminloginbutton::before {
    content: '';
    position: absolute;
    top: 0;
    left: -50px;
    width: 0;
    height: 100%;
    background: rgb(119, 0, 217);
    transform: skewX(35deg);
    z-index: -1;
    transition: 1s;
}

.adminloginbutton:hover:before {
    width: 100%;
}

.musicbutton {
    left: 44.5%;
    top: 5.5%;
    background-color: black;
    border-radius: 10px;
    color: rgb(119, 0, 217);
    font-family: 'poppins', sans-serif;
    position: absolute;
    text-align: center;
    display: inline-block;
    font-size: 1.5em;
    letter-spacing: .6em;
    text-decoration: none;
    text-transform: uppercase;
    border: 2px solid rgb(119, 0, 217);
    padding: 10px 30px;
    z-index: 1;
    overflow: hidden;
    transition: 1s;
    transition-delay: 0s, 1s;
}

.musicbutton:hover {
    color: #fff;
    box-shadow: 0 0 40px rgb(119, 0, 217);
    box-shadow: 0 0 80px rgb(119, 0, 217);
    cursor: pointer;
}

.musicbutton::before {
    content: '';
    position: absolute;
    top: 0;
    left: -50px;
    width: 0;
    height: 100%;
    background: rgb(119, 0, 217);
    transform: skewX(35deg);
    z-index: -1;
    transition: 1s;
}

.musicbutton:hover:before {
    width: 100%;
}

.musicbutton a {
    background-color: transparent;
    text-decoration: none;
}

.fregelwerkbutton {
    left: 2.5%;
    top: 26.5%;
    border-radius: 10px;
    color: rgb(119, 0, 217);
    font-family: 'poppins', sans-serif;
    position: absolute;
    text-align: center;
    display: inline-block;
    font-size: 1.5em;
    letter-spacing: .1em;
    text-decoration: none;
    text-transform: uppercase;
    border: 2px solid rgb(119, 0, 217);;
    padding: 10px 30px;
    z-index: 1;
    overflow: hidden;
    background-color: black;
    transition: 1s;
    transition-delay: 0s, 1s;
}

.fregelwerkbutton:hover {
    color: #fff;
    box-shadow: 0 0 40px rgb(119, 0, 217);
    box-shadow: 0 0 80px rgb(119, 0, 217);
}

.fregelwerkbutton::before {
    content: '';
    position: absolute;
    top: 0;
    left: -50px;
    width: 0;
    height: 100%;
    background: rgb(119, 0, 217);;
    transform: skewX(35deg);
    z-index: -1;
    transition: 1s;
}

.fregelwerkbutton:hover:before {
    width: 100%;
}

.fregelwerkbutton a {
    background-color: transparent;
    text-decoration: none;
}
