@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600;700&family=Ubuntu:wght@400;500;700&display=swap');

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
*::selection {
    color: black;
    background: #54dcf8;
}
body {
    font-family: 'Poppins', sans-serif;
}
header {
    display: flex;
    width: 100%;
    height: 10vh;
    margin: auto;
    align-items: center;
    background: #121212;
}
h1, h2, h3, h4, h5, h6, p {
    color: white;
}
button {
    font-family: 'Poppins', sans-serif;
}
::-webkit-scrollbar {
    width: 10px;
}
::-webkit-scrollbar-thumb {
    border-radius: 20px;
    background: -webkit-gradient(linear, left top, left bottom, from(#008080), to(#50f0fb));
    box-shadow: inset 2px 2px 2px rgba(255, 255, 255, 0.25), inset -2px -2px -2px rgba(0,0,0,0.25);
}
::-webkit-scrollbar-track {
    background: linear-gradient(to right, #201c29, #201c29 1px, #100e17 1px, #100e17);
}

.max-width {
    max-width: 1300px;
    padding: 0 80px;
    margin: auto;
}
  
.navbar {
    position: fixed;
    width: 100%;
    padding: 30px 0;
    font-family: 'Ubuntu', sans-serif;
    transition: all 0.3s ease;
}
.navbar.sticky {
    padding: 15px 0;
    background: #21dde8;
}
.navbar .max-width {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.navbar .logo a {
    color: #fff;
    font-size: 35px;
    font-weight: 600;
    text-decoration: none;
}
.navbar .logo a span {
    color: #21dde8;
    transition: all 0.3s ease;
}
.navbar.sticky .logo a span {
    color: #fff;
}
.navbar .menu li {
    list-style: none;
    display: inline-block;
}
.navbar .menu li a {
    color: #fff;
    font-size: 18px;
    font-weight: 500;
    margin-left: 25px;
    transition: color 0.3s ease;
    text-decoration: none;
}
.navbar .menu li a:hover {
    color: #21dde8;
}
.navbar.sticky .menu li a:hover {
    color: #fff;
}

/* .logo-container, .nav-links, .login {
    display: flex;
}
.logo-container {
    flex: 1;
    cursor: pointer;
}
.logo-container img {
    height: 10vh;
}
.logo {
    font-weight: 400;
    margin: 5px;
    padding-left: 30px;
}

.menu {
    padding-top: 147px;
    margin-bottom: 100px;
}

.menu ul {
    display: inline-flex;
    margin: 50px;
}

.logo img {
    width: 50px;
    margin-top: -7px;
    margin-right: 48px;
}

.menu ul li {
    display: inline-flex;
    margin: 0 20px;
    color: #b2b1b1;
    cursor: pointer;
    text-decoration: none;
}

.menu ul li a {
    text-decoration: none;
    color: #b2b1b1;
}
.menu ul li .navlinks:hover {
    color: #00008B;
} */

.signup-btn {
    top: 40px;
    right: 80px;
    position: absolute;
    text-decoration: none;
    color: #fff;
    border: 2px solid transparent;
    border-radius: 5px;
    background-image: linear-gradient(#121212,#121212), radial-gradient(circle at top left, #fd00da, #51e1fb);
    background-origin: border-box;
    background-clip: content-box, border-box;
}
.signup-btn span {
    display: block;
    padding: 8px 22px;
}

.presentation {
    display: flex;
    width: 100%;
    margin: auto;
    min-height: 80vh;
    align-items: center;
    background: #121212;
    position: relative;
}

.introduction {
    flex: 2;
    /*animation: drop 1.5s ease;*/
}
.intro-text {
    /*animation: drop 1.5s ease;*/
    padding-left: 150px;
}
.intro-text h1 {
    font-size: 50px;
    font-weight: 500;
}
.intro-text h1 span {
    color: #5feff7;
}

.intro-text p {
    font-size: 17px;
    color: grey;
}

.cta {
    padding: 50px 0px 0px 150px;
}
.invite-epicbot {
    border: 2px solid #21dde8;
    background: transparent;
    color: #21dde8;
    width: 170px;
    height: 50px;
    cursor: pointer;
    font-size: 16px;
    border-radius: 5px;
    /*animation: drop 1.5s ease;*/
    transition: 0.25s ease;
}
.invite-epicbot:hover {
    transform: translateY(-3px);
}
.discord-server {
    background: #4ed3da;
    width: 170px;
    height: 50px;
    cursor: pointer;
    font-size: 16px;
    color: black;
    border: none;
    margin: 0px 0px 0px 10px;
    border-radius: 5px;
    transition: 0.25s ease;
}
.discord-server:hover {
    transform: translateY(-3px);
}

.cover {
    flex: 1;
    /*animation: drop 1.5s ease;*/
}
.cover img {
    height: 30vh;
    /*animation: drop 1.5s ease;*/
}
.custom-shape-divider-bottom-1610798309 {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    overflow: hidden;
    line-height: 0;
    transform: rotate(180deg);
}

.custom-shape-divider-bottom-1610798309 svg {
    position: relative;
    display: block;
    width: calc(108% + 1.3px);
    height: 152px;
}

.custom-shape-divider-bottom-1610798309 .shape-fill {
    fill: #51e4ec;
}
.custom-shape-divider-top-1610896771 {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    overflow: hidden;
    line-height: 0;
}
.custom-shape-divider-top-1610896771 svg {
    position: relative;
    display: block;
    width: calc(100% + 1.3px);
    height: 141px;
}

.custom-shape-divider-top-1610896771 .shape-fill {
    fill: #53f0f9;
}

.features {
    background: #21dde8;
    position: relative;
    height: 700px;
    text-align: center;
}
.features h2 {
    font-size: 55px;
    font-weight: 1000;
    color: black;
}
.features-section {
    display: flex;
    padding-top: 100px;
    margin: 0 5% 0 5%;
}
.features-blocks {
    border: 2px solid #121212;
    background: #121212;
    width: 280px;
    height: 275px;
    border-radius: 50px;
    transition: 0.1s ease;
    margin: auto;
}
.features-blocks:hover {
    transform: translateY(-10px);
    box-shadow: 0 2px 2px 10px #59eff7;
}
.features-blocks h4 {
    font-size: 30px;
}
.features-blocks p {
    padding: 0 20px 0 20px;
    color: #C0C0C0;
}

.stats {
    position: relative;
    background: #121212;
    height: 1050px;
}
.stats h2 {
    font-size: 55px;
    font-weight: 1000;
    text-align: center;
    padding-top: 80px;
}
.stats-container {
    display: flex;
    margin: 0 25% 0 25%;
    padding-top: 200px;
    text-align: center;
}
.stat-boxes {
    border: 2px solid #56f2fb;
    background: #5ce8f0;
    width: 300px;
    height: 175px;
    border-radius: 50px;
    transition: 0.1s ease;
    margin: auto;
}
.stat-boxes:hover {
    transform: translateY(-10px);
    box-shadow: 0 2px 2px 10px #5df1f9;
}
.stat-boxes h4 {
    padding: 20px 20px 0 20px;
    color: #121212;
    font-size: 45px;
}
.stat-boxes p {
    font-size: 35px;
    color: #D3D3D3;
}

.vote-epicbot-lmfao {
    text-align: center;
    justify-content: center;
    align-items: center;
    padding-top: 50px;
}
.vote-epicbot-lmfao p {
    text-align: center;
    margin-top: 100px;
    color: grey;
    font-size: 20px;
}
.vote-epicbot-lmfao *::selection {
    background: #6ff4fb
;
}
.vote-epicbot-lmfao button {
    margin-top: 30px;
    text-align: center;
    align-items: center;
    justify-content: center;
    background: linear-gradient(45deg, #59ebf3
, #4fe6ee
, #51edf5);
    border: none;
    padding: 10px 20px 10px 20px;
    font-size: 20px;
    border-radius: 50px;
    width: 175px;
    transition: 0.5s ease;
}
.vote-epicbot-lmfao button:hover {
    cursor: pointer;
    transform: translateY(-5px);
}
.vote-epicbot-lmfao button:hover:before {
    content: "Click Me!";
}
.vote-epicbot-lmfao button:hover span {
    display: none;
}

footer {
    background: #2d2d2d;
    color: #fff;
    text-align: center;
    font-size: 16px;
}
footer a {
    text-decoration: none;
    color: #5df1f9;
}

@keyframes drop {
    0% {
        opacity: 0;
        transform: translateY(-80px)
    }
    100% {
        opacity: 1;
        transform: translateY(0)
    }
}