* {
    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: 56vh;
    background-image: url(./blogbanner.jpg);
    background-repeat: no-repeat;
    background-size: cover;
}

.banrap {
    width: 100%;
    height: 100vh;
    /* background-color: rgba(0, 0, 0, 0.583) */
}

.bantext h1 {
    float: right;
    margin-top: 200px;
    margin-right: 50px;
    padding-top: 100px;
    font-size: 140px;
    background: -webkit-linear-gradient(#1900ff, #000000);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    /* text-shadow: 2px 2px 4px #ffffff; */

}





.mid {
    width: 100%;
    height: 750vh;
    background-image: linear-gradient(to right, rgb(0, 0, 0), rgb(0, 6, 92));
}

.midrap {
    width: 90%;
    margin: auto;
    height: 750vh;
}

.midrapgrid {
    margin: auto;
    width: 90%;
    display: grid;
    grid-template-rows: auto auto;
}
.midtext h1{
    margin-top: 30px;
    margin-left: 50px;
    width: 70%;
    font-size: 50px;
    color: aliceblue;
}
.midtext a:hover{
    color: rgb(231, 154, 0);
}

.midtext i{
    margin-left: 20px;
    /* margin-top: 50px; */
    color: gold;
}
.midtext img{
    margin-top: 20px;
    height: 69vh;
}
.midtext a{
    color: aliceblue;
    text-decoration: none;
}
.midtext p{
    text-align: justify;
    margin-top: 20PX;
    color: aliceblue;
    width: 70%;
    font-size: 19px;
}
.midtext button{
    border-radius: 50px;
    width: 10%;
    height: 7vh;
    margin-top: 20px;
}
.midtext button:hover{
    background-color:#c00808;
}





.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; 
}