* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

/*header stuff*/

header{
    background-color: rgb(11, 63, 221);
    height: 190px;
    width: 100%;
}
body{
    background-color: rgb(0, 0, 0);    
    scroll-behavior: smooth;
    width: 100%;
    min-height: 100vh;
    overflow-x: hidden;
    overflow-y: scroll;
}

.grid{
    display: grid;
    grid-template-columns: repeat(3, 1fr); gap: 10px;
}

.grid  section {
    border-right: 1px solid white;
    margin-right: 10px;
    padding-left: 20px;
    padding-right: 20px;
}

hr{
    color: white;
}
#logo{
    display: block;
    width: 100px;
}

p{
    color: white;
    font-family: "Orbitron";
}
h3{
    color: white;
    text-align: center;
    font-family: "Orbitron";
    font-size: 70px;
}

h5{
    color: white;
    text-align: center;
    font-size: 20px;
}

nav ul{
    text-align: center;
    font-size: 28px;
    padding: 20px;
    overflow-y: hidden;
    overflow-x: scroll;
    display: flex;
    justify-content: center;

}

a.link{
    text-decoration: none;
    font-family: "Orbitron";
    color: white;
    padding-left: 10px;
    padding-right: 10px;
    padding: 10px;
}

a.link:hover{
    background-color: rgba(255, 255, 255, 0.5);
    padding: 10px;
    transition: all .2s;
    color: black;
    border-radius: 10px;
}


/*Dropdown Button*/

/* The dropdown container */
.dropdown {
    overflow: hidden;
    padding: 10px;
}
/* Dropdown content */
.dropdown-content {
        display: none;
        position: absolute;
        background-color: #200fda;
        min-width: 60px;
        box-shadow: 0px 8px 16px 0px rgba(4, 255, 25, 0.2);
        z-index: 1;
}

/* Links inside the dropdown */
    .dropdown-content a {
        float: none;
        color: #00ff1a;
        padding: 12px 16px;
        text-decoration: none;
        display: block;
        text-align: center;
        font-weight: bold;
}

    .dropdown:hover .dropdown-content {
        display: grid;
        grid-template-columns: repeat(6, 5fr);
        margin: 10px;
}

/*Dropwdown Logos*/
aside.logo{
width: 100px;
display: block;
margin-left: auto;
margin-right: auto;

}

#img{
    position: center;
    transform: translateY(0.5s);
}
/*banner*/

    img#banner{
        overflow: hidden;
        position: relative;
        width: 30%;
        animation: wavemaker 20s infinite alternate;
        padding: 20px;
}


    nav#black{
        background-color: rgb(8, 6, 6);
        box-shadow: 1px -1px 5px rgb(250, 250, 250);
}
        @keyframes wavemaker {
        0% {
        transform: translateX(0vw);
        }

        100% {
        transform: translateX(71vw);
        }

}

/*h1 & Section stuff*/

    section.sqy{
        background-color: rgba(0, 0, 0, 0);
        margin-bottom: 20px;
        padding: 10px;
        padding-top: 20px;
        padding-bottom: 20px;
}

  nav.insideblack{
        background-color: rgb(0, 0, 0);
        border-radius: 10px;
        margin-left: 20px;
        margin-right: 20px;
        padding: 30px;
}

    h1.title{
        text-align: center;
        font-size: 40px;
        font-family: "Orbitron";
        color: white;
        padding: 40px;
        margin-left: 20px;
        margin-right: 20px;
        margin-top: 50px;
}

/*Sub Categories Stuff*/

    h2{
        font-family: "Orbitron";
        margin-left: 20px;
        margin-right: 20px;
        padding-bottom: 5px;
        padding-top: 10px;
        color: #00ff15;
}

    img#right{
        float: right;
        width: 35%;
        height: auto;
        padding-top: 20px;
        padding-right: 50px;
        transform: scale(3);
        }

