@import url('https://fonts.googleapis.com/css2?family=Oswald:wght@200..700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Oswald:wght@200..700&family=Rubik:ital,wght@0,300..900;1,300..900&display=swap');

:root {
  /*--web_color_primary: #040404;*/
  --web_color_primary: #06070c;
  /*--web_color_secondary: #080808;*/
  --web_color_secondary: #0c0d15;
  --web_color_secondary_border: #141623;
}

body {
    background-color: var(--web_color_primary);
    overflow-x: hidden;
}

/* ---------- ---------- [ web ] ---------- ---------- */
.div_web_primary {
    display: flex;
    justify-content: center;
    background-color: var(--web_color_primary);
    padding-top: 100px;
    padding-bottom: 100px;
}

.div_web_secondary {
    display: flex;
    justify-content: center;
    border-radius: 5px;
    background-color: var(--web_color_secondary);
    padding-top: 100px;
    padding-bottom: 100px;
}
/* ---------- ---------- [ web ] ---------- ---------- */



/* ---------- ---------- [ welcome ] ---------- ---------- */
.welcome {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    width: 100%;
}

.welcome_text_div {
    display: flex;
    width: 25%;
    padding-right: 20%;
    /*min-width: 600px;*/
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
}
@media only screen and (max-width: 1300px) {
    .welcome_text_div {
        width: 70%;
    }
}

.welcome_text_big {
    color: #ffffff;
    font-family: "Oswald", sans-serif;
    font-size: calc(50px + (70px - 50px) * ((100vw - 1000px) / (2500px - 1000px)));
    padding-left: 30px;
}

.welcome_text_small {
    color: #9a9a9a;
    font-family: "Oswald", sans-serif;
    font-size: 20px;
    padding-left: 30px;
}

.welcome_logo_div {
    display: flex;
    width: 20%;
    align-items: center;
    justify-content: flex-start;
}
@media only screen and (max-width: 1300px) {
    .welcome_logo_div {
        width: 40%;
    }
}

.welcome_logo_div img {
    width: 100%;
    filter: brightness(75%);
}
/* ---------- ---------- [ welcome ] ---------- ---------- */

/* ---------- ---------- [ about_us ] ---------- ---------- */
.about_us {
    display: flex;
    justify-content: center;
    align-items: center;
    width: calc(80% + (50% - 80%) * ((100vw - 1000px) / (2500px - 1000px)));
}
@media (orientation: portrait) {
  .about_us {
    width: 95%;
  }
}

.about_us_left {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    justify-content: space-between;
    width: 58.2%;
    height: 100%;
}
@media (orientation: portrait) {
  .about_us_left {
    width: 100%;
  }
}


.about_us_left_bottom img {
    display: block;
    width: 100%;
    border-radius: 10px;
}


.about_us_left_top {
    display: flex;
    justify-content: space-between;
}

.about_us_left_top_text {
    display: flex;
    position: absolute;
    flex-direction: column;
    align-items: flex-start;
    width: 100%;
}

.about_us_left_top_text_small {
    font-size: calc(13px + (20px - 13px) * ((100vw - 1000px) / (2500px - 1000px)));
    color: #afafaf;
}
@media (orientation: portrait) {
  .about_us_left_top_text_small {
    width: 100%;
    font-size: 100%;
  }
}

.about_us_left_top_text_big {
    font-size: 60px;
    color: #e877ff;
    margin-bottom: 20px;
}

.about_us_left_top_text_button_rules {
    margin-top: 1%;
    background-color: transparent;
    height: 35px;
    font-size: calc(13px + (20px - 13px) * ((100vw - 1000px) / (2500px - 1000px)));
    color: #eaeaea;
    border: 2px solid #eaeaea;
    border-radius: 5px;
    padding-left: 15px;
    padding-right: 15px;
    transform: skew(-10deg);
}

.about_us_left_top_text_button_discord {
    margin-top: 1%;
    background-color: transparent;
    height: 35px;
    font-size: calc(13px + (20px - 13px) * ((100vw - 1000px) / (2500px - 1000px)));
    color: #eaeaea;
    border: 2px solid #eaeaea;
    border-radius: 5px;
    padding-left: 15px;
    padding-right: 15px;
    transform: skew(-10deg);
}

.about_us_left_top_img {
    margin-left: 26.5%;
    width: 73.5%;
    border-radius: 10px;
}
@media (orientation: portrait) {
  .about_us_left_top_img {
    padding-bottom: 1%;
  }
}

.about_us_left_top_img img {
    width: 100%;
    border-radius: 10px;
}


.about_us_right {
    display: flex;
    margin-left: 1%;
    width: 41.8%;
}
@media (orientation: portrait) {
  .about_us_right {
    width: 0%;
    margin-left: 0%;
  }
}

.about_us_right img {
    width: 100%;
    border-radius: 10px;
}
/* ---------- ---------- [ about_us ] ---------- ---------- */


/* ---------- ---------- [ vip ] ---------- ---------- */
.vip {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    max-width: 100%;
}

.vip_text {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-direction: column;
    margin-bottom: 2.5%;
    text-align: center;
}

.vip_text_big {
    font-size: 60px;
    color: #ffffff;
}

.vip_options {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    padding-bottom: 3%;
    padding-right: 50px;
    overflow-x: auto;
    overflow-y: hidden;
    width: 100%;
    min-width: 100%;
    white-space: nowrap;
    /* Hide scrollbar but keep functionality */
    scrollbar-width: none;
    -ms-overflow-style: none;
}

/* Hide scrollbar for Webkit browsers */
.vip_options::-webkit-scrollbar {
    display: none;
}

