/* google fonts import */
@import url('https://fonts.googleapis.com/css2?family=PT+Serif:ital,wght@0,400;0,700;1,400;1,700&family=Teko:wght@300..700&display=swap');

/* Asterisk wildcard selector to override default styles added bu browser */
* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}

/* google fonts import */

/* 404 page*/
.error-p {
    display: flex;
    font-size: 50px;
    flex-wrap: wrap;
    flex-direction: column;
    align-content: center;

}

/* Main css */


body {
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    color: white;
    font-family: "PT Serif", serif;
    ;

}

h1,
h2,
h3,
h4 {
    font-family: "Teko", sans-serif;
    color: #B59410;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 700;
}

#the-game {
    background-color: rgba(19, 2, 39, 0.904);
    padding: 10px;

}

#the-site {
    background-color: rgba(19, 2, 39, 0.904);
    padding: 10px;
}

#video {
    width: 100%;
    height: 20%;
    border: 1px solid #B59410;
}

#how-we {
    border-top: #808080;
    background-color: black;
}

.aid {
    font-size: 170%;
    border-bottom: 1px solid #B59410;
}


header {
    background-color: black;
    padding: 0;
    position: sticky;
    z-index: 99;
    width: 100%;
    box-shadow: 0 2px 2px #808080;
    display: flex;
    justify-content: space-between;
    align-items: baseline;
    top: 0;
    left: 0;
}

header a {
    text-decoration: none;
}


#menu {
    letter-spacing: 1px;
    list-style-type: none;
    font-size: 110%;
    color: white;
}

.active {
    color: #B59410;
    border-bottom: 2px solid #B59410;
}


#menu>li {
    margin-bottom: 1em;
}

nav {
    position: absolute;
    background-color: black;
    width: 100%;
    left: 0;
    padding: 0 1rem;
    box-shadow: 0 2px 2px #808080;
    display: none;
    top: 100%;
}

a {
    color: white;
}

#nav-toggle:checked~nav {
    display: block;
}

#nav-toggle {
    display: none;
}

.nav-toggle-label {
    font-size: 2rem;
    margin-right: 10px;
}

main {
    background-position: center top;
    flex: 1 0 auto;
}

#eldenback {
    min-height: 1480px;
    height: 100%;
    width: 100%;
    background: url(../images/Eldenproject.jpg.jpg) no-repeat center center/cover;
}



#para-img {
    display: flex;
    justify-content: center;
    /* align-content: center; */
    flex-wrap: nowrap;
    flex-direction: column;
    align-items: baseline;
}

#flex-para {
    margin-top: 65px;
    display: flex;
    justify-content: space-between;
    flex-direction: row;
    align-content: space-between;
    flex-wrap: wrap;
}


#cover-text {
    background-color: rgba(22, 3, 46, 0.644);
    font-size: 110%;
    width: 80%;
    height: 200px;
    padding-top: 25px;
    padding-left: 10px;
}

#logo2 {
    font-size: 190%;
    color: #B59410;
}

.ctext {
    color: white;
}

#how-we {
    box-shadow: 0 2px 2px #808080;
    padding-left: 12px;
}

footer {
    background-color: black;

}

#socials {
    text-align: center;
    display: flex;
    justify-content: space-evenly;
    padding: 20px 0;
    list-style-type: none;
}

#socials i {
    font-size: 180%;
    color: white;
}

#socials i:hover {
    color: #B59410;
}
@media screen and (max-width: 425px) {
    #video {
        height: 300px;
    }
    nav {
        top: 100%;}
    }

/* media query; tablets and larger */
@media screen and (min-width: 768px) {

    nav {
        display: block;
        position: relative;
        box-shadow: none;
        width: fit-content;
        padding-right: 1rem;

    }

    #menu {
        display: flex;
    }

    #menu>li {
        padding-left: 1rem;
    }

    .nav-toggle-label {
        display: none;
    }

    #logo {
        font-size: 300%;
        line-height: 75px;
        margin: 0 0.5rem;
    }


    #the-game {
        bottom: 900px;
    }

    #video {
        display: flex;
        bottom: 320px;
        width: 100%;
        height: 500px;
    }

    #cover-text {
        width: 45%;
        right: 10px;
        font-size: 120%;
        padding-bottom: 80px;
    }

    ul li {
        font-size: 150%;
    }

}




