@import url('https://fonts.googleapis.com/css2?family=Fredoka+One&family=Poppins:wght@300&display=swap');

/* General Styles */
body {
    font-family: 'Poppins', sans-serif;
    background-color: #e0f7fa;
    color: #333;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    min-height: 100vh;
}

header {
    background-color: #007bcb;
    padding: 20px;
    color: white;
    width: 100%;
    text-align: center;
}

header h1 {
    font-family: 'Fredoka One', cursive;
    margin: 0;
    font-size: 36px;
}

nav {
    background-color: #7bc800;
    padding: 10px;
    width: 100%;
    text-align: center;
}

nav a {
    color: white;
    margin: 0 15px;
    text-decoration: none;
    font-weight: bold;
    font-size: 18px;
}

/* Marquee */
.marquee-wrapper {
    background-color: #ffeb3b;
    padding: 10px;
    color: #EB1C25;
    font-family: 'Fredoka One', cursive;
    overflow: hidden;
    width: 100%;
    text-align: center;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    margin-top: 0;
    position: relative;
}

.marquee {
    display: inline-block;
    white-space: nowrap;
    padding-left: 100%;
    animation: marquee 20s linear infinite;
}

@keyframes marquee {
    0% {
        transform: translateX(100%);
    }
    100% {
        transform: translateX(-100%);
    }
}

/* Containers and Boxes */
.container {
    max-width: 800px;
    width: 100%;
    padding: 20px;
    text-align: center;
}

.title-box {
    background-color: white;
    border: 2px solid #7bc800;
    border-radius: 15px;
    padding: 20px;
    margin-bottom: 20px;
    text-align: center;
}

.title-box h2 {
    font-family: 'Fredoka One', cursive;
    margin: 0;
    font-size: 24px;
    color: #007bcb;
}

.title-box p {
    font-family: 'Poppins', sans-serif;
    margin: 0;
    font-size: 16px;
    color: #c9212;
}

/* Dropdown */
.dropdown-options {
    margin: 20px 0;
}

.dropdown-options label {
    font-family: 'Fredoka One', cursive;
    font-size: 18px;
    color: #f57c00;
}

.dropdown-options select {
    font-size: 18px;
    padding: 10px;
    border-radius: 10px;
    border: 2px solid #00796b;
    background-color: #fff;
    color: #333;
}

/* Buttons */
.navigation-buttons {
    margin-top: 20px;
}

.navigation-buttons button {
    color: white;
    border: none;
    padding: 15px 30px;
    font-size: 16px;
    cursor: pointer;
    margin: 5px;
    border-radius: 20px;
}

.navigation-buttons .previous {
    background-color: #007bcb;
}

.navigation-buttons .next {
    background-color: #7bc800;
}

.navigation-buttons button:hover {
    opacity: 0.8;
}

/* Footer */
footer {
    background-color: #7bc800;
    padding: 10px;
    color: white;
    width: 100%;
    text-align: center;
    position: fixed;
    bottom: 0;
}

/* Responsive Styles */
@media (max-width: 768px) {
    .navigation-buttons button {
        padding: 10px 20px;
        font-size: 14px;
    }

    .title-box {
        padding: 15px;
    }

    .title-box h2 {
        font-size: 20px;
    }

    .title-box p {
        font-size: 14px;
    }

    .dropdown-options select {
        font-size: 16px;
        padding: 8px;
    }
}

@media (max-width: 480px) {
    header h1 {
        font-size: 28px;
    }

    .navigation-buttons button {
        padding: 8px 15px;
        font-size: 12px;
    }

    .title-box {
        padding: 10px;
    }

    .title-box h2 {
        font-size: 18px;
    }

    .title-box p {
        font-size: 12px;
    }

    .dropdown-options select {
        font-size: 14px;
        padding: 6px;
    }
}

/* Specific Styles */
.fp {
    width: 700px;
    height: 982px;
    display: block;
    margin: 0 auto;
    border: thick solid;
    border-radius: 25px;
}

.image-holder{
  width:100%;
  max-width:100%;
  overflow:scroll;
}

.buttonsT {
    border: none;
    margin: 0 auto;
}

.buttonsTd {
    border: none;
    background: none;
}

