@font-face 
{
    font-family: 'Tungsten-Bold';
    src: url("../font/Tungsten-Bold.ttf") format("truetype"); 
    font-weight: bold;
    font-style: normal;
}


/* head part */
html
{
    background-color: rgb(31, 43, 55);
}

.topleft
{
    background-color: #111;
    display: flex;
    position: fixed;
    align-items: center;
    height: 75px;
    width: 100%;
    top: 0px;
    left: 0px;
    z-index: 10;
}

.newslettertest
{
	text-decoration: none;
    list-style-type: none;
  	color: black;
}

img.logo
{
    margin: 0;
    max-width: 75%;
    max-height: 75%;
    margin-left: 15px;
    margin-right: 5px;
}

h1.kronos {
    font-size: 13px;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    color: white;
    margin: 0;
    margin-left: 10px;
}

.nav_cont
{
    display: flex;
    align-items: center;
    flex: 1;
    position: relative;
}

.nav1
{
    position: relative;
    top: 0px;
    margin-bottom: auto;
    list-style: none;
}

.nav2
{
    margin-left: auto;
    padding-right: 2vw;
}

li
{
    display: inline-block;
    margin-right: 20px;
    border-radius: 15px;
}

.navlink
{
    text-decoration: none;
    color: white;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    font-weight: 400;
    font-size: 13px;
    padding: 7px 13px;
}

.navdown
{
    text-decoration: none;
    color: #111;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    font-weight: 700;
    font-size: 13px;
    padding: 7px 10px;
    background-color: rgb(219, 61, 61);
    border-radius: 7px;
    letter-spacing: 3px;
}

.lidown2
{ 
    display: none;
}

.navdown:hover
{
    transition: 0.3s;
    color: rgb(176, 50, 50);
}

.navlink:hover
{
    transition: 0.3s;
    color: rgb(254, 98, 98);
    background-color: rgb(66, 65, 65);
    border-radius: 7px;
}


/* top body part */

html, body {
    height: 100%;
    margin: 0;
    padding: 0;
}

.allbody {
    min-height: 100vh;
    display: flex;
    flex-direction: column;
}


.topbody, .midbody, .midbody2, .copyright {
    flex-grow: 1;
}

.topbody
{
    display: flex;
    margin: -5% 13% -4% 13%;
    z-index: 1;
}

.teaser
{
    width: 100%;
    z-index: 1;
}

.midbody
{
    background-color: rgb(240, 240, 240);
    display: flex;
    padding-bottom: 40px;
    margin: 0% 13% 0% 13%;
    flex-direction: column;
    z-index: 2;
}

h1.we
{
    font-size: 5vw;
    letter-spacing: 0.3vw;
    font-family: Tungsten-Bold, "Riot Sans", sans-serif;
    color:rgb(11, 8, 29);
    padding-left: 4%;
    margin-top: 3%;
}

.midbody2
{
    background-color: rgb(255, 70, 85);
    display: flex;
    padding-bottom: 40px;
    margin: 0% 13% 0% 13%;
    flex-direction: column;
    z-index: 2;
}

h1.we2
{
    font-size: 5vw;
    letter-spacing: 0.3vw;
    font-family: Tungsten-Bold, "Riot Sans", sans-serif;
    color:rgb(255, 255, 255);
    padding-left: 4%;
    margin-top: 3%;
}

.p1, .p2
{
    padding-left: 4%;
    margin-top: -3%;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    font-size: 1.4vw;
    max-width: 60%;
    line-height: 1.8;
}

.p2
{
    color: white;
}

.ul2
{
    padding-left: 4%;
    max-width: 60%;
}

.arrow
{
    position: relative;
    top: -3px;
}

.li2 a
{
    color: white;
}

.li3 a
{
    color: #ffffff;
}

.navdown2
{
    text-decoration: none;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    font-weight: 700;
    font-size: 13px;
    padding: 11px 13px;
    background-color: #111;
    border-radius: 5px;
    letter-spacing: 1px;
}

.maphome
{
    text-align: center;
    padding-top: 40px;
}

.map
{
    width: 500px;
    padding: 30px;
}

.chara
{
    text-align: center;
    padding-top: 10px;
}

.chara1 , .chara2
{
    display: inline-block;
}

.chara1
{
    padding-right: 40px;
    padding-bottom: 11px;
}

.chara2
{
    padding-left: 40px;
}

.tete1, .corp1, .tete2, .corp2
{
    display: block;
}

.corp1
{
    position: relative;
    left: 8px;
}

.tete1
{
    position: relative;
    top: 11px;
}

.corp2
{
    position: relative;
    left: 19px;
}

.tete2
{
    position: relative;
    top: 6px;
}


.navdown2:hover
{
    transition: 0.3s;
    color: #111;
    background-color: white;
}

.navdown3
{
    text-decoration: none;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    font-weight: 700;
    font-size: 13px;
    padding: 11px 13px;
    background-color: rgb(255, 70, 85);
    border-radius: 5px;
    letter-spacing: 1px;
}

.navdown3:hover
{
    transition: 0.3s;
    color: #ffffff;
    background-color: #111;
}

.ytb1
{
    position: relative;
    top: 15px;
    height: 25px;
    width: 25px;
    background: rgba(128, 128, 128, .2);
    border-radius: 12px;
    padding: 13px;
}

.insta1
{
    position: relative;
    top: 15px;
    height: 25px;
    width: 25px;
    background: rgba(128, 128, 128, .2);
    border-radius: 12px;
    padding: 13px;
}