@media screen and (min-width: 992px) {
    ul li a:hover {
        color: #B59410;
    }

    #video {
        width: 47%;
        right: 266px;
        bottom: 250px;
        position: absolute;
    }

    #the-game {
        width: 25%;
        padding-top: 5px;
        padding-bottom: 10px;
        bottom: 290px;
        right: 755px;
        font-size: 110%;
    }

    #the-site {
        width: 25%;
        padding-top: 5px;
        padding-bottom: 10px;
        bottom: 355px;
        right: 5px;
        font-size: 110%;

    }


    #cover-text {
        width: 25%;
        font-size: 120%;
    }
}

@media screen and (min-width:1430px) {
    #video {
        right: 380px;
        height: 600px;
    }

    #the-game {
        width: 25%;
        padding-top: 5px;
        padding-bottom: 10px;
        bottom: 315px;
        right: 1070px;
        font-size: 120%;
    }

    #the-site {
        width: 25%;
        padding-top: 5px;
        padding-bottom: 10px;
        bottom: 435px;
        right: 10px;
        font-size: 120%;
    }
}

@media screen and (min-width: 2000px) {
    #cover-text {
        width: 20%;
        font-size: 180%;
        padding-bottom: 220px;
    }

    #video {
        width: 40%;
        right: 750px;
        height: 650px;
    }

    #the-game {
        width: 20%;
        padding-top: 5px;
        padding-bottom: 10px;
        font-size: 160%;
    }

    #the-site {
        width: 20%;
        padding-top: 5px;
        padding-bottom: 10px;
        bottom: 400px;
        right: 220px;
        font-size: 160%;

    }

    #how-we {
        font-size: 130%;
    }

    .desc {
        width: 100%;
        display: flex;
        flex-direction: column;
    }

    #hw>div {
        width: 100%;
    }


}

/* guides */
.box {
    max-width: 600px;
    width: 100%;
    min-height: 600px;
    background-color: #000000;
    box-shadow: -1px 0 10px #000000;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.guide-img {
    max-width: 450px;
    width: 100%;
    height: auto;
    padding: 20px;
}

.flex-guides {
    display: flex;
    flex-direction: row-reverse;
    align-content: flex-end;
    flex-wrap: wrap;
    justify-content: space-around;
}

.flex-guides h2 {
    font-size: 38px;
    border-bottom: 2px solid #B59410;

}

.flex-guides p {
    font-size: 25px;
}

.dropbut {
    background-color: #B59410;
    margin-top: 50px;
    padding: 40px;
    font-size: 30px;
    border: none;
    color: black;
}

.dropdown {
    position: relative;
    display: inline-block;
}

.dropdown-content {
    display: none;
    position: absolute;
    background-color: #f1f1f1;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
    z-index: 1;
}

.dropdown-content a {
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
}

.dropdown-content a:hover {
    background-color: #ddd;
}

.dropdown:hover .dropdown-content {
    display: block;
}

.dropdown:hover .dropbut {
    background-color: #B59410;
}

/*sign up page */
.sign-upbox {
    max-width: 310px;
    height: 490px;
    margin: auto;
    background-color: rgba(19, 2, 39, 0.904);
    border-radius: 3px;
}

.signup-heading {
    text-align: center;
    padding-top: 15px;
    font-size: 50px;
    border-bottom: 1px solid #B59410;

}

form {
    width: 300px;
    padding: 5px;
}

form label {
    display: flex;
    margin-top: 20px;
    font-size: 24px;
}

form input {
    width: 100%;
    padding: 5px;
    border: none;
    border: 1px solid #B59410;

}
#subbut {
    max-width: 305px;
    width: 100%;
    height: 40px;
    border: none;
    margin-top: 15px;
    background-color: rgb(54, 110, 40);
    color: white;
    font-size: 24px;
}

div p {
    text-align: center;
    font-size: 20px;
    padding-top: 20px;
}

.log-inp {
    text-align: center;
    padding-top: 20px;
    font-size: 18px;
    color: white;
    margin-top: 15px;
    width: 360px;
    height: 60px;
    margin: auto;
    background-color: rgb(0, 0, 0);
    border-radius: 3px;
}

.log-inp a {
    color: #B59410;
}
