* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body,
html {
    max-width: 100%;
    overflow-x: hidden;
    scroll-behavior: smooth;
}

:root {
    --body: #ffffff;
    --secondBG: #e3e8e5;
    --thirdBG: #FCFDFE;
    --accent: #ea6426;
    --special: #E52222;
    --specialHover: #cd0000;
    --special2: #F9C12E;
    --specialHover2: #e9af1c;
    --accentHover: #82b022;
    --mainText: #fff;
    --darkText: #1D3053;
    --text: #979797;
    --grey: #999ea9;
    --btnShadow: 3px 3px 20px var(--accent);
    --boxShadow: 0 4px 6px -1px rgba(0, 0, 0, 10%), 0 2px 4px -1px rgba(0, 0, 0, 6%);
    --boxShadow2: 0px 10px 50px hsla(0, 0%, 93%, .2);
    --specialBoxShadow: 2px 3px 0px hsl(39.29deg 61.86% 52.9%);
}

#app {
    min-height: calc(100vh - 390px);
    position: relative;
}

/* width */

::-webkit-scrollbar {
    width: 10px;
}


/* Track */

::-webkit-scrollbar-track {
    background: #e4e4e4;
}


/* Handle */

::-webkit-scrollbar-thumb {
    background: #ffd761;
}


/* Handle on hover */

::-webkit-scrollbar-thumb:hover {
    background: #e4ab56;
}

body {
    color: var(--mainText);
    background: var(--body);
    font-family: 'Roboto', sans-serif;
    line-height: inherit;
}

p {
    margin-bottom: 0px;
}

a {
    text-decoration: inherit;
    color: var(--text);
}

a:hover {
    text-decoration: inherit;
    color: inherit;
}

a:focus {
    text-decoration: inherit;
    color: inherit;
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0px;
    color: var(--darkText);
}

button {
    font-family: 'Roboto', sans-serif;
}

input {
    font-family: 'Roboto', sans-serif;
}


/* MAIN DESIGN */

.navbar {
    background: var(--thirdBG);
    height: 90px;
    position: relative;
    z-index: 5;
}

.navbar-width {
    width: 1300px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 100%;
}

.navbar-left {
    position: relative;
    display: inline-flex;
}

.logo {
    position: relative;
    top: -19px;
    width: 100%;
    max-width: 60px;
    padding-right: 60px;
}

.branding {
    position: absolute;
    width: 100%;
    max-width: 40px;
    top: 0;
    left: 0;
}

#spring {
    animation: none;
}

#summer {
    opacity: 0;
    animation: fade1 16s infinite;
    -webkit-animation: fade1 16s infinite;
}

#autumn {
    opacity: 0;
    animation: fade2 16s infinite;
    -webkit-animation: fade2 16s infinite;
}

#winter {
    opacity: 0;
    animation: fade3 16s infinite;
    -webkit-animation: fade3 16s infinite;
}

.AC-NavLinks {
    display: flex;
    margin-left: 30px;
}

.AC-navLink {
    color: var(--darkText);
    text-transform: uppercase;
    padding: 0px 0px 0px 20px;
    transition: 0.2s ease;
    font-size: 20px;
    font-weight: 700;
    font-family: Cabin, sans-serif;
}

.AC-navLink:hover {
    transition: 0.2s ease;
    color: var(--accent);
}

.AC-navLink-btn {
    height: 45px;
    width: 135px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    border-radius: 10px;
    background: var(--special);
    text-transform: uppercase;
    color: white;
    transition: 0.2s ease;
    font-weight: 700;
    font-family: Poppins;
    font-size: 20px;
    padding: 16 16;
}

.AC-navLink-btn:hover {
    transition: 0.3s ease;
    background: var(--specialHover);
}


/* MOBILE MENU CSS */

.AC-mobileLink {
    display: none;
    width: 60px;
    height: 60px;
    border-radius: 8px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-shadow: var(--textShade);
    transition: 0.3s;
    font-size: 28px;
    background: var(--special2);
    color: var(--darkText);
    align-items: center;
    justify-content: center;
    text-align: center;
    margin-left: 50px;
    box-shadow: 0 5px rgba(0, 0, 0, 5%);
    transition: 0.3s ease;
}

.AC-mobile-overlay {
    height: 0;
    width: 100%;
    position: fixed;
    z-index: 10;
    top: 0;
    left: 0;
    overflow-x: hidden;
    transition: 0.5s;
    background: var(--thirdBG);
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
}