.vip_option {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    border: 3px solid black;
    width: 10%;
    min-width: 250px;
    height: 100%;
    padding: 1%;
    margin-left: 0.5%;
    margin-right: 0.5%;
    border-radius: 10px;
    background-color: rgba(0, 0, 0, 0.25);
}

@media only screen and (max-width: 768px) {
    .vip_options {
        padding-left: 5%;
        padding-right: 100px;
    }
}

.vip_option_top {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
}

.vip_option_bottom {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    padding-top: 20%;
    width: 100%;
}

.vip_option_price_left {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    width: 50%;
    height: 100%;
}

.vip_option_price_right {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    width: 50%;
    height: 100%;
    justify-content: flex-end;
}

.vip_option_button {
    background-color: transparent;
    font-size: 15px;
    height: 40px;
    font-size: 20px;
    color: #ffffff;
    border: 2px solid #ffffff;
    border-radius: 10px;
    padding-left: 20px;
    padding-top: 0px;
    padding-right: 20px;
    padding-bottom: 0px;
}


.vip_option_text_big {
    font-size: 60px;
    color: #ffffff;
}

.vip_option_text_small {
    font-size: 18px;
    color: #afafaf;
    padding-top: 2%;
    padding-bottom: 2%;
}

.vip_option_soon_text {
    font-size: 20px;
    color: #ffffff;
    font-family: "Oswald", sans-serif;
    font-weight: bold;
    text-transform: uppercase;
    transform: skew(-45deg);
    background-color: #ff4444;
    padding: 5px 10px;
    margin-top: auto;
}


.vip_option_price_text_big {
    font-size: 40px;
    color: #ffffff;
}

.vip_option_price_text_small {
    font-size: 18px;
    color: #afafaf;
}

/* ---------- ---------- [ vip ] ---------- ---------- */


/* ---------- ---------- [ jobs ] ---------- ---------- */
.jobs {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}


.jobs_text {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-direction: column;
    margin-bottom: 2.5%;
    width: 40%;
}

.jobs_text_big {
    font-size: 60px;
    color: #ffffff;
}

.jobs_text_small {
    text-align: center;
    font-size: 22px;
    color: #afafaf;
}


.jobs_options {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    overflow-y: hidden;
    overflow-x: hidden;
    max-width: 60%;
}

.jobs_option {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: center;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    border: 3px solid rgba(15, 15, 15);
    height: 30vw;
    width: 45vh;
    max-width: 429px;
    max-height: 716px;
    margin-left: 0.5%;
    margin-right: 0.5%;
    border-radius: 10px;
    box-shadow: 0px 0px 10px black;
}

.jobs_option_text {
    margin-bottom: 10%;
}
.jobs_option_text a {
    font-size: 60px;
    font-family: "Oswald", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
    color: #ffffff;
    text-shadow: 5px 5px 10px black;
}
/* ---------- ---------- [ jobs ] ---------- ---------- */



/* ---------- ---------- NAVBAR ---------- ---------- */
.top_nav {
    display: flex;
    background-color: var(--web_color_secondary);
    border: 2px solid var(--web_color_secondary_border);
    border-radius: 15px;
    margin-left: 10%;
    width: 80%;
    height: 120px;
}

.top_nav_left {
    display: flex;
    align-items: center;
    width: 50%;
    justify-content: flex-start;
    flex-direction: row;
    user-select: none;
}

.top_nav_right {
    display: flex;
    align-items: center;
    width: 50%;
    justify-content: flex-end;
    flex-direction: row;
}
  
.top_nav_logo {
    float: left;
    display: block;
    user-select: none;
    cursor: pointer;
    height: 100%;
}
/* ---------- ---------- NAVBAR ---------- ---------- */

/* ---------- ---------- [ buttons ] ---------- ---------- */
.top_nav_button {
    cursor: pointer;
    transform: skew(-10deg);
    border: 2px solid var(--web_color_secondary_border);
    border-radius: 4px;
    padding-left: 15px;
    padding-right: 15px;
    margin-left: 5px;
    margin-right: 5px;
}

.top_nav_button:hover {
    transition: border-color 150ms ease-in-out;
    border-color: #ffffff;
}

.top_nav_button a {
    display: block;
    color: #ffffff;
    font-size: 25px;
    font-family: "Oswald", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
}

/* ---------- ---------- [ buttons ] ---------- ---------- */

/* ---------- ---------- [ top nav servers ] ---------- ---------- */
.top_nav_servers {  
    display: flex;
    flex-direction: column;
    margin-right: 10px;
    height: calc(100% - (10px * 2));
    justify-content: center;
}

.top_nav_server {
    display: flex;
    align-items: center;
    justify-content: space-around;
    width: 200px;   
    border: 2px solid var(--web_color_secondary_border);
    border-radius: 5px;
    padding: 2px;
    margin-top: 5px;
    margin-bottom: 5px;
}

.top_nav_server a {
    color: #ffffff;
    font-size: 17px;
    font-family: "Oswald", sans-serif;
    font-optical-sizing: auto;
    font-weight: 500;
    font-style: normal;
}

.top_nav_server_left {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin-left: 5px;
    height: 100%;
    width: 100%;
}

.top_nav_server_right {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    margin-right: 5px;
    height: 100%;   
    width: 100%;
}

.top_nav_server_status {
    background-color: #00ff00;
    width: 10px;
    height: 10px;
    border-radius: 12px;
    border: 2px solid #aaffaa;
    margin-right: 5px;
}
/* ---------- ---------- [ top nav servers ] ---------- ---------- */