.buttons {
    display: flex;
    width: 20%;
    margin: 0 auto;
}

.buttons1, .buttons2 {
    width: 150px;
    height: 80px;
}

.buttons1:active, .buttons2:active {
    transform: translateY(5px);
}

body {
    margin: 0 auto;
    background-color: #ffffff;
}

.lg {
    margin: 0 auto;
    display: block;
}

a {
    text-decoration: none;
    font-family: 'Poppins', sans-serif;
    color: black;
}

a:visited {
    color: black;
}

.nav {
    background-color: Skyblue;
    list-style-type: none;
    margin: 0 auto;
    text-align: center;
    color: white;
    display: flex;
    justify-content: center;
    align-items: center;
}

.nav li {
    display: inline-block;
    font-size: 30px;
    padding: 30px;
    color: white;
}

.nav a:hover {
    color: white;
}

.nav a:active {
    background-color: Green;
    border-color: white;
}

.nav a.active {
    padding: 0 30px;
    border: solid white;
    border-radius: 20px;
    border-width: 6px;
}

.nav a:hover:not(.active) {
    background-color: rgba(0, 0, 255, 0.2);
    border-color: white;
    border-style: dashed;
    border-radius: 20px;
    border-width: 3px;
}

.nav a:visited {
    color: white;
}

h1 {
    font-size: 50px;
    margin: 10px auto 0;
    text-align: center;
}

.h1-home, .h1-home2, .h1-home3, .h1-home4 {
    font-family: arabic;
    color: blue;
}

.h1-home {
    margin-top: 50px;
    margin-bottom: 0;
}

.h1-home2 {
    margin-top: 0;
}

.h1-home3 {
    font-size: 80px;
    margin-bottom: 0;
    color: green;
}

.h1-home4 {
    font-size: 50px;
}

.h1-aqmain, .h2-aqmain {
    background-color: white;
    color: green;
    border: solid;
    border-radius: 60px;
    width: 40%;
    margin: 0 auto;
}

h2 {
    text-align: center;
    font-size: 24px;
}

h3, h4, h5, h6 {
    text-align: center;
}

h4 {
    font-size: 20pt;
    margin-top: 20px;
}

h5 {
    font-size: 15pt;
    font-style: italic;
    color: green;
}

h6 {
    font-size: 30px;
    color: red;
    text-transform: lowercase;
    font-family: 'Comic Sans MS';
}

th {
    text-align: center;
}

tr {
    margin: 0;
}

td {
    font-size: 40px;
    text-align: center;
    border: thick solid;
    padding: 0;
    font-family: arabic2;
    width: 50px;
    height: 60px;
    background-image: url("tdbg.png");
    background-size: contain;
}

td:hover {
    /* Add hover effect if needed */
}

.first-td {
    font-size: 25px;
    padding: none;
    height: 40px;
}

table {
    margin: 0 auto;
    border: solid;
    border-collapse: collapse;
}

.t-p1, .t-p2, .t-p4, .t2-p4, .t-p5a, .t-p5, .t-p6a, .t-p6b, .t-p7a1, .t-p7a, .t-p13a, .t-p13b, .t-p13c, .t-p13d, .t-p13e, .t-p13f, .t-p14, .t-p15, .t-p16 {
    /* Add specific styles if needed */
}

.t-p1, .t-p4, .t-p5a, .t-p6a, .t-p6b, .t-p7a1, .t-p13a, .t-p13b, .t-p13c, .t-p13d, .t-p13e, .t-p13f, .t-p14, .t-p15, .t-p16 {
    /* Add specific styles if needed */
}

.t-p2 {
    border-width: thick;
    background: url("tdbg2.png");
}

.t-p4, .t-p5a, .t-p5, .t-p6a, .t-p7a1, .t-p13a, .t-p13b, .t-p13c, .t-p13d, .t-p13e, .t-p13f, .t-p14, .t-p15, .t-p16 {
    /* Add specific styles if needed */
}

.t-p7a {
    background: url("tdbg3.png");
    background-size: contain;
    width: 50px;
}

.t-p13a {
    width: 50px;
}

.t-p14 {
    background: url("tdbg4.png");
    background-size: contain;
    height: 40px;
}

.football-table {
    /* Add specific styles if needed */
}