.AC-mobileMenu-overlay {
    position: relative;
    top: 150px;
    width: 90%;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    flex-direction: column;
    padding-bottom: 50px;
}

.AC-mobileNav-top {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 1100px;
    margin: 0 auto;
    margin-top: 50px;
}

.AC-closeBtn {
    width: 60px;
    height: 60px;
    border-radius: 16px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-shadow: var(--textShade);
    transition: 0.3s;
    font-size: 48px;
    background: var(--special2);
    color: var(--darkText);
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    font-weight: 700;
    box-shadow: 0 5px rgba(0, 0, 0, 5%);
    transition: 0.3s ease;
}

.AC-closeBtn:hover {
    transition: 0.3s ease;
    color: var(--darkText);
    background: var(--specialHover2);
}

.AC-mobileHeader {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    margin-top: 30px;
    margin-bottom: 30px;
}

.AC-mobileHead-title {
    font-size: 28px;
    font-weight: 500;
    color: var(--darkText);
    letter-spacing: 2px;
}

.AC-mobileContent {
    width: 800px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.AC-mobileHead-hr {
    height: 15px;
    width: 80px;
    background: var(--darkText);
    border-radius: 100px;
}

.AC-mobileNavLink {
    width: 100%;
    margin-bottom: 10px;
    height: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    background: var(--special2);
    text-transform: uppercase;
    border-radius: 16px;
    box-shadow: var(--boxShadow);
    font-size: 24px;
    font-weight: 700;
    color: var(--darkText);
    letter-spacing: 2px;
    transition: 0.3s ease;
}


.AC-mobileNavLink:hover {
    transition: 0.3s ease;
    color: var(--darkText);
    background: var(--specialHover2);
}

.AC-HeaderContent {
    background: url(../img/header.png.html);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    min-height: 450px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    flex-direction: column;
    padding: 70px 0px 0px 0px;
    position: relative;
}

.AC-HeaderContent-box {
    background: linear-gradient(60deg, rgb(255 255 255 / 36%), rgb(0 0 0 / 50%)), url(../img/header.gif.html);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    border-radius: 8px;
    box-shadow: 0px 1px 4px 0px #0000007d;
    width: 1200px;
    min-height: 450px;
    position: relative;
    z-index: 2;
}

.AC-HeaderImage {
    width: 200px;
}

.AC-PlayerBox {
    background: var(--special);
    box-shadow: var(--specialBoxShadow);
    color: var(--darkText);
    height: 60px;
    letter-spacing: 1px;
    text-transform: uppercase;
    font-size: 20px;
    width: 100%;
    max-width: 300px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 0px 15px;
    border-radius: 10px;
    font-weight: 700;
    transition: 0.2s ease;
    cursor: pointer;
    margin-top: 50px;
}

.AC-PlayerBox:hover {
    color: var(--darkText);
    transition: 0.2s ease;
    margin-left: 5px;
    box-shadow: none;
}

.navbar-right {
    display: flex;
    align-items: center;
}

.AC-TopBar-drop {
    margin-left: 20px;
}

.AC-TopBar-drop .AC-DropMenu.dropdown-menu.drop-login {
    top: 45px !important;
    left: 80px !important;
    position: absolute !important;
    transform: translate3d(0px, 0px, 0px) !important;
}

.dropdown-toggle::after {
    display: none !important;
}

.AC-DropMenu {
    padding: 5px;
    background: #fff;
    margin-left: -170px;
    background: #fff;
}

.AC-DropMenu.drop-profile {
    top: 15px !important;
    left: -25px !important;
}

.AC-DropLink {
    width: 100%;
    height: 45px;
    display: flex;
    align-items: center;
    padding: 0px 15px;
    color: var(--thirdBG);
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    font-size: 18px;
    transition: 0.3s ease;
}

.header {
    max-height: 77vh;
    position: relative;
}

@keyframes skew-x-shakeng {
    0% {
        transform: skewX(-15deg);
    }
    1% {
        transform: skewX(15deg);
    }
    2% {
        transform: skewX(-15deg);
    }
    3% {
        transform: skewX(15deg);
    }
    4% {
        transform: skewX(0deg);
    }
    100% {
        transform: skewX(0deg);
    }
}

.header .header-content-image {
    animation: skew-x-shakeng 10s infinite;
    max-width: 500px;
}

.header .header-content {
    width: 100%;
    z-index: 1;
    flex-direction: column;
    display: flex;
    place-items: flex-end;
    justify-content: center;
    align-items: center;
    background-image: url(../img/pokewild/page_bg.png);
    background-size: cover;
    gap: 40px;
    padding: 100px;
}

.header .header-content a {
    font-family: Work Sans;
    font-weight: 600;
    font-size: 28px;
    color: white;
    padding: 15px 20px 15px 20px;
    border-radius: 10px;
    background: var(--special);
    transition: 0.3s ease;
}

.header .header-content a:hover {
    background: var(--specialHover);
    transition: 0.3s ease;
    transform: scale(1.05);
}

.infos {
    margin-top: 30px;
}

.infos .card {
    margin-right: auto;
    margin-left: auto;
    width: 100%;
    height: 80px;
    border-radius: 10px;
    border: none;
}

.infos .card.online-count {
    position: relative;
    text-align: left;
    background: var(--special);
    box-shadow: 0px 2px 3px 0px var(--special);
}

.infos .card.online-count .text {
    padding: 21px 0px 17px 40px;
}

.infos .card.online-count span {
    color: white;
    font-size: 16px;
    font-weight: 600;
    font-family: Work Sans;
}

.infos .card.online-count h3 {
    color: white;
    font-size: 22px;
    font-weight: 600;
    font-family: Work Sans;
    margin-top: -3px;
}

.infos .card.discord {
    position: relative;
    display: inline-block;
    padding: 16px 0px 0px 30px;
    background: #5A76FE;
    box-shadow: 0px 2px 3px 0px #32418b;
}

.infos .card.discord img {
    max-width: 60px;
}

.infos .card.discord .text {
    position: relative;
    display: inline-grid;
    margin-left: 20px;
    margin-top: -5px;
    gap: 5px;
}

.infos .card.discord .text h1 {
    color: white;
    font-size: 28px;
    font-family: Work Sans;
    font-weight: 500;
    margin-bottom: -7px;
}

.infos .card.discord .text p {
    color: white;
    font-size: 15px;
    font-family: Work Sans;
    font-weight: 300;
}

.infos .card.links {
    position: relative;
    text-align: center;
    display: block;
    box-shadow: 0px 2px 3px 0px rgb(130, 130, 130);
}

.infos .card.links a {
    position: relative;
    margin-left: 45px;
    margin-right: 45px;
    top: 20px;
}

.infos .card.links img {
    max-width: 40px;
}

@keyframes tonext {
    0% {
        left: 0;
    }
    27% {
        left: 0;
    }
    33% {
        left: -100%;
    }
    60% {
        left: -100%;
    }
    66% {
        left: -200%;
    }
    94% {
        left: -200%;
    }
    98% {
        left: 0;
    }
}

@keyframes tonext2 {
    0% {
        width: 30px;
        height: 30px;
        margin-top: -7px;
    }
    27% {
        width: 30px;
        height: 30px;
        margin-top: -7px;
    }
    33% {
        width: 15px;
        height: 15px;
        margin-top: 0px;
    }
    94% {
        width: 15px;
        height: 15px;
        margin-top: 0px;
    }
    100% {
        width: 30px;
        height: 30px;
        margin-top: -7px;
    }
}

@keyframes tonext3 {
    0% {
        width: 15px;
        height: 15px;
        margin-top: 0px;
    }
    27% {
        width: 15px;
        height: 15px;
        margin-top: 0px;
    }
    33% {
        width: 30px;
        height: 30px;
        margin-top: -7px;
    }
    60% {
        width: 30px;
        height: 30px;
        margin-top: -7px;
    }
    66% {
        width: 15px;
        height: 15px;
        margin-top: 0px;
    }
    100% {
        width: 15px;
        height: 15px;
        margin-top: 0px;
    }
}

@keyframes tonext4 {
    0% {
        width: 15px;
        height: 15px;
        margin-top: 0px;
    }
    60% {
        width: 15px;
        height: 15px;
        margin-top: 0px;
    }
    66% {
        width: 30px;
        height: 30px;
        margin-top: -7px;
    }
    94% {
        width: 30px;
        height: 30px;
        margin-top: -7px;
    }
    100% {
        width: 15px;
        height: 15px;
        margin-top: 0px;
    }
}

.articles ol, .articles li {
    list-style: none;
    margin: 0;
    padding: 0;
}

.articles {
    margin-top: 30px;
    background: #F9FCFD;
    padding-top: 110px;
    padding-bottom: 110px;
}

.articles .article {
    display: flex;
}

.articles .article .text {
    text-align: left;
    position: relative;
    width: 47%;
    margin-right: 2%;
    margin-left: 1%;
}

.articles .article .text span {
    font-size: 16px;
    font-weight: 700;
    font-family: Work Sans, sans-serif;
    color: var(--special);
}

.articles .article .text h1 {
    font-size: 40px;
    font-weight: 700;
    font-family: Work Sans, sans-serif;
    color: var(--darkText);
}

.articles .article .text h1 span {
    font-size: 40px;
    font-weight: 900;
    font-family: Work Sans, sans-serif;
    color: #F51842;
}

.articles .article .text h3 {
    margin-top: 25px;
    font-size: 14px;
    font-weight: 400;
    font-family: Work Sans, sans-serif;
    color: var(--darkText);
}

.articles .article .text p {
    margin-top: 30px;
    font-size: 20px;
    font-weight: 400;
    font-family: Work Sans, sans-serif;
    color: var(--darkText);
}

.articles .article .text a {
    position: absolute;
    bottom: 0;
    right: 0;
    color: var(--darkText);
    font-size: 20px;
    font-weight: 600;
    font-family: Work Sans, sans-serif;
    transition: 0.3s ease;
}

.articles .article .text a:hover {
    right: -5px;
    transition: 0.3s ease;
}

.articles .article .image {
    position: relative;
    width: 47%;
    margin-left: 2%;
    margin-right: 1%;
}

.articles .article .image img {
    border-radius: 10px;
}

.store {
    position: relative;
    height: 490px;
    width: 100%;
    display: flex;
}

.store .image {
    position: relative;
    width: 50%;
    height: 100%;
    background: linear-gradient(0deg, #FFE633 0%, #F7F7F7 100%);
    border-radius: 0% 40px 40px 0%;
}

.store .image img {
    width: 100%;
    max-width: 610px;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
}

.store .text {
    font-family: Poppins, sans-serif;
    width: 50%;
    height: 100%;
    padding: 90px;
    text-align: left;
}

.store .text span {
    font-weight: 800;
    font-size: 16px;
    color: var(--special);
}

.store .text h2 {
    margin-top: 15px;
    font-weight: 800;
    font-size: 30px;
    color: var(--darkText);
}

.store .text h1 {
    margin-top: 10px;
    font-weight: 900;
    font-size: 50px;
    color: #000;
}

.store .text h1 b {
    color: var(--special)
}

.store .text p {
    margin-top: 0px;
    font-family: Work Sans;
    font-weight: 400;
    font-size: 20px;
    color: var(--darkText);
    margin-bottom: 50px;
}

.store .text a {
    font-family: Work Sans;
    font-weight: 600;
    font-size: 20px;
    color: white;
    padding: 10px 20px 10px 20px;
    background-color: var(--special);
    border-radius: 10px;
    transition: 0.3s ease;
}

.store .text a:hover {
    background-color: var(--specialHover);
    transition: 0.3s ease;
}

.how-to-join {
    position: relative;
    height: 580px;
    width: 100%;
    display: flex;
    background: #F9FCFD;
    padding-top: 130px;
    padding-bottom: 130px;
}

.how-to-join .image {
    position: relative;
    width: 50%;
    height: 100%;
    padding-right: 140px;
    padding-left: 90px;
}

.how-to-join .image img {
    width: 100%;
    max-width: 635px;
    border-radius: 20px;
}

.how-to-join .text {
    width: 50%;
    height: 100%;
    padding-left: 140px;
    padding-right: 90px;
    text-align: left;
}

.how-to-join .text span {
    font-family: Poppins;
    font-weight: 800;
    font-size: 16px;
    color: var(--special);
    text-transform: uppercase;
}

.how-to-join .text h2 {
    margin-top: 15px;
    font-family: Poppins;
    font-weight: 800;
    font-size: 30px;
    color: var(--darkText);
}

.how-to-join .text h1 {
    margin-top: 10px;
    font-family: Poppins;
    font-weight: 900;
    font-size: 50px;
    color: var(--special);
}

.how-to-join .text p {
    margin-top: 15px;
    font-family: Work Sans;
    font-weight: 400;
    font-size: 20px;
    color: var(--darkText);
    margin-bottom: 30px;
}

.how-to-join .text a {
    float: right;
    font-family: Work Sans;
    font-weight: 600;
    font-size: 20px;
    color: white;
    padding: 10px 20px 10px 20px;
    background-color: var(--special);
    border-radius: 10px;
    transition: 0.3s ease;
    cursor: pointer;
}

.how-to-join .text a:hover {
    background-color: var(--specialHover);
    transition: 0.3s ease;
}

footer {
    position: relative;
    width: 100%;
    min-height: 300px;
    max-height: 300px;
    display: block;
    padding: 50px 140px 50px 140px;
    background: #0D0602;
}

footer .float-left {
    display: inline-flex;
    padding: 50px 0px;
}

footer .float-right {
    display: inline-flex;
    margin-top: 20px;
}

footer img {
    max-width: 100px;
    height: max-content;
}

footer .text {
    display: block;
    padding: 15px 100px;
}

footer .text p {
    margin-bottom: 10px;
}

footer .text a {
    color: var(--special);
}

footer .text a:hover {
    text-decoration: none;
}

footer .links {
    margin-right: 100px;
}

footer .links h1, footer .mentions h1 {
    font-size: 20px;
    font-family: Poppins, sans-serif;
    color: white;
    font-weight: 500;
}

footer .links ul, footer .mentions ul {
    list-style: none;
    margin-bottom: -20px;
}

footer .links li, footer .mentions li {
    list-style: none;
    margin-bottom: 20px;
    font-size: 20px;
    font-weight: 300;
}

footer .links li a, footer .mentions li a {
    color: white;
}

.AC-CounterContainer {
    position: relative;
    width: 100%;
    background: var(--thirdBG);
    padding: 35px;
    padding-top: 80px;
    margin-top: -55px;
}

.AC-CounterContainer-width {
    width: 1300px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.AC-CounterRight {
    display: flex;
    align-items: center;
    text-align: right;
    transition: 0.3s ease;
    color: var(--darkText);
}

.AC-CounterRight:hover {
    transition: 0.3s ease;
    cursor: pointer;
    transform: scale(1.02);
    color: var(--darkText);
}

.AC-CounterLeft i {
    font-size: 40px;
}

.AC-CounterLeft {
    display: flex;
    align-items: center;
    text-align: left;
    color: var(--darkText);
    transition: 0.3s ease;
}

.AC-CounterLeft:hover {
    color: var(--darkText);
    transition: 0.3s ease;
    cursor: pointer;
    transform: scale(1.02);
}

.AC-CounterLeft-col {
    margin-left: 15px;
}

.AC-CounterBig {
    font-size: 20px;
    font-weight: 700;
    text-transform: uppercase;
}

.AC-CounterSmall {
    color: var(--accent);
    font-size: 18px;
    font-weight: 700;
}

.AC-CounterIcon {
    width: 50px;
    margin-left: 15px;
}


/* MOBILE MENU CSS */

.AC-Footer {
    background: var(--thirdBG);
    margin-top: 80px;
    color: var(--darkText);
}

.AC-FooterWidth {
    width: 1300px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    min-height: 100px;
}

.AC-FooterLeft h3 {
    font-size: 18px;
    font-weight: 700;
}

.AC-FooterLeft p {
    font-size: 14px;
    color: var(--grey);
    font-weight: 700;
}

.AC-FooterRight h3 {
    font-size: 18px;
    font-weight: 700;
}

.AC-TopBar-user {
    border: inherit;
    outline: inherit;
    background: transparent;
}

.AC-userImage {
    width: 35px;
    border-radius: 80px;
}

.vote-organic {

    position: absolute;
    bottom: 75px;
    left: 1%;
    width: 160px;
    z-index: -1;

}

/* REPSONSIVE */

@media only screen and (max-width: 1350px) {
    .navbar-width {
        width: 90%;
    }

    .AC-mobileNav-top {
        width: 100%;
    }

    .AC-FooterWidth {
        width: 90%;
    }

    .AC-CounterContainer-width {
        width: 90%;
    }

    .AC-HeaderContent-box {
        width: 85%;
    }
}

@media only screen and (max-width: 960px) {
    .branding {
        top: -9px;
    }

    .AC-navLink {
        display: none;
    }

    .AC-navLink-btn {
        display: none;
    }

    .AC-mobileLink {
        display: flex;
    }

    .AC-mobileNavLink {
        width: 100%;
    }

    .AC-mobileContent {
        width: 90%;
    }

    .AC-FooterWidth {
        flex-direction: column;
        min-height: 200px;
        height: auto;
        padding: 25px 0px;
    }

    .AC-FooterLeft {
        text-align: center;
    }
}

@media only screen and (max-width: 750px) {
    .AC-CounterRight {
        display: none;
    }

    .AC-CounterContainer-width {
        justify-content: center;
        text-align: center;
        padding-top: 15px;
    }

    .AC-CounterLeft {
        text-align: center;
        flex-direction: column;
    }

    .AC-CounterLeft-col {
        margin-left: 0px;
        margin-top: 10px;
    }

    .AC-HeaderImage {
        width: 200px;
    }
}

@media only screen and (min-width: 1400px) {
    footer .text a:not(.credit) {
        display: none;
    }
}

@media only screen and (max-width: 1400px) {
    .how-to-join {
        height: max-content;
        display: inline-grid;
    }

    .how-to-join .text {
        width: 100%;
        padding-right: 90px;
        padding-left: 90px;
    }

    .how-to-join .image {
        width: 100%;
        margin-top: 50px;
        padding-right: 90px;
        padding-left: 90px;
    }

    .how-to-join .image img {
        max-width: 550px;
        margin-left: auto;
        margin-right: auto;
        display: block;
    }

    footer .text a {
        display: block;
        font-weight: 700;
        color: white;
        margin-left: 10px;
        display: inline-flex;
    }

    footer .text {
        display: block;
        padding: 15px 0px;
        float: right;
        text-align: right;
    }

    footer .float-left {
        padding: 50px 0px;
        display: block;
        float: none !important;
    }

    footer .float-right {
        display: none;
        margin-top: 20px;
        float: right;
    }
}

@media only screen and (max-width: 750px) {
    footer .float-left {
        padding: 0px 0px;
        display: block;
    }

    footer img {
        max-width: 100px;
        max-height: 100px;
        margin-left: auto;
        margin-right: auto;
        display: block;
    }

    footer .text {
        display: block;
        padding: 15px 0px;
        float: right;
        text-align: center;
        margin-left: auto;
        margin-right: auto;
        margin-top: 15px;
        width: 100%;
    }

    .pages-header-bg {
        height: 150px;
    }
}

@media only screen and (max-width: 1300px) {
    .content #voteSanji {
        display: none;
    }
}

@media only screen and (max-width: 1200px) {
    .infos .card.discord .text {
        margin-left: 5px;
    }

    .infos .card.discord .text h1 {
        font-size: 25px;
    }

    .infos .card.discord .text p {
        font-size: 13px;
    }

    .articles .article {
        height: 70%;
    }

    .articles .article .text h1 {
        font-size: 35px;
    }

    .articles .article .text h1 span {
        font-size: 35px;
    }

    .articles .article .text h3 {
        margin-top: 10px;
    }

    .articles .article .text p {
        margin-top: 10px;
        font-size: 16px;
    }

    .news-page .articles .article .text a {
        position: relative;
    }

    .store .image {
        width: 30%;
    }

    .store .image img {
        width: auto;
        left: -300px;
    }

    .store .text {
        width: 70%;
    }

    .content #voteImage {
        max-width: 50%;
    }
}

@media only screen and (max-width: 1000px) {
    .infos .card.online-count {
        text-align: center;
        padding: 21px 0px 17px 0px;
    }

    .infos .card.online-count .text {
        margin-top: -20px;
    }

    .infos .card.discord {
        text-align: center;
        padding: 16px 0px 0px 0px;
    }

    .infos .card.discord .text {
        text-align: left;
    }

    .infos .card {
        margin-bottom: 20px;
    }

    .votes .votes-sites a {
        font-size: 15px;
    }

    .votes .votes-sites .badge {
        font-size: 15px;
    }

    .votes .votes-rewards p {
        font-size: 16px;
    }

    .votes-ranking .votes-rank .rank-id {
        font-size: 25px;
        margin-top: 20px;
    }

    .votes-ranking .votes-rank img {
        max-width: 45px;
        max-height: 45px;
        margin-top: 10px;
    }

    .votes-ranking .votes-rank .rank-user {
        font-size: 20px;
        margin-top: 22px;
    }

    .votes-ranking .votes-rank .rank-reward {
        font-size: 20px;
        margin-top: 22px;
    }

    .votes-ranking .votes-rank .rank-votes {
        font-size: 20px;
        margin-top: 22px;
    }
}

@media only screen and (max-width: 950px) {
    .articles .article {
        height: 70%;
    }

    .articles .article .text h1 {
        font-size: 30px;
    }

    .articles .article .text h1 span {
        font-size: 30px;
    }

    .articles .article .text h3 {
        margin-top: 10px;
    }

    .articles .article .text p {
        margin-top: 10px;
        font-size: 14px;
    }

    .store .image {
        display: none;
    }

    .store .text {
        width: 100%;
    }
}

@media only screen and (max-width: 800px) {
    .votes .votes-sites, .votes .votes-rewards {
        width: 100%;
        margin-bottom: 50px;
    }

    .votes .votes-sites a {
        font-size: 25px;
    }

    .votes-ranking .votes-rank {
        width: 100% !important;
    }

    .need-online {
        display: inline-block;
    }

    .need-online a {
        width: 100%;
        text-align: center;
    }
}

@media only screen and (max-width: 550px) {
    .articles .article .text h1 {
        font-size: 20px;
    }

    .articles .article .text h1 span {
        font-size: 20px;
    }

    .carousel .see-all a {
        font-size: 15px;
    }

    .articles .article .text a {
        font-size: 15px;
    }

    .store .text p {
        font-size: 15px;
    }

    .store .text {
        padding: 90px 25px;
    }

    .how-to-join .text p {
        font-size: 15px;
    }

    .how-to-join .text {
        padding-right: 25px;
        padding-left: 25px;
    }

    .votes-ranking .votes-rank {
        min-height: 74px;
    }

    .votes-ranking .votes-rank .rank-id {
        font-size: 20px;
        margin-top: 17px;
    }

    .votes-ranking .votes-rank img {
        max-width: 40px;
        max-height: 40px;
        margin-top: 7px;
    }

    .votes-ranking .votes-rank .rank-user {
        font-size: 15px;
        margin-top: 19px;
    }

    .votes-ranking .votes-rank .rank-reward {
        font-size: 15px;
        margin-top: 19px;
    }

    .votes-ranking .votes-rank .rank-votes {
        font-size: 15px;
        margin-top: 19px;
    }

    .votes-own {
        font-size: 20px;
    }

    .pages-header-bg {
        height: 110px;
    }

    .news-page .articles .article {
        display: inline-block;
    }

    .articles .article .text {
        width: 100%;
        margin-left: 0px;
        margin-right: 0px;
    }

    .articles .article .image {
        width: 100%;
        margin-left: 0px;
        margin-right: 0px;
        margin-top: 15px;
    }
}

@media only screen and (max-width: 500px) {
    .AC-HeaderContent {
        display: none;
    }

    .votes .votes-sites a {
        font-size: 20px;
    }
}

@media only screen and (max-width: 450px) {
    footer {
        padding: 50px 35px;
    }

    .votes .votes-sites a {
        font-size: 15px;
    }

    .votes-ranking .votes-rank {
        min-height: 64px;
    }

    .votes-ranking .votes-rank .rank-id {
        font-size: 15px;
        margin-top: 15px;
    }

    .votes-ranking .votes-rank img {
        max-width: 30px;
        max-height: 30px;
        margin-top: 9px;
    }

    .votes-ranking .votes-rank .rank-user {
        font-size: 10px;
        margin-top: 19px;
    }

    .votes-ranking .votes-rank .rank-reward {
        font-size: 10px;
        margin-top: 19px;
    }

    .votes-ranking .votes-rank .rank-votes {
        font-size: 10px;
        margin-top: 19px;
    }

    .votes .votes-sites button {
        width: 100%;
    }
}

@media only screen and (max-width: 350px) {
    .pages-header-bg {
        height: 70px;
    }

    .votes h1 {
        font-size: 20px;
    }

    .votes-ranking .votes-rank {
        padding: 10px 10px;
    }
}

@media only screen and (max-height: 700px) {

    .header .header-content a {
        font-size: 15px;
    }

}



.votes {
    display: flex;
    gap: 50px;
    margin: 80px 0;
    align-items: flex-start
}

.votes h1 {
    font-family: Poppins, sans-serif;
    font-size: 40px;
    font-weight: 700;
    color: var(--darkText);
}

.votes .votes-sites, .votes .votes-rewards {
    background: #F3F3F3;
    padding: 20px 25px;
    border-radius: 40px;
}

.votes .votes-sites {
    /*margin-top: 30px;*/
    position: relative;
}

.votes .votes-sites input {
    margin-top: 20px;
    width: 50%;
    margin-left: auto;
    margin-right: auto;
}

.votes .votes-sites button {
    margin-top: 20px;
    display: block;
    font-family: Poppins;
    font-size: 18px;
    font-weight: 600;
    color: var(--darkText);
    padding: 10px 20px;
    border-radius: 15px;
    border: 1px solid var(--special);
    background: white;
    width: 40%;
    margin-left: auto;
    margin-right: auto;
    transition: 0.3s ease;
}

.votes .votes-sites button:hover {
    border: 1px solid var(--accent);
    transition: 0.3s ease;
}

.votes .votes-sites a {
    margin-top: 20px;
    display: inline-block;
    font-family: Poppins;
    font-size: 24px;
    font-weight: 700;
    color: var(--darkText);
    padding: 10px 20px;
    border-radius: 15px;
    border: 1px solid var(--special);
    background: white;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    transition: 0.3s ease;
    text-align: center;
}

.votes .votes-sites a:hover {
    border: 1px solid var(--accent);
    transition: 0.3s ease;
}

.votes .votes-sites a:first-of-type {
    float: left;
}

.votes .votes-sites a:last-of-type {
    float: right;
}

.votes .votes-sites .badge {
    font-size: 17px;
    background: #66cf81 !important;
    border-radius: 8px;
}

.votes .votes-rewards {
    float: right;
}

.votes .votes-rewards p {
    color: var(--darkText);
    margin-top: 15px;
    font-family: Poppins;
    font-size: 20px;
    font-weight: 600;
}

.votes .votes-rewards .info {
    background: white;
    color: var(--darkText);
    border: 0.5px solid var(--special);
    padding: 10px 25px;
    border-radius: 20px;
    margin-top: 20px;
    font-family: Poppins;
    font-size: 18px;
    font-weight: 600;
}

.votes .votes-rewards .info p {
    margin-top: -2px;
}

.votes-own {
    position: relative;
    display: block;
    margin-top: 40px;
    margin-bottom: 60px;
    width: fit-content;
    background: #F3F3F3;
    border-radius: 20px;
    margin-right: auto;
    margin-left: auto;
    padding: 20px;
}

.votes-own {
    font-family: Poppins;
    font-size: 25px;
    font-weight: 800;
    color: var(--darkText);
}


.vote-title {
    font-family: Poppins;
    font-size: 52px;
    font-weight: 700;
    color: var(--darkText);
    text-align: left;
    font-weight: 700;
    padding-top: 80px;
}

.votes h1 {
    font-family: Poppins;
    font-size: 40px;
    font-weight: 700;
    color: var(--darkText);
    text-align: left;
}

.votes .votes-sites, .votes .votes-rewards {
    width: 48%;
    background: #F3F3F3;
    padding: 20px 25px;
    border-radius: 40px;
}

.votes .votes-sites {
    float: left;
    /*margin-top: 30px;*/
    position: relative;
}

.votes .votes-sites input {
    margin-top: 20px;
    width: 50%;
    margin-left: auto;
    margin-right: auto;
}

.votes .votes-sites button {
    margin-top: 20px;
    display: block;
    font-family: Poppins;
    font-size: 18px;
    font-weight: 600;
    color: var(--darkText);
    padding: 10px 20px;
    border-radius: 15px;
    border: 1px solid var(--special);
    background: white;
    width: 40%;
    margin-left: auto;
    margin-right: auto;
    transition: 0.3s ease;
}

.votes .votes-sites button:hover {
    border: 1px solid var(--accent);
    transition: 0.3s ease;
}

.votes .votes-sites a {
    margin-top: 20px;
    display: inline-block;
    font-family: Poppins;
    font-size: 24px;
    font-weight: 700;
    color: var(--darkText);
    padding: 10px 20px;
    border-radius: 15px;
    border: 1px solid var(--special);
    background: white;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    transition: 0.3s ease;
    text-align: center;
}

.votes .votes-sites a:hover {
    border: 1px solid var(--accent);
    transition: 0.3s ease;
}

.votes .votes-sites a:first-of-type {
    float: left;
}

.votes .votes-sites a:last-of-type {
    float: right;
}

.votes .votes-sites .badge {
    font-size: 17px;
    background: #66cf81 !important;
    border-radius: 8px;
}

.votes .votes-rewards {
    float: right;
}

.votes .votes-rewards p {
    color: var(--darkText);
    margin-top: 15px;
    font-family: Poppins;
    font-size: 20px;
    font-weight: 600;
}

.votes .votes-rewards .info {
    background: white;
    color: var(--darkText);
    border: 0.5px solid var(--special);
    padding: 10px 25px;
    border-radius: 20px;
    margin-top: 20px;
    font-family: Poppins;
    font-size: 18px;
    font-weight: 600;
}

.votes .votes-rewards .info p {
    margin-top: -2px;
}

.page-title {

    padding: 40px 0 20px;
    font-size: 50px;
    font-weight: 700;

}

.page-content *{

    color: var(--darkText);

}

.page-content ul {

    padding: 20px 0 20px 40px;
    margin: 0;

}

.page-content {

    margin-bottom: 100px;

}
