@import url('https://fonts.googleapis.com/css2?family=Chakra+Petch:ital,wght@0,300;0,400;0,500;0,600;0,700;1,300;1,400;1,500;1,600;1,700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Cinzel:wght@600;700;800&display=swap');
:root {
    --primary-color: rgb(122 44 207);
    --gray-color: rgb(200, 202, 201);
}

html, body {
  margin: 0;
  padding: 0;
}

* {
    padding: 0;
    margin: 0 auto;
}

body {
  font-family: "Chakra Petch", sans-serif;
  scroll-behavior: smooth;
  background-color: #000000;
}

.landing-bg {
  background: linear-gradient(180deg, #31027cb9, #000000), url(./assets/backgrounds/bg-2.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  width: 100%;
  height: max-content;
  padding-bottom: 4em;
  position: relative;
}

.voteus-bg {
  background: linear-gradient(180deg, #31027cb9, #000000), url(./assets/backgrounds/bg-3.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  width: 100%;
  height: max-content;
  padding-bottom: 4em;
  position: relative;
}

.servers-bg {
  background: linear-gradient(180deg, #31027cb9, #000000), url(./assets/backgrounds/bg-4.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  width: 100%;
  height: max-content;
  padding-bottom: 4em;
  position: relative;
}

ul {
    align-items: center;
}

#navigation {
    display: flex;
    flex-direction: column;
    gap: 2vh;
    position: relative;
    z-index: 10;
}

#navigation ul {
    display: flex;
    width: 60%;
    max-width: 1100px;
    height: 6vh;
    z-index: 15;
}

#navigation h1 {
    color: white;
}

#navigation li a {
    font-weight: 600;
    font-size: 22px;
    color: rgb(202, 202, 202);
}

#navigation li a:hover {
    color: white;
}

#navigation .center {
    display: flex;
    justify-content: center;
    align-items: center;
}

#navigation .bg-profile {
    width: 3rem;
    height: 3rem;
    border-radius: 20%;
    background: linear-gradient(45deg, #7377e5d6, #5612dbc2);
    justify-content: center;
}

#navigation .profile-symbol {
    background-color: #4ade80;
    background: url(./assets/icons/user.png);
    width: 2rem;
    height: 2rem;
    position: absolute;
    background-size: cover;
    background-position: center;
    background-blend-mode: overlay;
}

#navigation .bg-cart {
    width: 3rem;
    height: 3rem;
    border-radius: 20%;
    background: linear-gradient(45deg, #fbfffdd6, #f5fff9c2);
    justify-content: center;
}

#navigation .cart-symbol {
    background-color: #4ade80;
    background: url(./assets/icons/shopping-bag.png);
    width: 1.5rem;
    height: 1.5rem;
    position: absolute;
    background-size: cover;
    background-position: center;
    background-blend-mode: overlay;
}

#navigation p {
    font-size: 20px;
}

#navigation .current_page {
    background: linear-gradient(90deg, rgb(148 67 255), rgb(181 123 255));
    background-clip: text;
    background-size: 100% 200%;
    -webkit-background-clip: text;
    color: transparent;
    animation: 2s multicolor ease-in-out infinite;
}

#navigation .current_page:hover {
    filter: drop-shadow( 0 0 9px rgb(143 0 255 / 14%));
    background: linear-gradient(90deg, rgb(203 96 255), rgb(187 105 255));
    background-clip: text;
    color: transparent;
}

#navigation .new-tag {
    color: #6aff69;
    background: rgb(36 92 64);
    width: max-content;
    position: absolute;
    font-size: 10px;
    padding: 0 5px;
}

#navigation .alert {
    position: absolute;
    color: #000000;
    background: linear-gradient(45deg, #ff4b4b, rgb(255 25 25));
    border-radius: 50%;
    padding: .1rem;
}

.brand-wordmark {
display: flex;
flex-direction: column;
justify-content: center;
align-items: flex-start;
text-decoration: none;
line-height: 1;
margin: 0;
padding: 0.35rem 0;
}

