@font-face {
    font-family: "sub";
    src: url(assets/sub.ttf);
}

@font-face {
    font-family: "main";
    src: url(assets/main.ttf);
}

* {
    color: #fffefe;
    font-family: "sub";
    letter-spacing: .5px;
    transition: all .2s ease-in-out;
}

html, body {
    padding: 0;
    margin: 0;
    background-color: #0a0d0f;
    max-width: 100%;
    overflow-x: hidden;
}

::-webkit-scrollbar {
    display: none;
}


/* Below this is the CSS zone!! Below this is the CSS zone!! */

.bg {
    padding: 0;
    margin: 0;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 525px;
    object-fit: cover;
    -webkit-mask-image:-webkit-gradient(linear, left top, left bottom, from(rgba(0,0,0,1)), to(rgba(0,0,0,0)));
    mask-image: linear-gradient(to bottom, rgba(0,0,0,1), rgba(0,0,0,0));
    z-index: 1;
    opacity: .3;
}

.nav {
    filter: blur(0);
    background-color: #0a0d0f;
    margin: 0; padding: 0; 
    position: absolute; 
    top: 0; 
    height: 100px; 
    width: 0%; 
    position: sticky;
}

nav {
    position: sticky;
    top: 0;
    justify-content: center;
    display: flex;
    padding-top: 10px;
    padding: 20px;
    gap: 100px;
    z-index: 3;
    backdrop-filter: blur(0px);
    div {
        z-index: 5;
    }
    .navbtn:hover {
        color: #0a0d0f;
        background-color: greenyellow;
    }
}

.navcon {
    filter: blur(0);
}

.navbtn {
    width: 100px;
    height: 30px;
    border-radius: 20px;
    border: 1px solid greenyellow;
    background-color: transparent;
    margin: auto 0;
    cursor: pointer;
    z-index: 3;
    font-size: 15px;
    transition: all .4s ease-in-out;
}

.list {
    display: inline-flex;
    margin: auto 0;
    gap: 50px;
    .item {
        text-decoration: none;
        color: #969093;
        font-size: 12px;
        transition: all .3s ease-in-out;
    }
    .item:hover {
        color: #fffefe;
    }
}

.hero {
    max-width: 1270px;
    margin: 0 auto;
    padding: 0 30px;
    display: flex;
}

.section-config {
    max-width: 1270px;
    margin: 0 auto;
    padding: 0 30px;
    margin-top: 200px;
}

.gameinfo-hero {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 10px;
}

.gameinfo {
    margin-top: 100px;
    width: 732px;
    z-index: 2;
    display: flex;
    gap: 24px;
    img {
        height: 220px;
        border-radius: 10px;
    }
    .txtinfo {
        padding: 10px;
        a {
            color: greenyellow;
            margin: 0;
            font-size: 20px;
            font-family: "main";
            cursor: pointer;
        } a:hover {
            color: #659526;
        }
        .gametitle {
            font-family: "main";
            margin: 0;
            font-size: 46px;
        }
        h6 {
            font-family: "main";
            margin: 10px 0 10px 0;
            font-size: 15px;
            color: rgba(255,255,255,.6);
        }
    }
}

.filler {
    width: 418px;
    height: 400px;
    z-index: 2;
    .desktop {
        width: 250%;
        height: auto;
        -webkit-transform: translate(-14%, 0);
        -ms-transform: translate(-14%, 0);
        transform: translate(-10%, -10%);;
    }
    .monitor {
        -webkit-transform: translate(-14%, 0);
        -ms-transform: translate(-14%, 0);
        transform: translate(30%, -210%);
        width: 532px;
        height: 301px;
        border-radius: 15px;
    }
}

.metrics .divider {
    height: 19px;
    width: 1px;
    border-left: .5px solid rgba(255, 255, 255, .15);
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.metrics {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    gap: 14px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.metrics .metric-header {
    font-size: 30px;
    letter-spacing: -1px;
    font-weight: 700;
    color: #fff;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex
;
    min-height: 29px;
}

.metrics .metric-description {
    font-size: 12px;
    font-weight: 500;
    color: rgba(255, 255, 255, .8);
    line-height: 24px;
}

.metrics .metric-item {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 4px;
    text-align: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.metrics .avatar {
    height: 44px;
}

.gameinfo-footer {
    z-index: 3;
    color: rgba(255, 255, 255, .6);
    margin-top: 48px;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-inline: 20px;
    gap: 20px;
    background-color: rgba(221, 240, 12, .1);
    border-radius: 82px;
    display: flex;
    gap: 15px;
}

.gi-btn {
    margin: 10px 0;
    border-radius: 82px;
    background-color: #ddf00c;
    color: #3b5209;
    text-align: center;
    place-items: center;
    font-size: 26px;
    padding: 10px 34px;
    display: flex;
    justify-content: center;
    gap: 10px;
    font-weight: bolder;
    cursor: pointer;
    border: transparent;
    transition: all .2s ease-in-out;
}

.gi-btn:hover {
    background-color: #ddf00c90;
}

a img {
    outline: none;
    border: 0;
}
.subhead {
    color: #ddf00c;
    font-family: "sub";
    font-size: 13px;
    margin: 0;
    padding-top: 10px;
}

.subcon {
    margin: 0;
    color: rgba(255,255,255,.6);
    padding-bottom: 10px;
    font-size: 15px;
}

.highlight {
    color: white;
}

.title {
    font-family: "main";
    font-size: 40px;
}

.guidecards {
    display: flex;
}

.steps {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-backdrop-filter: blur(25px);
    backdrop-filter: blur(25px);
    z-index: 3;
    width: 315px;
    height: auto;
    padding: 24px;
    background: rgba(255,255,255,.05);
    border-radius: 24px;
}

#download {
    transform: rotate(-3deg);
}
#open {
    transform: rotate(3deg);
}
#toggle {
    transform: rotate(-3deg);
}
#play {
    transform: rotate(3deg);
}