/*Offense & Defense Playbook*/
    ul.sidenav {
        list-style-type: none;
        margin: 0;
        padding: 0;
        width: 25%;
        background-color: rgb(58, 58, 58);
        position: relative;
        height: 100%;
        overflow: auto;
    }

    a.pick {
        display: block;
        color: white;
        padding: 8px 16px;
        text-decoration: none;
        font-family: "Orbitron";
        font-weight: bold;
    }

        a.active {
        background-color: #04AA6D;
        color: black;
            }

    a.pick:hover:not(.active) {
        background-color: rgba(169, 169, 169, 0.511);
        color: black;
        transition: all .2s ease-in;
    }


section{
    position: relative;
}

section.sqy{
    color: brown;
    margin-bottom: 20px;
    padding: 10px;
    padding-top: 20px;
    padding-bottom: 20px;  
}


nav#move {
    text-align: center;
    display: grid;
    overflow: hidden;
    white-space: nowrap;
    grid-template-columns: repeat(18, 1fr);
    gap: 20px;
    padding: 10px;
}

figure{
    box-shadow: 5px 5px 10px;
    border-radius: 10px;
    background-color: rgb(25, 161, 215);
}

figure img{
    width: 200px;
    background-color: white;
    border-radius: 10px;
}

figcaption{
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
    font-size: 20px;
    color: white;
    text-shadow: 2px 2px 5px black;
    padding-bottom: 5px;
}

            #prev,
            #next {
                cursor: pointer;
                position: absolute;
                top: 50%;
                width: auto;
                display: flex;
                justify-content: center;
                margin-top: -22px;
                padding: 16px;
                padding-top: 30px;
                padding-bottom: 30px;
                color: rgb(0, 0, 0);
                text-shadow: 1px 1px 5px white;
                font-weight: bold;
                font-size: 24px;
                transition: 0.6s ease;
                z-index: 8;
            }

    #prev{
        left: 0;
        border-radius: 3px 3px;
    }
    #next {
        right: 0;
        border-radius: 3px 3px;
    }
    #prev:hover, #next:hover {
        background-color: rgba(0, 0, 0, 0.5);
        color: white;}

/* footer */
footer{
    background-color: rgb(30, 30, 30);
    padding: 20px;
    text-align: center;
}
footer a{
    text-decoration: none;
    color: white;
    font-family: "Orbitron", serif
}


@media screen and (max-width: 768px) {
    .grid {
        grid-template-columns: 1fr;
    }

    header {
        text-align: center;
        padding: 6px;
        height: 361px;
    }
    .grid  section {
        border-bottom: 1px solid white;
        border-right: none;
        margin-bottom: 30px;
        padding-bottom: 20px;
    }

    #logo {
        width: 100px;
    }

    nav ul {
        flex-direction: column;
        text-align: center;
    }

    .dropdown-content {
        width: 100%;
        position: relative;
    }

    h1.title {
        font-size: 26px;
        text-align: center;
        padding: 3px;
    }

    h3 {
        font-size: 30px;
        text-align: center;
        padding: 10px;
    }
    .dropdown {
        overflow-y: hidden;
        overflow-x: scroll;
        padding: 10px;
    }
}

/* ✅ Tablets (Medium Screens) */
@media screen and (min-width: 769px) and (max-width: 1024px) {
    .grid {
        grid-template-columns: repeat(2, 1fr);
    }

    h3 {
        font-size: 30px;
        text-align: center;
        padding: 10px;
    }

    .grid  section {
        border-bottom: 1px solid white;
        border-right: none;
        margin-bottom: 30px;
        padding-bottom: 20px;
    }

    h1.title {
        font-size: 26px;
    }
}

/* ✅ Galaxy Z Fold 5 (Closed & Unfolded) */
@media screen and (min-width: 904px) and (max-width: 1812px) {
    .grid {
        grid-template-columns: repeat(2, 1fr);
    }
    
    header {
        text-align: center;
        padding: 8px;
    }

    h3 {
        font-size: 30px;
        text-align: center;
        padding: 10px;
    }

    .grid  section {
        border-bottom: 1px solid white;
        border-right: none;
        margin-bottom: 30px;
        padding-bottom: 20px;
    }


    h1.title {
        font-size: 26px;
    }
}


/* ✅ Footer */
footer {
    background-color: rgb(30, 30, 30);
    padding: 20px;
    text-align: center;
}


