@import url('https://fonts.googleapis.com/css2?family=Kanit: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');
@font-face {
    font-family: '2weeks-web-font';
    src: url(/fonts/2weeks_web_font-Regular.ttf);
}

* {
    cursor: url('cursours/default.svg') 8 2, auto;
}

body {
    margin: 20px;
    font-family: 'Kanit', sans-serif;
    font-weight: normal;
}

.container {
    max-width: 1200px;
    margin: 0 auto;
}

hr#divider {
    border: 3px solid #000;
    margin: 0.8px 0;
    z-index: 2;
    position: relative;
}

hr {
    display: block;
    margin-block-start: 0.5em;
    margin-block-end: 0.5em;
    margin-inline-start: auto;
    margin-inline-end: auto;
    unicode-bidi: isolate;
    overflow: hidden;
    border-style: inset;
    border-width: 1px;
}

/* nav bar */
.nav {
    position: relative;
    left: -240px;
    top: -20px;
    width: 140%;
    height: 80px;
    background: black;
    border-radius: 0px 0px 40px 40px;
}

.nav-logo {
    position: relative;
    width: 5%;
    height: auto;
    top: auto;
    left: 20px;
}

.nav-home {
    position: relative;
    top: -40px;
    left: 425px;
    text-decoration: none;
    color: white;
    font-size: 20px;
    font-weight: bold;
    margin-left: 80px;
    align-content: center;
}

.nav-logbook {
    position: relative;
    top: -40px;
    left: 475px;
    text-decoration: none;
    color: white;
    font-weight: bold;
    font-size: 20px;
    margin-left: 90px;
    align-content: center;
}

.nav-status {
    position: relative;
    top: -40px;
    left: 525px;
    text-decoration: none;
    color: white;
    font-weight: bold;
    font-size: 20px;
    margin-left: 85px;
    align-content: center;
}

.nav-p-link {
    position: absolute;
    right: 60px;
    top: 15px;
    font-size: 12px;
    color: white;
}

.nav-home:hover {
    text-decoration-color: inherit;
    text-decoration-thickness: 3px;
    background-image: linear-gradient(currentColor, currentColor);
    background-size: 0% 3px;
    background-repeat: no-repeat;
    background-position: 0 100%;
    animation: nav-underline-slide-in 0.2s ease-in-out forwards;
}

.nav-logbook:hover {
    text-decoration-color: inherit;
    text-decoration-thickness: 3px;
    background-image: linear-gradient(currentColor, currentColor);
    background-size: 0% 3px;
    background-repeat: no-repeat;
    background-position: 0 100%;
    animation: nav-underline-slide-in 0.2s ease-in-out forwards;
}

.nav-status:hover {
    text-decoration-color: inherit;
    text-decoration-thickness: 3px;
    background-image: linear-gradient(currentColor, currentColor);
    background-size: 0% 3px;
    background-repeat: no-repeat;
    background-position: 0 100%;
    animation: nav-underline-slide-in 0.2s ease-in-out forwards;
}

@keyframes nav-underline-slide-in {
    to {
        background-size: 100% 3px;
    }
}

