*
{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
html{
    font-size: 62.5%;
    scroll-behavior: smooth;
}
.a{
    width: 100%;
    background: linear-gradient(to right, rgba(255, 0, 0, 0.603), rgba(0, 0, 255, 0.603));
}
.b .watermark img{
    position: fixed;
    max-width: 50rem;
    max-height: 50rem;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    opacity: 0.3;
    z-index: -1000;
}


.sidebar header img{
    position: absolute;
    max-width: 55px;
    max-height: 55px;
    user-select: none;
    top: 15px;
    left: 4px;
    border-radius: 50%;
    z-index: 1000;
}
.sidebar header .logo{
    position: relative;
    top: 0;
    height: 80px;
    width: 100%;
    line-height: 80px;
    background: rgba(0, 0, 255, 0.486);
}
.sidebar header .logo .name{
    position: absolute;
    text-align: center;
    justify-content: center;
    font-weight: 600;
    color: rgb(255, 255, 255);
    top: 30%;
    left: 14%;
    line-height: 40px;
    font-size: 2.4rem;
    width: 80%;
}
.sidebar{
    position: fixed;
    background: rgba(255, 255, 255, 0.459);
    backdrop-filter: blur(5px);
    height: 100vh;
    left: -250px;
    width: 210px;
    z-index: 10;
    overflow-y: auto;
    transition: all 0.5s ease-in;
}
.sidebar .menu{
    width: 100%;
}
.sidebar .menu .item{    
    position: relative;
    font-weight: 600;
    cursor: pointer;
}
.sidebar .menu .item a{
    text-decoration: none;
    color: rgb(0, 0, 0);    
    font-size: 2rem;
    display: block;
    padding: 4px 20px;
    line-height: 60px;
    border-left: 4px solid transparent;
    transition: 0.3s ease-in;
}
.sidebar .menu .item a:hover{
    color: rgb(247, 8, 8);
    transition: 0.3s ease;
    border-left-color: rgb(240, 6, 6) ;
    padding-left: 25px;
}
.sidebar .menu .item i{
    margin-right: 15px;
}
.sidebar .menu .item a .dropdown{
    position: absolute;
    right: 0;
    margin: 20px;
    transition: 0.5s ease;
}
.sidebar .menu .item .sub-menu{
    position: fixed;

    background: rgba(236, 110, 110, 0.219);
    display: none;
}
.sidebar .menu .item .sub-menu a {
    font-size: 1.7rem;
    padding-left: 80px;
    line-height: 40px;
}
#check{
    display: none;
}
label #btn, label #cancel{
    position: fixed;
    cursor: pointer;
    border-radius: 3px;
    z-index: 100;
}
label #btn{
    left: 20px;
    top: 20px;
    z-index: 3;
    font-size: 2.6rem;
    color: white;
    padding: 6px 10px;
    transition: all 0.5s ease-out;
}
label #cancel{
    color: white;
    z-index: 1111;
    left: -160px;
    top: 20px;
    font-size: 3rem;
    padding: 4px 9px;
    transition: all 0.5s ease-in;
}
#check:checked ~ .sidebar{
    left: 0;
}
#check:checked ~ label #btn{
    left: 160px;
    opacity: 0;
    pointer-events: none;
}
#check:checked ~ label #cancel{
    left: 160px;
    opacity: 1;
}