.brand-title {
font-family: "Cinzel", serif;
font-size: 1.55rem;
font-weight: 800;
letter-spacing: 0.08em;
text-transform: uppercase;
background: linear-gradient(180deg, #ffe38a 0%, #ffcc4d 40%, #ff9d00 100%);
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
background-clip: text;
color: transparent;
text-shadow: 0 2px 10px rgba(255, 179, 43, 0.18);
white-space: nowrap;
}

.brand-subtitle {
font-family: "Chakra Petch", sans-serif;
font-size: 0.72rem;
font-weight: 600;
letter-spacing: 0.22em;
text-transform: uppercase;
color: #d9c3ff;
margin-top: 0.3rem;
white-space: nowrap;
}

.brand-wordmark:hover .brand-title {
filter: brightness(1.08) drop-shadow(0 0 8px rgba(255, 196, 68, 0.22));
}

.brand-wordmark:hover .brand-subtitle {
color: #f1e7ff;
}

@media screen and (max-width: 768px) {
.brand-title {
font-size: 1.05rem;
letter-spacing: 0.05em;
}

.brand-subtitle {
font-size: 0.62rem;
letter-spacing: 0.16em;
}
}

.dropdown {
    position: absolute; 
    z-index: 5;
    display: none;
}

.dropdown .menu {
    background: linear-gradient(0, #8e31ff, #000000);
    border: 1.5px solid rgb(139 47 255);
    width: 14rem;
    height: max-content;
    justify-content: space-between;
    padding: 1rem 0.5rem;
    display: flex;
    flex-direction: column;
    align-items: start;
    border-radius: 6px;
    gap: .75rem;
}

.dropdown .menu li {
    margin: 0;
    padding: .2rem;
}

.dropdown .menu li:hover {
    background: rgb(137, 6, 212);
    width: 100%;
}

.dropdown .menu li a {
    color: white;
    font-family: inherit;
}

.responsivedropdown .menu {
    background: linear-gradient(0, #8e31ff, #000000);
    border: 1.5px solid rgb(139 47 255);
    width: 14rem;
    height: max-content;
    justify-content: space-between;
    padding: 1rem 0.5rem;
    flex-direction: column;
    align-items: start;
    border-radius: 6px;
    gap: .75rem;
}

.responsivedropdown .menu li {
    color: white;
    width: 100%;
    text-align: center;
}

.responsivedropdown .menu li:hover {
    background: linear-gradient(45deg, #410c5d36, #c34dff85);
    color: #e5a3ff;
}

#responsive-menu {
    color: white;
}

@media screen and (min-width: 769px) {
    #menu {
        display: flex;
    }
    .menu {
        display: none;
    }
    #responsive-menu {
        display: none;
    }
    .profile-mc {
        display: block;
    }
}

@media screen and (max-width: 768px) {
    #menu {
        display: none;
    }
    .menu {
        display: flex;
    }
    #responsive-menu {
        display: flex;
    }
    .profile-mc {
        display: none;
    }
}

@media screen and (min-width: 769px) {
    .g-step, .y-step, .b-step {
        display: flex !important;
    }
}

@media screen and (max-width: 768px) {
    .g-step, .y-step, .b-step {
        display: none !important;
    }
}

@keyframes multicolor {
    0% {
        background-size: 100% 200%;
    }
    50% {
        background-size: 100% 100%;
    }
    100% {
        background-size: 100% 200%;
    }
}

main {
    text-align: center;
    display: flex;
    position: relative;
    top: 2em;
}

.landing-bg main header{
    text-align: center; 
    align-items: center; 
    display: flex; 
    flex-direction: column;
}

main header h1 {
    color: white;
    font-weight: bold;
    font-size: 3.25rem;
    text-transform: uppercase;
}

main header p {
    font-size: 1.05rem;
    color: var(--gray-color);
}

#copyIPnotify {
    position: absolute;
    top: -1em;
}

