@import url('https://fonts.googleapis.com/css2?family=Inter:wght@100;200;300;400;500;600;700;800;900&display=swap');

@keyframes slidein {
    0% { transform: translate(-50%, 100%); }
    100% { transform: translate(-50%, -50%); }
}

body {
    background-image: url("https://eu1.imagehub.host/files/bg.png");
    background-position: center;
    background-color: #1f1f27;
    font-family: 'Inter', sans-serif;
    user-select: none;
    overflow: auto;
    transition: 1s;
    background-position: 0px 0px;
    animation: bg 25s infinite linear;
}

.fancybutton3 {
    background-color: rgb(30, 30, 30);
    padding: 10px;
    border-style: solid;
    font-family: "Inter", sans-serif;
    color: white;
    border-radius: 10px;
    border-color: #ffa500;
    transition: 0.2s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    padding-left: 30px;
    padding-right: 30px;
    text-align: center;
}

.fancybutton3:hover {
    border-color: #adff2f;
    padding-left: 30px;
    padding-right: 30px;
    transform: scale(1.05);
}

.fancybutton3sel {
    background-color: rgb(30, 30, 30);
    padding: 10px;
    border-style: solid;
    font-family: "Inter", sans-serif;
    color: white;
    border-radius: 10px;
    border-color: #adff2f;
    transition: 0.2s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    padding-left: 30px;
    padding-right: 30px;
    text-align: center;
}

.fancybutton3sel:hover {
    border-color: #adff2f;
    padding-left: 30px;
    padding-right: 30px;
    transform: scale(1.05);
}

.btnUnselected {
    background-color: #2196F3; /* Green background */
    border: 1px solid #2c2f33; /* Green border */
    color: white; /* White text */
    padding: calc(6px + 0.2vw);
    cursor: pointer; /* Pointer/hand icon */
    float: left; /* Float the buttons side by side */
    font-size: calc(8px + 0.3vw);
}
.btnUnselected2 {
    background-color: #2196F3; /* Green background */
    border: 1px solid #2c2f33; /* Green border */
    color: white; /* White text */
    padding: calc(6px + 0.3vw);
    cursor: pointer; /* Pointer/hand icon */
    float: left; /* Float the buttons side by side */
    font-size: calc(8px + 0.3vw);
}
.btnSelected {
    background-color: #3e8e41;
    border: 1px solid #2c2f33; /* Green border */
    color: white; /* White text */
    padding: calc(6px + 0.2vw);
    cursor: pointer; /* Pointer/hand icon */
    float: left; /* Float the buttons side by side */
    font-size: calc(8px + 0.3vw);

}
.btnSelected2 {
    background-color: #3e8e41;
    border: 1px solid #2c2f33; /* Green border */
    color: white; /* White text */
    padding: calc(6px + 0.3vw);
    cursor: pointer; /* Pointer/hand icon */
    float: left; /* Float the buttons side by side */
    font-size: calc(8px + 0.3vw);

}


.btn-group button:not(:last-child) {
    border-right: none; /* Prevent double borders */
}

/* Clear floats (clearfix hack) */
.btn-group:after {
    content: "";
    clear: both;
    display: table;
}

/* Add a background color on hover */
.btn-group button:hover {
    background-color: #3e8e41;
}

ul {
    display: flex;
    justify-content: center;
}

.nav {
    display:flex;
    justify-content: center;
}

.nav {
    list-style-type: none;
    margin: 0;
    padding: 0;
    margin-top: 1vh;
    font-size: 1.2rem;
}

.li {
    display: inline;
    margin-top: 1vh;
}

li {
    list-style-type: none;
}

.navlink {
    color: #c5c5c5;
    margin-left: 1vw;
    text-decoration: none;
    transition: 0.3s;
    font-weight: normal;
}


.navlink:hover {
    color: #fff;
}

.navlinkActive {
    margin-left: 1vw;
    color: #ffffff;
    text-decoration: underline;
    text-underline-offset: 2px;
    font-weight: 510;
}

@keyframes bg {
    0% {
        background-position: 1000px 1000px;
    }
}

.card {
    position: absolute;
    top: 55%;
    left: 50%;
    margin-right: -50%;
    transform: translate(-50%, -50%);
    background-color: #2c2f33;
    box-shadow: 0px 0px 40px rgb(10, 10, 10);
    width: 60vw;
    height: auto;
    border-radius: 30px;
    padding: 20px;
    text-align: center;
    font-size: 40px;
    font-weight: 300;
    color: white;
    animation-name: slidein;
    animation-duration: 1s;
    animation-iteration-count: 1;
    transition: 0.2s;
}

@keyframes fadein {
    0% {
        filter: opacity(0%);
    }
    50% {
        filter: opacity(0%);
    }
    100% {
        filter: opacity(100%);
    }
}

.fancybutton {
    background-color: rgb(30, 30, 30);
    padding: 10px;
    border-style: solid;
    font-family: Roboto;
    color: white;
    border-radius: 10px;
    border-color: #ffa500;
    transition: 0.2s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    padding-left: 25px;
    padding-right: 25px;
    text-align: center;
}


.card3 {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-right: -50%;
    transform: translate(-50%, -50%);
    background-color: #2c2f33;
    box-shadow: 0px 0px 40px rgb(10, 10, 10);
    width: 50vw;
    height: auto;
    border-radius: 30px;
    padding: 20px;
    text-align: center;
    font-size: 40px;
    font-weight: 300;
    color: white;
    animation-name: slidein;
    animation-duration: 1s;
    animation-iteration-count: 1;
    transition: 0.2s;
}

.card3:hover {
    transform: translate(-50%, -50%) scale(1.1);
}

.fancybutton:hover {
    border-color: #adff2f;
    padding-left: 75px;
    padding-right: 75px;
    transform: scale(1.2);
}

/* death */

.btnExtra {
    position: relative;
    display: inline-block;
    height: 34px;
}

.switch {
    position: relative;
    display: inline-block;
    width: 60px;
    height: 34px;
}

.switch input {
    opacity: 0;
    width: 0;
    height: 0;
}

.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: .4s;
    transition: .4s;
}

.slider:before {
    position: absolute;
    content: "";
    height: 26px;
    width: 26px;
    left: 4px;
    bottom: 4px;
    background-color: white;
    -webkit-transition: .4s;
    transition: .4s;
}

input:checked + .slider {
    background-color: #2196F3;
}

input:focus + .slider {
    box-shadow: 0 0 1px #2196F3;
}

input:checked + .slider:before {
    -webkit-transform: translateX(26px);
    -ms-transform: translateX(26px);
    transform: translateX(26px);
}

/* Rounded sliders */
.slider.round {
    border-radius: 34px;
}

.slider.round:before {
    border-radius: 50%;
}

#fakeURL {
    margin: 0;
    border-radius: 10px;
    border-color: #ffa500;
    height: 5vh;
    padding-left: 8px;
    background: transparent;
    color: #fff;
    outline: none;
    transition: 0.3s;
}

#fakeURL:focus {
    border-color: transparent;
}

#fakeURL:hover {
    border-color: #ffa500;
}

.input {
    margin: 0;
    border-radius: 10px;
    border-color: #adff2f;
    height: 5vh;
    padding-left: 8px;
    background: transparent;
    color: #fff;
    outline: none;
}

/* .formbox {                                     not used, will implement login boxe soon xd
    animation-name: login-slidein;
    animation-duration: 1s;
    animation-iteration-count: 1;
} */

#embed_attributes {
    animation: fadeInAnimation ease 3s;
    animation-iteration-count: 1;
    animation-fill-mode: forwards;
}
@keyframes fadeInAnimation {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}