@media (max-width:414px) {
    html{
        font-size: 45%;
    }
    .a{
        position: relative;
        height: 860rem;
    }
    .a .headings{
        position: absolute;
        font-size: 5rem;
        left: 50%;
        width: fit-content;
        transform: translateX(-50%);
        top: 8rem;
        padding: 6px 12px;
        border: 2px solid rgb(255, 255, 255);
        border-radius: 10px;
        color: rgb(0, 0, 0);
        font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
        background: rgba(103, 168, 243, 0.548);
    }
    table{
        position: absolute;
        width: 95%;
    }
    table,
    table th,
    table td{
        border: 2px solid black;
        border-collapse: collapse;
        padding: 6px 6px;
    }
    table th,
    table td {
    overflow: auto;
    line-height: 2rem;
    }
    table th{
        background: rgba(253, 237, 13, 0.486)
    }
    table td{
        background: rgba(226, 250, 92, 0.336);
        font-size: 2.2rem;
    }

    #container1
    {
        top: 20rem;
        left: 3%;
    }
    #container2
    {
        top: 62rem;
        left: 3%;
    }
    #container3
    {
        top: 103rem;
        left: 3%;
    }
    #container4
    {
        top: 144rem;
        left: 3%;
    }
    #container5
    {
        top: 181rem;
        left: 3%;
    }
    #container6
    {
        top: 222rem;
        left: 3%;
    }
    #container7
    {
        top: 260rem;
        left: 3%;
    }
    #container8
    {
        top: 297rem;
        left: 3%;
    }
    #container9
    {
        top: 334rem;
        left: 3%;
    }
    #container10
    {
        top: 372rem;
        left: 3%;
    }
    #container11
    {
        top: 393rem;
        left: 3%;
    }
    #container12
    {
        top: 430rem;
        left: 3%;
    }
    #container13
    {
        top: 452rem;
        left: 3%;
    }
    #container14
    {
        top: 490rem;
        left: 3%;
    }
    #container15
    {
        top: 528rem;
        left: 3%;
    }
    #container16
    {
        top: 568rem;
        left: 3%;
    }
    #container17
    {
        top: 606rem;
        left: 3%;
    }
    #container18
    {
        top: 631rem;
        left: 3%;
    }
    #container19
    {
        top: 652rem;
        left: 3%;
    }
    #container20
    {
        top: 673rem;
        left: 3%;
    }
    #container21
    {
        top: 694rem;
        left: 3%;
    }  
    #container22
    {
        top: 716rem;
        left: 3%;
    }  
    #container23
    {
        top: 757rem;
        left: 3%;
    }
    #container24
    {
        top: 783rem;
        left: 3%;
    }
    .final{
        position: absolute;
        border: 2px solid black;
        top: 820rem;
        left: 3%;
        width: 95%;
        height: fit-content;
    }
    .final .c{
        font-size: 30px;
        text-align: center;
        background: cornflowerblue;
    }
    .final .match1{
        text-align: center;
        font-size: 27px;
        background: rgba(247, 218, 92, 0.363);
        border-bottom: 2px solid black;
        border-top: 2px solid black;
    }
    .final .match1 .s{
        font-size: 20px;
    }
    .final .match2{
        text-align: center;
        font-size: 27px;
        background: rgba(247, 218, 92, 0.363);
        border-bottom: 2px solid black;
    }
    .final .match2 .s{
        font-size: 20px;
    }
    .final .match3{
        text-align: center;
        font-size: 27px;
        background: rgba(247, 218, 92, 0.363);
        border-bottom: 2px solid black;
    }
    .final .match3 .s{
        font-size: 20px;
    }
    .final .match4{
        text-align: center;
        font-size: 27px;
        background: rgba(247, 218, 92, 0.363);
    }
    .final .match4 .s{
        font-size: 20px;
    }
    #social{
        top: 860rem;
        background:linear-gradient(to right bottom,rgba(57, 54, 255, 0.795),rgba(22, 20, 160, 0.904));
    }
    .Copywrite{
        text-align: center;
        font-size: 10px;
        color: white;
        margin-top: 5%;
    }
    .socialmedia{
        display: flex;
        justify-content: center;
        margin-top: 5%;
    }
    .socialmedia a {
        display: flex;
        background: linear-gradient(rgba(255, 255, 255, 0.555),rgba(0, 0, 255, 0.075));
        height: 5.5rem;
        width: 5.5rem;
        margin: 0 15px;
        border-radius: 8px;
        align-items: center;
        justify-content: center;
        text-decoration: none;
        box-shadow: 6px 6px 10px -1px rgba(0, 0, 0, 0.678),
        -6px -6px 10px -1px rgba(255, 255, 255, 0.678);
        border: 1px solid rgba(0, 0, 0, 0);
        transition: transform 0.5s;
    }
    .socialmedia a i {
        font-size: 3rem;
        color: rgb(252, 252, 252);
        transition: transform 0.5s;
    }
    .socialmedia a:hover {
        box-shadow: inset 4px 4px 6px -1px rgba(0, 0, 0, 0.2),
          inset -4px -4px 6px -1px rgba(255, 255, 255, 0.678),
          -0.5px -0.5px 0px rgba(255, 255, 255, 1),
          0.5px 0.5px 0px rgba(0, 0, 0, 0.15), 0px 12px 10px -10px rgba(0, 0, 0, 0.05);
      
        border: 2px solid rgb(255, 255, 255);
        transform: translateY(2px);
    }
    .socialmedia a:hover i {
        transform: scale(0.9);
    }
    .socialmedia a:hover #facebook {
        color: #3b5998;
    }
    .socialmedia a:hover #instagram {
        color: #f14843;
    }
    .socialmedia a:hover #youtube {
        color: #f00;
    }
}

#social{
    position: absolute;
    height: 20rem;
    width: 100%;
}