.steptxt {
    color: rgba(255,255,255,.6);
    font-family: "main";
    margin: 0;
    letter-spacing: 1px;
    font-size: 20px;
}

.learn-more {
    width: auto;
    margin: 10px 0;
    border-radius: 64px;
    border: transparent;
    background-color: rgba(221,240,12,.1);
    color: #ddf00c;
    text-align: center;
    place-items: center;
    font-size: 23px;
    padding: 0px 34px;
    display: flex;
    justify-content: center;
    gap: 10px;
    font-weight: bolder;
    cursor: pointer;
    transition: all .2s ease-in-out;
}

.learn-more:hover {
    background-color: rgba(221, 240, 12, 0.153);
}

.step-title {
    margin: 5px 0 10px 0;
    font-size: 30px;
    font-family: "main";
    letter-spacing: -3px;
}

.step-content {
    color: rgba(255,255,255,.6);
    font-family: "main";
    margin: 0;
    letter-spacing: 1px;
    font-size: 15px;
    margin: 10px 0;
    font-family: "sub";
}

.gi-btn2 {
    margin:0;
    margin-top: 20px;
    border-radius: 82px;
    background-color: #ddf00c;
    color: #3b5209;
    text-align: center;
    place-items: center;
    font-size: 26px;
    padding: 10px 34px;
    display: flex;
    justify-content: center;
    gap: 10px;
    font-weight: bolder;
    cursor: pointer;
    border: transparent;
    transition: all .2s ease-in-out;
}

.gi-btn2:hover {
    background-color: #ddf00c90;
}

.step-image {
    margin-top: 20px;
    width: 250px;
}

.game_description {
    background-color: rgba(255,255,255,.05);
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-backdrop-filter: blur(25px);
    backdrop-filter: blur(25px);
    border-radius: 24px;
    padding: 20px 50px;
    margin: 100px 0;
    transition: height .4s ease-in-out;
    
    .gd_title {
        margin: 20px 0;
        font-size: 40px;
        font-family: "main";
    }

    .gd_content {
        color: rgba(255,255,255,.6);
        margin: 20px 0;
        font-size: 15px;
        text-align: justify;

        a {
            color: #ffffff;
            border-bottom: 3px solid #30515f;
            padding: 0;
            height: auto;
            text-decoration: none;
        }
        a:hover {
            background-color: #30515f;
        }

    }
}

.seemore {
    cursor: pointer;
    margin-left: 10px;
    font-family: Arial, Helvetica, sans-serif;
    display: flex;
 
    .arrow {
        vertical-align: middle;
        font-size: 10px;
        margin: 0 10px;
        padding: 3px 0;
        color: yellowgreen;
        transform: rotate(0deg);
        transition: transform 1s ease-in-out;
    }
} .seemore:hover {
    color: #ffffff80;

    .arrow:hover {
        color: #659526;
    }
}

.dev_info {
    margin: 20px 0;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.profile {
    cursor: pointer;
    background-color: rgb(35, 35, 35);
    border-radius: 14px;
    padding: 20px 20px;
    justify-content: left;
    gap: 20px;
    display: none;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.5s ease, visibility 0.5s ease;
    

    .dev_icons {
        width: 50px;
        height: 50px;
        border-radius: 100%;
    }
    .name-role {
        margin: 0;
        flex-direction: row;

        .dev_name {
            margin: 0;
            font-size: 20px;
        }

        .dev_role {
            margin: 0;
            color: rgba(255,255,255,.6);
        }
    }
}

.profile:hover {
    background-color: rgb(48, 48, 48);
    transform: scale(1.01);
}

footer {
    background-color: rgba(255,255,255,.05);
    display: flex;
    padding: 50px;
    justify-content: space-evenly;
    
    .footer_content {
        display: flex;
        flex-direction: column;
        text-align: left;
        gap: 10px;
    }
}

.footertitle {
    margin: 0;
    font-size: 20px;
    font-family: sans-serif;
}

.footeritem {
    text-decoration: none;
    font-size: 13px;
    font-family: sans-serif;
    color: #ddf00c;
    display: inline-flex;
    width: auto;
}

.logotext {
    margin: 0;
    font-size: 15px;
}

.logos {
    display: flex;
    gap: 50px;
    margin-bottom: 20px;
}

.footeritem:hover {
    color: #a9b80c;
}

.final_footer {
    display: flex;
    justify-content: space-around;
    background-color: rgba(255,255,255,.10);
    padding: 30px;
}

.final_footer_texts {
    display: flex;
    
    .priv-items {
        text-decoration: none;
        font-family: sans-serif;
        text-align: center;
        margin: 0;
        padding: 10px;
        font-size: 13px;
        vertical-align: middle;
        height:auto;
    }
}

.items:hover {
    text-decoration: underline;
}

.footer-content {
    display: flex;
    justify-content: center;
    gap: 100px;
}

.divider {
    line-height: 1px;
}

.invisible {
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.5s ease, visibility 0.5s ease;
}

.visible {
    opacity: 1;
    visibility: visible;
    display: flex;
}