*
{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
html{
    font-size: 62.5%;
}
.background{
    height: 110vh;
    width: 100%;
    background: linear-gradient(to right, rgba(255, 0, 0, 0.603), rgba(0, 0, 255, 0.603));
}
#social{
    height: 20rem;
    position: relative;            
    width: 100%;
    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;
    position: absolute;
    top: 15%;
}
.socialmedia{
    position: absolute;
    left: 50%;
    transform: translate(-50%);
    top: 50%;
    display: flex;
    justify-content: center;
}
.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;
}
.nav-bar{
    position: relative;
    display:flex;
    background: var(--primary-color-nav);
    justify-content: center;
    text-align: center;
    width: 100%;   
    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); 
}
.background .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;
    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;
}

#playerheading{
    position: absolute;
    font-size: 4rem;
    text-align: center;
    width: 65%;
    top: 10%;
    left: 50%;
    transform: translateX(-50%);
    background: white;
    padding: 0.9rem 2rem;
    border-radius: 5px;
}
.maincontainer{
    position: absolute;
    width: 100%;
    height: 100%;   
}
.secondcontainer{
    position: absolute;
    width: 80%;
    height: 80%;
    top: 60%;
    left: 50%;
    transform: translate(-50%,-50%);

}
.thirdcontainer1{
    background: cornsilk;
    width: 100%;
    height: 80%;
    padding: 3rem 6rem;
    overflow: auto;
    transition: 2s;
    display: none;
}
.thirdcontainer2{
    background: cornsilk;
    width: 100%;
    height: 80%;
    padding: 3rem 6rem;
    overflow: auto;
    display: none;
}
/*div 1*/
.thirdcontainer1 h1{
    font-size: 2.5rem;
    text-align: center;
    background: linear-gradient(rgba(245, 173, 65, 0.589),rgba(255, 0, 0, 0.603));
}
.thirdcontainer1 li{
    font-size: 2rem;
    margin-left: 10%;
}
/*div2*/
.thirdcontainer2 h1{
    font-size: 2.5rem;
    text-align: center;
    background: linear-gradient(rgba(65, 245, 89, 0.589),rgba(230, 146, 247, 0.603));
}
.thirdcontainer2 li{
    font-size: 2rem;
    margin-left: 5%;
}

.innercontainer1,.innercontainer2,.innercontainer3,.innercontainer4,.innercontainer5,.innercontainer6,.innercontainer7,.innercontainer8,.innercontainer9,.innercontainer10,.innercontainer11,.innercontainer12,.innercontainer13,.innercontainer14,.innercontainer15,.innercontainer16{
    list-style: inside;
    margin-block-end: 5%;
    line-height: 3.3rem;
    overflow: auto;
    border: 2px solid rgb(0, 0, 0);
}
.season1,.season2{
    font-size: 2rem;  
    background: linear-gradient(rgba(60, 124, 8, 0.473),rgba(82, 11, 116, 0.521));  
    border-radius: 10px;
    border: 2px solid blue;
    padding: 1rem 0;
    width: 100%;
    color: white;
}

@media (max-width:414px) {
    html{
        font-size: 45%;
    }
}