*{
    margin: 0px;
    padding: 0px;
    box-sizing: border-box;
    font-family: 'poppins';
}
ul{
    list-style: none;
}
a{
    text-decoration: none;
}
body{
    background-color: #229ed9;
}
/*main*/
#main{
    width: 100%;
    min-height: 100vh;
    padding-bottom: 10px;
}
.bg-video{
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
}
.bg-video video{
    height: 100%;
    width: 100%;
    object-fit: cover;
    object-position: left center;
    position: fixed;
    bottom: 0px;
    z-index: -1;
}
/* navigation */
.navigation{
    display: flex;
    justify-content: center;
    align-content: center;
    padding: 45px;
}
.menu{
    display: flex;
    justify-content: center;
    align-content: center;
}
.menu li a,
.main-play-btn{
    margin: 0px 20px;
    padding-top: 10px;
    color: #ffffff;
    background: linear-gradient(97deg,rgba(108,203,255,1) 0%, rgba(0,148,255,1) 100%);
    width: 250px;
    height: 50px;
    display: flex;
    justify-content: center;
    align-content: center;
    font-size: 1.4rem;
    text-transform: uppercase;
    border-radius: 14px;
    text-shadow: 2px 2px 3px rgba(0,0,0,0.13);
    font-family: Sigmar One;
    box-shadow: rgb(79,148,238) -0px 1px,
    rgb(15,82,144) -0px 2px, rgb(15,82,144) -0px 3px,
    rgb(15,82,144) -0px 4px, rgb(15,82,144) -0px 5px,
    rgb(15,82,144) -0px 6px, rgb(15,82,144) -0px 7px,
    rgb(15,82,144) -0px 8px, rgb(15,82,144) -0px 9px,
    rgb(15,82,144) -0px 10px, rgb(15,82,144) -0px 11px;
    transform: translate3d(8px, -8px, 0px);

}
.menu li,
.main-play-btn{
    position: relative;
}
.menu li::before,
.main-play-btn::before{
    position: absolute;
    content: '';
    left: 34px;
    top: -8px;
    z-index: 3;
    background-image: url(img/bg_btn.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 25px;
    width: 25px;
    height: 25px;
}
.menu li a:hover,
.main-play-btn:hover{
    background:linear-gradient(97deg, rgba(225,209,64,1) 0%, rgba(255,177,1,1) 100%);
    box-shadow: #e3a700 -0px 1px, #e3a700 -0px 2px,
    #e3a700 -0px 3px, #e3a700 -0px 4px,
    #e3a700 -0px 5px, #e3a700 -0px 6px,
    #e3a700 -0px 7px, #e3a700 -0px 8px,
    #e3a700 -0px 9px, #e3a700 -0px 10px,
    #e3a700 -0px 11px;
}
.main-social{
    display: flex;
    justify-content: center;
    align-content: center;
    flex-wrap: wrap;
    margin: 20px 10px;
}
.main-social a{
    color: #ffffff;
    width: 65px;
    height: 65px;
    display: flex;
    justify-content: center;
    align-content: center;
    margin: 0px 10px;
    padding-top: 16px;
    font-size: 2.1rem;
    box-shadow: 2px 2px 6px rgba(0,0,0,0.09);
    z-index: 99;
    border-radius: 50%;
}
.youtube-icon{
      background-color: #ff0000;
}
.twitter-icon{
    background-color: #00acee;
}
.facebook-icon{
    background-color: #3394FF;
}
.discord-icon{
    background-color: #335CFF;
}
.main-social a:hover{
    background-color: #f1b613;
}

/*main-logo*/
.main-logo{
    margin: 0px auto;
    max-width: 40%;
    width: 100%;
    margin-bottom: 30px;
    z-index: 99;
    position: relative;
}
.main-logo img{
    width: 100%;
    object-fit: contain;
    object-position: center;
}

/*play-btn*/
.main-play-btn{
    margin: 0px auto;
    width: 320px;
    height: 60px;
    font-size: 2rem;
}
.main-play-btn::before{
    left: 5px;
    top: 0px;
}
/*main-link*/
.main-link{
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 50px auto 20px auto;
}
.main-link a,
.main-link span{
    color: #ffffff;
    font-size: 0.9rem;
    letter-spacing: 1px;
    margin: 0px 10px;
}
.main-link a{
    text-decoration: underline;
}
.nav-close,
.nav-icon{
    display: none;
}
/*making-responsive*/
@media(max-width: 1100px){
    .main-logo{
        max-width: 55%;
    }
    .menu li a{
        width: 180px;
        font-size: 1rem;
        height: 45px;
        margin: 0px 6px;
    }
    menu li::before{
        left: 20px;
    }
}
@media(max-width: 805px){
    .navigation{
        background-color: #229ed9;
        padding: 10px;
        position: fixed;
        right: -100%;
        top: 0px;
        top: 0px;
        min-height: 100vh;
        display: block;
        max-width: 250px;
        width: 100%;
        z-index: 200;
        transition: all ease 0.5s;
    }
    .menu{
        flex-direction: column;
        margin: 30px auto 0px auto;
    }
    .menu li a{
        width: auto;
        background: none;
        box-shadow: none;
    }
    .menu li::before{
        display: none;
    }
    .menu li a:hover{
        background: none;
        box-shadow: none;
        color: #f1b613;
    }
    .nav-close{
        width: 50px;
        height: 50px;
        color: #ffffff;
        display: flex;
        justify-content: center;
        align-items: center;
        background-color: #229ed9;
        font-size: 1.4rem;
        transition: all ease 0.1s;
    }
    .nav-close:hover{
        background-color: #189bc0;
    }
    .nav-icon{
        color: #ffffff;
        font-size: 2.3rem;
        display: block;
        float: right;
        padding: 15px;
        position: relative;
        z-index: 99;
    }
    .fix{
        clear: both;
    }
    .main.active .navigation{
        right: 0px;
    }
    .main.active::before{
        contain: '';
        position: fixed;
        left: 0px;
        top: 0px;
        width: 100%;
        height: 100%;
        background-color: rgba(17,17,17,0.23);
        z-index: 100;
    }
    @media(max-width: 600px) {
        .main-social a{
            width: 50px;
            height: 50px;
            font-size: 1.2rem;
            margin: 0px 5px;
        }
        .main-play-btn{
            width: 250px;
            height: 45px;
            font-size: 1.6rem;
        }
        .main-link{
            flex-wrap: wrap;
        }
        .main-logo{
            max-width: 70%;
        }
    }
}