* {
    padding: 0;
    margin: 0;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
}

body {
    background: #030303;
}

.container-80 {
    width: 80%;
    max-width: 100%;
}

.bg_wp_main {
    background: linear-gradient(180deg, #08141dc7, #020202), url(./assests/gta-5.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.nav_bg {
    background: #0000004d;
    backdrop-filter: blur(15px);
    align-items: center;
    justify-content: space-around;
    padding: 0 2.5vw;
    border-radius: 10em;
    gap: 1em;
}

.selected_area {
    font-family: 'chakra';
    font-size: 16px;
    color: #9b59b6;
    border-bottom: 2px solid #9b59b6;
    padding: 1.5em .5em;
    filter: drop-shadow(2px 4px 6px #43d3ff);
}

.unselected_area {
    font-family: 'chakra';
    font-size: 16px;
    color: #fff;
    padding: 1.5em .5em;
}

@media screen and (max-width: 1050px) {
    .popular-server-info {
        align-items: stretch !important;
        flex-direction: column;
    }
}

.dropdown {
    overflow: hidden;
    display: none;
  }
  
  @media screen and (max-width: 1050px) {
    .dropdown {
      display: contents !important;
    }
  
    .nav_bg {
      display: none;
    }
  
    .dropdown-content {
      display: none;
      position: relative;
      background-color: #f9f9f9;
      min-width: 160px;
      box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
      z-index: 9999;
      top: 100%;
      left: 0;
    }
  
    .dropdown-content a {
      color: black;
      padding: 4px 6px;
      text-decoration: none;
      display: block;
      text-align: left;
      font-family: 'chakra';
      font-size: 13px;
    }
  
    .dropdown-content a:hover {
      background-color: #ddd;
    }
  }
  
  @media screen and (min-width: 1051px) {
    .dropdown:hover .dropdown-content {
      display: block;
    }
  
    .dropdown-content {
      position: absolute;
      background-color: #f9f9f9;
      min-width: 160px;
      box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
      z-index: 9999;
      top: 100%;
      left: 0;
    }
  
    .dropdown-content a {
      color: black;
      padding: 12px 16px;
      text-decoration: none;
      display: block;
      text-align: left;
    }
  
    .dropdown-content a:hover {
      background-color: #ddd;
    }
  }
  
  .dropdown .dropbtn {
    font-size: 16px;
    border: none;
    outline: none;
    box-shadow: none;
    color: white;
    padding: 14px 16px;
    background-color: inherit;
    font-family: inherit;
    margin: 0;
  }

.offer_bundle_low {
    background: linear-gradient(180deg, #1b1b1b, #1f1f1f);
    border: 1px solid #2c2c2c;
    border-radius: 5px;
    width: 320px;
    height: 430px;
}

.stock-tag {
    background: #8b2323;
    color: #ff8383;
    display: inline-block;
    width: 100px;
    border-radius: 99px;
}

.header_title {
    animation: 1s get-inside;
    text-transform: uppercase;
    font-size: clamp(2rem, 5vw, 8rem);
    font-family: 'Outfit';
    font-optical-sizing: auto;
    font-weight: 500;
    max-width: 900px;
    line-height: 60px;
    align-items: center;
    display: flex;
    flex-direction: column;
}

.feature_box_title {
    font-size: 14px;
    font-family: 'chakra';
    text-transform:capitalize;
    color: white;
}

.feature_box_details {
    color: gainsboro;
    font-size: 13px;
    font-family: "Rajdhani", serif;
}

.update-alert {
    background: linear-gradient(90deg, #ffffff, rgb(219 219 219));
    filter: drop-shadow(2px 4px 6px #17171763);
    color: black;
    padding: .1em 1.15em;
    font-size: 12px;
    display: inline-block;
    font-family: "Rajdhani", serif;
    font-weight: 600;
    border-radius: 10px;
    top: .5em;
    left: .5em;
    z-index: 1;
}

.bg-changelog-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.primary_button {
    background: linear-gradient(90deg, #bb8fce 0%, #9b59b6 100%);
    box-shadow: 20px 9px 23px 0 #74fbff38;
    color: black;
    font-family: 'Rajdhani' !important;
    font-weight: bold;
    border: transparent;
    text-transform: uppercase;
    padding: .6em 2.25em;
    border-radius: 10px;
    font-size: 16px;
    font-family: sans-serif;
    transition: .2s ease;
    animation: 1s get-inside;
}

button {
    background: linear-gradient(90deg, #d6b3e0 0%, #9b59b6 100%);
    box-shadow: 0 0 100px 0 #9b59b6;
    color: black;
    border: transparent;
    padding: .4em 1.25em;
    border-radius: 7px;
    font-weight: 500;
    font-size: 16px;
    font-family: 'chakra';
    transition: .2s ease;
    align-items: center;
    animation: 1s get-inside;
}

.graph-stats {
    background: linear-gradient(200deg, rgb(40 47 51), rgb(14 20 19));
    color: rgb(220, 255, 252);
    border-radius: 10px;
    display: inline-flex;
    padding: 0.3em 0.25em;
    font-family: 'chakra';
    justify-content: center;
    align-items: center;
    gap: 1em;
}

.part_2_servers_promoted button {
    transition: .2s ease;
    transform: scale(1.0);
}

.part_2_servers_promoted button:hover {
    transform: scale(1.1);
}

.title_h1 {
    text-transform: uppercase;
    font-size: 32px;
    font-family: 'Outfit';
    font-optical-sizing: auto;
    font-weight: 500;
    max-width: 900px;
}

.footer_bg {
    border-top: 1px solid rgb(155 89 182);
    padding: 1.5em 0;
    margin-top: 2em;
    z-index: 88;
    position: relative;
    background: linear-gradient(45deg, #000000, rgb(10 10 10));
}

@keyframes get-inside {
    0% {
        transform: scale(.6);
        opacity: .6;
    }
    100% {
        transform: scale(1);
        opacity: 1;
    }
}

@keyframes logo-get-inside {
    0% {
        transform: scale(.3);
        opacity: .3;
    }
    100% {
        transform: scale(1);
        opacity: 1;
    }
}

@keyframes blink {
    0% {
        opacity: 0;
    }
    50% { 
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}

@keyframes dropdown {
    0% {
        position: relative;
        transform: translateY(-7em);
    }
}