.git1
{
    position: relative;
    top: 15px;
    height: 25px;
    width: 25px;
    background: rgba(128, 128, 128, .2);
    border-radius: 12px;
    padding: 13px;
}

.alogoL
{
    position: relative;
    left: -20px;
}

.alogoL2
{
    position: relative;
}

.alogoL3
{
    position: relative;
    left: 20px;
}

.copyright
{
    background-color: #111;
    padding-bottom: 0%;
    margin: 0% 13% -8px 13%;
}

.logocopy
{
    display: flex;
    justify-content: center;
    align-items: center;
    padding-top: 60px;
}

.Pcopy
{
    display: flex;
    justify-content: center;
    align-items: center;
    padding-top: 40px;
    padding-bottom: 40px;
    padding-left: 20%;
    padding-right: 20%;
}

.copyP
{
    text-align: center;
    font-size: 13px;
    color: #7e7e7e;
}

.open-menu , .close-menu
{
    position: absolute;
    color: white;
    cursor: pointer;
    font-size: 1.5rem;
    display: none;
}

.open-menu {
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
    color: white;
    font-size: 1.5rem;
    cursor: pointer;
    display: none;
}

.close-menu
{
    top: 20px;
    right: 20px;
}

#check 
{
    display: none;
}





@media (max-width: 950px) 
{
    .topbody, .midbody, .midbody2, .copyright
    {
        margin: 0;
    }

    h1.we, h1.we2
    {
        margin-left: 30px;
        padding-top: 20px;
        font-size: 7vw;
    }

    .p1, .p2
    {
        font-size: 2vw;
        margin-left: 30px;
    }

    .ul2
    {
        margin-left: 30px;
    }

    .li2 a, .li3 a
    {
        font-size: 1.5vw;
    }

    .navdown2, .navdown3
    {
        padding: 1.3vw 1.4vw;
    }

    .Pcopy
    {
        display: flex;
        justify-content: center;
        align-items: center;
        padding-top: 8vw;
        padding-bottom: 6vw;
        padding-left: 20%;
        padding-right: 20%;
    }

    .ytb1
    {
        position: relative;
        top: 15px;
        height: 2.5vw;
        width: 2.5vw;
        background: rgba(128, 128, 128, .2);
        border-radius: 12px;
        padding: 13px;
    }

    .insta1
    {
        position: relative;
        top: 15px;
        height: 2.5vw;
        width: 2.5vw;
        background: rgba(128, 128, 128, .2);
        border-radius: 12px;
        padding: 13px;
    }

    .git1
    {
        position: relative;
        top: 15px;
        height: 2.5vw;
        width: 2.5vw;
        background: rgba(128, 128, 128, .2);
        border-radius: 12px;
        padding: 13px;
    }

    .alogoL
    {
        position: relative;
        left: -2.5vw;
    }

    .alogoL2
    {
        position: relative;
    }

    .alogoL3
    {
        position: relative;
        left: 2.5vw;
    }

    .copyP
    {
        text-align: center;
        font-size: 1.8vw;
        color: #7e7e7e;
    }

}





@media (max-width: 830px) {
    .open-menu 
    {
        display: block;
    }

    .nav1 , .nav2
    {
        display: none;
    }

    .nav_cont .nav1
    {
        position: fixed;
        top: 0;
        right: 0;
        height: 100vh;
        width: 50%;
        background-color: #111;
        z-index: 100;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        opacity: 0;
        visibility: hidden;
        transform: translateX(100%);
        transition: transform 0.25s ease, opacity 0.25s ease;
        display: flex;
    }

    #check:checked ~ .nav_cont .nav1
    {
        opacity: 1;
        visibility: visible;
        transform: translateX(0);
    }

    .nav1 .menu ul
    {
        list-style: none;
        padding: 0;
        margin: 0;
        text-align: center;
        display: flex;
        flex-direction: column;
        gap: 60px;
    }
    
    .nav1 .menu ul li
    {
        margin: 0;
    }

    .nav1 .menu ul li a
    {
        font-size: 1rem;
        text-decoration: none;
    }

    .lidown2
    {
        display: flex;
    }
    
    .navdown
    {
        padding: 10px 60px;
    }

    .close-menu {
        display: block;
        position: absolute;
        top: 20px;
        right: 19.5px;
        font-size: 2rem;
        color: white;
        cursor: pointer;
    }

    .map
    {
        width: 70%;
        padding: 3%;
    }
}





@media (max-width: 550px)
{
    .corp1
    {
        position: relative;
        left: 5.5px;
        width: 30vw;
    }

    .tete1
    {
        position: relative;
        top: 9px;
        width: 30vw;
    }

    .corp2
    {
        position: relative;
        left: 3px;
        width: 30vw;
    }

    .tete2
    {
        position: relative;
        top: 5px;
        width: 30vw;
    }

    .chara1
    {
        padding-right: 10px;
        padding-bottom: 13px;
    }

    .chara2
    {
        padding-left: 10px;
    }
}





@media (max-width: 505px)
{
    .nav_cont .nav1
    {
        width: 100%;
    }

    .topbody
    {
        margin-top: -20px;
    }

    .copyP
    {
        font-size: 10px;
    }

    .ytb1, .insta1, .git1
    {
        height: 20px;
        width: 20px;     
    }

    .alogoL
    {
        left: -15px;
    }

    .alogoL3
    {
        left: 15px;
    }

    h1.we2, h1.we
    {
        font-size: 10vw;
    }

    .p1, .p2
    {
        font-size: 3vw;
        max-width: 75%;
    }

    .navdown2, .navdown3
    {
        padding: 11px 13px;
    }

    .nav3 ul li a
    {
        font-size: 10px;
    }
}