/* nav hero */
.nav-hero {
    display: absolute;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.nav-hero h2 {
    font-family: '2weeks-web-font', sans-serif;
    position: absolute;
    font-size: 50px;

    top: 85px;
    left: 400px;
}

.nav-hero p {
    position: absolute;
    font-size: 30px;

    top: 160px;
    left: 400px;
}

.nav-hero img {
    position: absolute;
    top: 130px;
    right: 400px;
    width: 18%;
    height: auto;
}

.apply-button-nav-hero {
    position: absolute;
    top: 450px;
    left: 625px;
    margin-top: 20px;

    /* button style */
    width: 250px;
    height: 60px;
    background-color: #d7d7d7;
    border-radius: 10px;
    border: 5px solid black;
    transition: background-color 0.3s ease, transform 0.4s ease;
}

.logbook-button-nav-hero {
    position: absolute;
    top: 450px;
    right: 625px;
    margin-top: 20px;

    /* button style */
    width: 250px;
    height: 60px;
    background-color: #d7d7d7;
    border-radius: 10px;
    border: 5px solid black;
    transition: background-color 0.3s ease, transform 0.4s ease;
}

.logbook-button-nav-hero:hover, .apply-button-nav-hero:hover {
    background: rgb(255, 255, 255);
    transform: translateY(-4px);
}

.logbook-button-nav-hero:hover:after, .apply-button-nav-hero:hover:after {
    content: " ";
    display: inline-block;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-left: 10px solid black;
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translateY(-50%) scale(1.2);
    transition: transform 0.4s ease;
}

.logbook-button-nav-hero a, .apply-button-nav-hero a{
    font-weight: 550;
    text-decoration: none;
    color: #000000;

    font-size: 25px;
}

/* news */

.divider-news {
    top: 500px;
    right: 350px;
    
    width: 1895px;
}

.twoweeks-news {
    position: absolute;

    width: 1500px
}

.current-projects {
    position: absolute;
    outline: black solid 10px;
    border-radius: 30px;

    width: 450px;
    height: 350px;

    top: 650px;
    left: -190px;

    transition: all 0.3s ease-in-out;
}

.current-projects:hover {
    transform: scale(1.05);
}

.cprj-line {
    position: absolute;
    bottom: -235px;

    height: 4px;
    background-color: black;
}

.cprj {
    position: absolute;
    width: 80%;
    height: auto;

    left: 50px;
}

.cprj-h2 {
    position: absolute;
    font-size: 60px;
    line-height: 0.4;
    bottom: -31px;
    left: 120px;
    text-align: center;

    text-decoration: none;
    color: #000000;
}

.cprj-h2-1 {
    font-weight: bold;
    display: block;
}

.cprj-h2-2 {
    font-weight: normal;
    font-size: 40px;
    display: block;
    margin-top: 10px;
}

.twoweeks-h2 {
    cursor: default;
    
    position: absolute;
    text-align: center;
    line-height: 0.6;

    top: 750px;
    left: 450px;

    transition: all 0.3s ease-in-out;
}

.twoweeks-h2:hover {
    transform: scale(1.05);
}

.twoweeks-h2-1 {
    font-weight: 550;
    font-size: 40px;
    display: block;
}

.twoweeks-h2-2 {
    font-weight: normal;
    font-size: 80px;
    display: block;
    margin-top: 10px;
}

.new-team    {
    position: absolute;
    outline: black solid 10px;
    border-radius: 30px;

    width: 450px;
    height: 350px;

    top: 650px;
    right: 100px;

    transition: all 0.3s ease-in-out;
}

.new-team:hover {
    transform: scale(1.05);
}

.ntm-line {
    position: absolute;
    bottom: -235px;

    height: 4px;
    background-color: black;
}

.ntm {
    position: absolute;
    width: 80%;
    height: auto;

    left: 0px;
}

.ntm-h2 {
    position: absolute;
    font-size: 60px;
    line-height: 0.4;
    bottom: -31px;
    left: 120px;
    text-align: center;

    text-decoration: none;
    color: #000000;
}

.ntm-h2-1 {
    font-weight: bold;
    display: block;
}

.ntm-h2-2 {
    font-weight: normal;
    font-size: 40px;
    display: block;
    margin-top: 10px;
}

.divider-infos {
    top: 1150px;
    right: 350px;
    
    width: 1895px;
}

.community {
    position: absolute;

    width: 1500px;
}

.character-1 {
    position: absolute;

    top: 1200px;
    transition: transform 0.2s ease-in-out;
}

.character-1:hover {
    transform: rotate(-5deg);
}

.community-button {
    position: absolute;

    top: 1750px;
    left: 90px;

    width: 250px;
    height: 50px;
    border-radius: 10px;

    color: #000000;
    background-color: #ffffff;
    font-size: 25px;
    font-weight: 500;
    outline: black solid 5px;

    transition: transform 0.2s ease-in-out;
}

.community-button:hover {
    transform: rotate(-5deg);
}

.inf-h2 {
    cursor: default;
    position: absolute;
    text-align: center;
    line-height: 0.4;
    
    top: 1600px;
    left: 800px;
    
    font-size: 50px;
    transition: all 0.3s ease-in-out;
}

.inf-h2:hover {
    transform: scale(1.1);
}

.inf-h2-1 {
    display: block;
    font-weight: lighter;
}

.inf-h2-2 {
    font-weight: bold;
    font-size: 40px;
    display: block;
    margin-top: 10px;
}

.character-2 {
    position: absolute;

    top: 1275px;
    right: 300px;
    transition: transform 0.2s ease-in-out;
}

.character-2:hover {
    transform: rotate(5deg);
}

.news-button {
    position: absolute;

    top: 1860px;
    right: 400px;

    width: 250px;
    height: 50px;
    border-radius: 10px;

    color: #000000;
    background-color: #ffffff;
    font-size: 25px;
    font-weight: 500;
    outline: black solid 5px;

    transition: transform 0.2s ease-in-out;
}

.news-button:hover {
    transform: rotate(5deg);
}

.divider-footer {
    position: absolute;
}


.footer {
    z-index: -1;
    position: absolute;

    width: 1903px;
    height: 500px;


    top: 2000px;
    left: 0px;
}

.discord-svg {
    position: absolute;
    left: 50px;
    top: 50px;
}

.discord-link {
    position: absolute;
    left: 45px;
    top: 90px;
}

.twitter-svg {
    position: absolute;
    left: 150px;
    top: 45px;
}

.twitter-link {
    position: absolute;
    left: 140px;
    top: 90px;
}

.youtube-svg {
    position: absolute;
    left: 245px;
    top: 35px;
}

.youtube-link {
    position: absolute;
    left: 250px;
    top: 90px;
}

.footer-links {
    position: absolute;
    top: 150px;
    left: 45px;

    width: 500px;
    height: 50px;
}

.link-home {
    position: absolute;
    left: 0px;

    text-decoration: none;
    color: #000000;
}

.link-mail {
    position: absolute;
    left: 100px;

    text-decoration: none;
    color: #000000;
}

.link-info {
    position: absolute;
    left: 225px;

    text-decoration: none;
    color: #000000;
}

.link-news {
    position: absolute;
    left: 0px;
    top: 35px;

    text-decoration: none;
    color: #000000;
}

.link-tos {
    position: absolute;
    left: 100px;
    top: 35px;

    text-decoration: none;
    color: #000000;
}

.footer-copyright {
    position: absolute;
    top: 250px;
    left: 50px;
}

.footer-links-2 {
    position: absolute;
    top: 375px;
    left: 50px;

    width: 800px;
}

.link-sercon {
    position: absolute;
    left: 0px;

    text-decoration: none;
    color: #000000;
}

.link-pripol {
    position: absolute;
    left: 200px;

    text-decoration: none;
    color: #000000;
}

.link-eula {
    position: absolute;
    left: 350px;

    text-decoration: none;
    color: #000000;
}

.link-safety {
    position: absolute;
    left: 450px;

    text-decoration: none;
    color: #000000;
}

.link-cookieset {
    position: absolute;
    left: 550px;

    text-decoration: none;
    color: #000000;
}

.footer-functions {
    position: absolute;
    right: 50px;

    width: 600px;
}

.footer-logo {
    position: absolute;
    right: 80px;
    top: 180px;

    width: 40%;
    height: auto;
}

.footer-return {
    position: absolute;
    top: 50px;
    right: 100px;

    width: 350px;
    height: 50px;

    background-color: #ffffff;
    border: 5px solid #000000;
    border-radius: 15px;

    font-size: 25px;
    transition: transform 0.2s ease-in-out;
}

.footer-return:hover {
    transform: rotate(5deg);
}