* {
    padding: 0%;
    margin: 0%;
    /* background-image: url(./body.jpg); */
    /* background-size: cover; */
}

.nab {
    width: 100%;
    height: 5vh;
}

.nabrap {
    margin: auto;
    width: 100%;
    height: 5vh;
    background-color: rgb(59, 59, 63);
}

.nabrap ol {
    margin-left: 80px;
}

.nabrap ol li {
    display: inline;
}

.nabrap a {
    font-weight: bold;
    color: aliceblue;
    margin-top: 10px;
    text-decoration: none;
}

.nabrap a:hover {
    font-weight: bold;
    color: rgb(223, 189, 0);
}



.nab2 {
    position: sticky;
    top: 0px;
    width: 100%;
    height: 12vh;
    background-color: rgb(3, 1, 31);
    border-bottom: 2px solid white;
}

.nabrap2 {
    width: 100%;
    height: 12vh;
    display: grid;
    grid-template-columns: auto auto auto;
    grid-column-gap: 5px;
}

.nabmenu h1 {
    color: aliceblue;
}

.nabmenu {
    margin: auto;
}

.nabmenu ol li {

    display: inline;
    margin-left: 40px;
}

.nabmenu ol li a {
    font-weight: bold;
    color: rgb(255, 255, 255);
    text-decoration: none;
    font-size: 20px;
    text-transform: uppercase;
}

.nabmenu ol li a:hover {
    color: gold;
}






.nab2 {
    position: sticky;
    top: 0px;
    width: 100%;
    height: 12vh;
    background-color: rgb(3, 1, 31);
}

.nabrap2 {
    width: 100%;
    height: 12vh;
    display: grid;
    grid-template-columns: auto auto auto;
    grid-column-gap: 5px;
    border-bottom: 3px solid white;
}

.nabmenu h1 {
    color: aliceblue;
}

.nabmenu {
    margin: auto;
}

.nabmenu ol li {
    display: inline;
    margin-left: 40px;
}

.nabmenu ol li a {
    font-weight: bold;
    color: rgb(255, 255, 255);
    text-decoration: none;
    font-size: 20px;
    text-transform: uppercase;
}

.nabmenu ol li a:hover {
    color: gold;
}






.ban {
    width: 100%;
    height: 70vh;
    background-image: url(./uncharted4\ 2.jpg);
    background-size: cover;
    background-repeat: no-repeat;
}

.banrap {
    width: 100%;
    height: 100vh;
    /* background-color: rgba(0, 0, 0, 0.583) */
}

.bantext h1 {
    float: right;
    margin-top: 440px;
    margin-right: 50px;
    /* padding-top: 50px; */
    font-size: 100px;
    background: -webkit-linear-gradient(#2200ff, #000000);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    /* text-shadow: 2px 2px 4px #ffffff; */
}




.mid{
    width: 100%;
    height: 100vh;
    background-image: linear-gradient(to right, rgb(0, 0, 0) , rgb(0, 6, 92));
}
.midrap{
    width: 100%;
    height: 100vh;
    display: grid;
    grid-template-columns: auto auto;
}
.midtext img{
    margin-top: 150px;
    margin-left: 50px;
    height: 50vh;
    border-radius: 50px;
    border-top: 5px solid red;
    border-bottom:5px solid rgb(229, 255, 0);
    border-left:5px solid rgb(0, 255, 26);
    border-right:5px solid rgb(0, 17, 255);
}
.midtext img:hover{
    border-top: 5px solid rgb(212, 0, 255);
    border-bottom:5px solid rgb(255, 0, 0);
    border-left:5px solid rgb(0, 187, 255);
    border-right:5px solid rgb(251, 255, 0);
}
.midtext h1{
    text-align: center;
    color: aliceblue;
    font-size: 50px;
    margin-top: 40px;
}
.midtext p{
    color: aliceblue;
    text-align: justify;
    margin-left: 90px;
    width: 80%;
    margin-top: 20px;
}






.mid2{
    width: 100%;
    height: 200vh;
    background-image: linear-gradient(to right, rgb(0, 0, 0) , rgb(0, 6, 92));
}
.midrap2{
    width: 100%;
    height: 200vh;
}
.screenshots h1{
    color: aliceblue;
    font-size: 50px;
    text-align: center;
}
.photo{
    display: grid;
    grid-template-columns: auto auto;
}
.photo2 img{
    border-radius: 30px;
    margin-top: 40px;
    height: 55vh;
    display: block;
    margin-left: auto;
    margin-right: auto;
}






.mid3{
    width: 100%;
    height: 88vh;
    background-image: url(./uncharted4\ 3.jpg);
    background-repeat: no-repeat;
    background-size: cover;
}
.midrap3{
    width: 100%;
    height: 88vh;
    background-color: #000000a8;
    display: grid;
    grid-template-columns: auto auto;
}
.midrequirments h1{ 
    margin-top: 50px;
    color: aliceblue;
    font-size: 50px;
    text-align: center;
}
.midrequirments li{
    color: white;
    font-size: 25px;
    text-align: justify;
    margin-left: 100px;
    margin-top: 30px;
}
.midrequirments button{
    width: 40%;
    height: 8vh;
    border: 5px solid white;
    font-size: 20px;
    font-weight: bolder;
    /* margin-left: 50s0px; */
    margin-top: 50px;
}






.footer {
    width: 100%;
    height: 75vh;
    background-image: url(./footer.jpg);
    background-repeat: no-repeat;
}

.footrap{
    height: 75vh;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.749);
}
.footgrid{
    display: grid;
    grid-template-columns: auto auto auto auto;
}
.gridorder{
    color: #ffffff;
    text-align: center;
    margin-top: 80px;
   
}
.gridorder h1{
    color: GOLD;
    font-size: 25px;
}
.gridorder ol{
    margin-top: 50px;
    list-style: none;
}
.gridorder ol li{
    font-weight: bolder;
    margin-top: 20px;
}
.gridorder a{
    font-size: 23px;
    color: #fff;
    text-decoration: none;
}
.gridorder a:hover{
    color: #2467f8;
}
.gridorder i{
    font-size: 35px;
    margin-top: 20px;
}
.gridorder i:hover{
    color: #2467f8;
}
.footgrid2{
    margin-top: 100px;
    margin-left: 100px;
}
.footgrid2 ol li{
    font-weight: bolder;
    margin-left: 50px;
    display: inline;
}
.footgrid2 a{
    color: #fff;
    font-size: 22px;
    text-decoration: none;
}
.footgrid2 a:hover{
    color:#2467f8; 
}