body, html
{
  font-family: 'Helvetica Neue', sans-serif;
  background: #111;
  color: white;
}


.hero-header
{
    background: radial-gradient(circle at top center, #1a1a1a, #000);
    padding: 100px 20px 60px;
    text-align: center;
    position: relative;
    overflow: hidden;
    color: #fff;
    box-shadow: 0 6px 18px rgba(0, 0, 0, 0.7);
}

.header-content
{
    max-width: 900px;
    margin: 0 auto;
    padding: 0 20px;
    animation: fadeIn 1.5s ease-in-out;
}

.hero-header h1
{
    font-size: 3.5rem;
    margin-bottom: 25px;
    text-transform: uppercase;
    letter-spacing: 2px;
    color: #ffffff;
    text-shadow: 3px 3px 10px rgba(0, 240, 255, 0.3);
}

.hero-header p
{
    font-size: 1.4rem;
    color: #ddd;
    text-shadow: 1px 1px 5px rgba(0,0,0,0.5);
}


@keyframes fadeIn
{
    0%
    {
        opacity: 0;
        transform: translateY(40px);
    }
    100%
    {
        opacity: 1;
        transform: translateY(0);
    }
}

.mode
{
    padding: 50px 20px;
    background-color: #121212;
    text-align: center;
    color: #fff;
}

.mode h2
{
    font-size: 2rem;
    margin-bottom: 20px;
    text-shadow: 1px 1px 3px #000;
}

.video
{
    width: 80%;
    max-width: 800px;
    height: auto;
    border-radius: 12px;
    box-shadow: 0 8px 20px rgba(0,0,0,0.6);
    margin-top: 10px;
}


.maps
{
    background-color: #1c1c1c;
    padding: 60px 20px;
    color: #fff;
    text-align: center;
}

.maps h2
{
    font-size: 2.2rem;
    margin-bottom: 30px;
    text-shadow: 2px 2px 4px #000;
}

.map-gallery
{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 25px;
}

.map-card
{
    display: flex;
    flex-direction: column;
    align-items: center;
    background-color: #1a1a1a;
    padding: 30px;
    border-radius: 15px;
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.5);
    transition: transform 0.3s ease;
    width: 40%;
}

.map-card:hover
{
    transform: translateY(-5px);
}

.map-card img
{
    width: 100%;
    height: 100%;
    border-radius: 10px;
    border: 2px solid #333;
    box-shadow: 0 4px 12px rgba(0,0,0,0.6);
    
}

.map-card h3
{
    margin-top: 20px;
    font-size: 1.2rem;
    color: #00f0ff;
    text-shadow: 1px 1px 2px #000;
}

.characters
{
    background-color: #101010;
    color: #fff;
    padding: 60px 20px;
    text-align: center;
}

.characters h2
{
    font-size: 2.5rem;
    margin-bottom: 50px;
    text-shadow: 2px 2px 4px #000;
}

.character-gallery
{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 30px;
    align-items: stretch;
}

.character-card
{
    background: linear-gradient(145deg, #1c1c1c, #222);
    border: 2px solid #333;
    border-radius: 20px;
    padding: 20px;
    width: 180px;
    height: 300px;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: center;
    box-shadow: 0 10px 20px rgba(0,0,0,0.6);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.character-image
{
    flex-grow: 1;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    width: 100%;
}

.character-card:hover
{
    transform: scale(1.05);
    box-shadow: 0 15px 30px rgba(0,0,0,0.8);
}

.knightimg, .womanimg, .demonimg
{
    max-height: 240px;
    width: auto;
    image-rendering: pixelated;
    display: block;
}

.monkimg
{
    max-height: 220px;
    width: auto;
    image-rendering: pixelated;
    display: block;
}

.character-card h3
{
    font-size: 1.2rem;
    color: #00f0ff;
    text-shadow: 1px 1px 2px #000;
}

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

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;
}

.copyright 
{
    flex-grow: 1;
}

.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;
}

.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: 35%;
    padding-right: 20%;
    width: 30%;
}

.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) 
{

    .Pcopy
    {
        padding-top: 6vw;
        padding-bottom: 6vw;
        padding-left: 20%;
        padding-right: 20%;
        width: 59%;
    }

    .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;
    }
}





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

    .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%;
    }

    .hero-header
    {
        padding: 60px 15px 40px;
        margin-top: 30px;
    }

    .hero-header h1
    {
        font-size: 2.1rem;
    }

    .hero-header p
    {
        font-size: 0.9rem;
    }

    .video
    {
        width: 95%;
    }

    .maps h2,
    .mode h2,
    .characters h2
    {
        font-size: 1.8rem;
    }

    .map-gallery img
    {
        width: 100%;
        height: auto;
    }

    .character-card
    {
        width: 45%;
        padding: 15px;
    }

    .character-card h3
    {
        font-size: 1rem;
    }

    .map-card
    {
        width: 100%;
    }
}