.btn-primary {
    color: rgb(255 255 255);
    background: linear-gradient(0, #8f31ff, #ffffff00);
    border: 1.5px solid rgb(139 47 255);
    transition: .25s linear;
    width: fit-content;
    height: fit-content;
    padding: 1.5vh 1.5vw;
    font-weight: 400;
    display: flex;
}

.btn-primary:hover {
    box-shadow: 6px 6px 0 #470691;
}

.btn-checkout {
    color: rgb(255 255 255);
    background: linear-gradient(0, #7931ff, #ffffff00);
    border: 1.5px solid #7931ff;
    transition: .25s linear;
    width: fit-content;
    height: fit-content;
    padding: 0.5vh 1.5vw;
    font-weight: 400;
    display: flex;
    border-radius: 5px;
}

.landing_servers {
    width: 100%;
    height: max-content;
    position: relative;
    background-color: #000000;
    display: flex;
    justify-content: center;
    flex-direction: column;
    gap: 2em;
    margin-top: 3em;
}

.landing_servers p {
    color: var(--gray-color);
}

header {
    align-items: center;
    display: flex;
    flex-direction: column;
}

.feature_item {
    text-align: left;
    max-width: 450px;
    color: white;
    padding: 1em;
    transition: .05s ease-out;
    border: 3px solid var(--primary-color);
    border-radius: 10px;
    background: linear-gradient(0, #3b0081, #000000);
}

.feature_item:hover {
  background-color: #0e0416;
  transform: scale(1.02) skewY(2deg);
  transition: .15s linear;
  box-shadow: 0 0 10px rgb(217 167 255 / 8%);
}

.feature_item h2 {
    color: transparent;
    background: linear-gradient(to top, rgb(128 64 255), rgb(205 122 255));
    background-clip: text;
    font-weight: 600;
    font-size: 1.15rem;
}

.feature_item p {
    font-size: 16px;
    color: var(--gray-color);
}

.feature_item .mark-text{
    color: var(--primary-color);
    font-weight: bold;
    background-color: rgb(231 134 255 / 10%);
    width: max-content;
    padding: .2em .5em;
    border-radius: 1em;
    font-size: 12px;
}

.votes-section {
    width: 100%;
    height: max-content;
    position: relative;
    background-color: #000000;
    display: flex;
    justify-content: center;
    flex-direction: column;
    gap: 2em;
    margin-top: 3em;
    margin-bottom: 3em;
}

.card-vote-container {
    width: 100%;
    height: max-content;
    display: flex;
    flex-direction: column;
    text-align: center;
    color: white;
}

.card-vote-container .vote_item {
    display: flex;
    flex-direction: row;
    align-items: center;
    background-color: #06020c;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='60' height='96' viewBox='0 0 60 96'%3E%3Cg fill-rule='evenodd'%3E%3Cg fill='%23777777' fill-opacity='0.11'%3E%3Cpath d='M36 10a6 6 0 0 1 12 0v12a6 6 0 0 1-6 6 6 6 0 0 0-6 6 6 6 0 0 1-12 0 6 6 0 0 0-6-6 6 6 0 0 1-6-6V10a6 6 0 1 1 12 0 6 6 0 0 0 12 0zm24 78a6 6 0 0 1-6-6 6 6 0 0 0-6-6 6 6 0 0 1-6-6V58a6 6 0 1 1 12 0 6 6 0 0 0 6 6v24zM0 88V64a6 6 0 0 0 6-6 6 6 0 0 1 12 0v12a6 6 0 0 1-6 6 6 6 0 0 0-6 6 6 6 0 0 1-6 6z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
    border: 1.5px solid rgba(69, 30, 85, 0.308);
    transition: .25s linear;
    justify-content: space-between;
    width: 30rem;
    height: max-content;
    padding: 1.25em;
    gap: 1em;
    border-radius: .5rem;
}

.vote_item a {
    color: #240f3c;
    background: linear-gradient(0, #8f31ff, #cb9bff);
    font-weight: bold;
    width: max-content;
    height: max-content;
    padding: .35rem 1.05rem;
    border-radius: 5px;
}

.vote_item .server-info h3,p {
    margin: 0;
}

.vote_item .server-info h3 {
    font-weight: bold;
    text-transform: capitalize;
    font-size: 1.1rem;
    justify-content: left;
    display: flex;
}

.vote_item .server-info p {
    color: var(--gray-color);
    font-size: .9rem;
}

.custom-container {
    width: 100%;
    height: max-content;
    display: flex;
    flex-direction: column;
    text-align: center;
    color: white;
}

.tier-box {
    width: 20rem;
    height: max-content;
    text-align: left;
    color: white;
    padding: 1rem;
    border-radius: 10px;
    transition: .3s linear;
}

.g-step {
    background: linear-gradient(to top, #3fdc84, #30bb6b, #249b58);
}

.g-box {
    background: linear-gradient(to top, #3fdc84, #30bb6b, #249b58);
}

.g-box:hover {
    box-shadow: 4px 4px 0 #2c792c;
}

.p-box {
    background: linear-gradient(to top, #c73fdc, #a82abb, #8423a0);
}

.p-box:hover {
    box-shadow: 4px 4px 0 #62007c;
}

.y-step {
    background: linear-gradient(to top, #e2c400, #fdd835, #ffeb3b);
}

.y-box {
    background: linear-gradient(to top, #e2c400, #fdd835, #ffeb3b);
}

.y-box:hover {
    box-shadow: 4px 4px 0 #7c6f00;
}

.b-step {
    background: linear-gradient(to top, #4f64ff, #3c53e8, #2d3bc7);
}

.b-box {
    background: linear-gradient(to top, #4f64ff, #3c53e8, #2d3bc7);
}

.b-box:hover {
    box-shadow: 4px 4px 0 #0d1c66;
}

.reward-prize {
    color: #ffffff;
    width: 32px;
    height: 30px;
    align-items: center;
    justify-content: center;
    border-radius: 20%;
    font-weight: bold;
    font-size: 20px;
}

.server-list {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 1rem;
}

.server-card {
    display: flex;
    flex-direction: column;
    width: 22.5rem;
    height: max-content;
    padding: 1rem 0;
    justify-content: space-between;
    background: linear-gradient(0, #190037, #ffffff00);
    border-radius: 3px;
    border: 1px solid #4307bd;
    transition: .075s linear;
    transform: skewX(-2deg);
}

.server-card:hover {
    background: linear-gradient(0, #8f31ff, #ffffff00);
}

.server-card .info-server {
    background: linear-gradient(180deg, #903cf5, #451867);
    padding: .2em .65em;
    border-radius: 5px;
}

.server-card #ServerIP1,#ServerIP2,#ServerIP3 {
    background: #c679ff94; 
    padding: 0 .5em; 
    border-radius: 5px;
    cursor: pointer;
}

.server-card .server-number {
    color: rgb(223 168 255);
    background: rgb(132 79 255 / 37%);
    padding: .1rem;
    border-radius: 20%;
    font-weight: 600;
    font-size: 18px;
}

.server-card .header-server h1 {
    color: rgb(232 211 255);
    font-weight: bold;
    font-size: 1.15rem;
}

.server-card .header-server p {
    color: var(--gray-color);
    text-align: center;
}

.custom-container .advertising-banner {
    margin-top: 2rem;
}

.custom-container {
    margin-top: 3rem;
}

.store-section {
    margin-top: 3em;
}

.store-section .rank-card {
    width: 19rem;
    border: 3px solid var(--primary-color);
    border-radius: 10px;
    background: linear-gradient(0, #3b0081, #000000);
}

.rank-card .top-bar-card {
    font-weight: 600;
    background: var(--primary-color);
    color: white !important;
}

.rank-card h2 {
    color: rgb(179 110 255);
    font-size: 1.6rem;
    font-weight: bold;
    text-transform: uppercase;
}

.rank-card p {
    color: var(--gray-color);
}

.benefits ul {
    display: flex;
    flex-direction: row;
    gap: .5rem;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}

.benefits ul li {
    background: var(--primary-color);
    color: white;
    width: max-content;
    padding: .2rem 1em;
    border: 1px solid #a14bff;
    margin: 0;
}

footer {
    width: 100%;
    height: max-content;
    bottom: 1em;
    position: relative;
    background-color: #000000;
    margin-top: 4em;
}

footer h3 {
    font-weight: bold;
    font-size: 1.15rem;
}

@media screen and (min-width: 769px) {
    footer .socialnlinks {
        display: block;
    }
}

@media screen and (max-width: 768px) {
    footer .socialnlinks {
        display: none;
    }
}