.html{
    max-width: 100%;
    height: 100%;
    overflow-x: hidden;
    scroll-behavior: smooth;
}
.body{
    margin: 0;
}
a{
    color: inherit;
    text-decoration: none;
}
.scroll_point{
    width: 70px;
    height: 70px;
    background-color: 0;
    position: absolute;
}
@font-face {
    font-family: new-rocker;
    src: url("fonts/new-rocker.regular.ttf");
}
@font-face {
    font-family: coolvetica;
    src: url("fonts/coolvetica.otf");
}
.sideBarLeft{
    width: 100vw;
    height: 100vh;
    background-color: black;
    opacity: 0.25;
    position: absolute;
    transform: translateX(-100%);
}
.sideBarRight{
    width: 100vw;
    height: 100vh;
    background-color: black;
    opacity: 0.25;
    position: absolute;
    margin-left: 100%;
}
.line1{
    width: 1525px;
    height: auto;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    margin-top: -9.75px;
    user-select: none;
    -webkit-user-drag: none;
    z-index: 1;
    display: block;
}
.line1_alt{
    width: 1525px;
    height: 3px;
    left: 50%;
    transform: translateX(-50%);
    position: absolute;
    margin-top: 0px;
    user-select: none;
    -webkit-user-drag: none;
    z-index: 1;
    display: none;
    background-color: white;
}
.lineLeft{
    width: 41.5%;
    height: auto;
    transform: translateY(-43.5%);
    z-index: 1;
    user-select: none;
    -webkit-user-drag: none;
}
.lineRight{
    width: 41.5%;
    height: auto;
    transform: translateY(-43.5%) scaleX(-1);
    float: right;
    z-index: 1;
    user-select: none;
    -webkit-user-drag: none;
}
.top1{
    margin: 0;
    background-color: 0;
    width: 1525px;
    height: 70px;
    position: fixed;
    left: 50%;
    transform: translateX(-50%);
    z-index: 10;
    text-shadow: 2px 2px 2px black;
}
.top1_BG{
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    position: absolute;
    top: 0;
    z-index: -1;
}
.top1_Flex1{
    background-color: 0;
    width: 100%;
    height: 100%;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    justify-content: center;
    z-index: 5;
}
.top1Left{
    background-color: 0;
    width: 18%;
    height: 100%;
    display: flex;
    justify-content: space-between;
    transition: all 0.25s ease;
}
.top1Mid{
    background-color: 0;
    width: 27%;
    height: 100%;
}
.top1Right{
    background-color: 0;
    width: 18%;
    height: 100%;
    display: flex;
    justify-content: space-between;
    transition: all 0.25s ease;
}
.logo1{
    height: 190%;
    width: auto;
    position: absolute;
    top: 0%;
    left: 50%;
    transform: translateX(-50%);
    cursor: pointer;
    user-select: none;
}
.center1{
    width: 1525px;
    height: 700px;
    background-color: rgba(0, 0, 255, 0);
    left: 50%;
    transform: translateX(-50%);
    position: relative;
}
.c1_bg{
    width: 100vw;
    height: 100vh;
    background-color: 0;
    position: absolute;
    z-index: -2;
}
.c1_bg_image{
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0px;
    user-select: none;
    -webkit-user-drag: none;
}
.c_img1{
    width: auto;
    height: 100%;
    user-select: none;
    -webkit-user-drag: none;
    margin-left: -420px;
    transition: all 0.25s ease;
}
.c_img2{
    width: auto;
    height: 100%;
    user-select: none;
    -webkit-user-drag: none;
    margin-left: -170px;
    transition: all 0.25s ease;
}
.c_img3{
    width: auto;
    height: 100%;
    user-select: none;
    -webkit-user-drag: none;
    margin-left: -450px;
    transition: all 0.25s ease;
}
.c_text1{
    font-family: new-rocker;
    font-size: 40px;
    color: white;
    position: absolute;
    margin-top: 0px;
    text-shadow: 2px 2px 2px black;
}
.c_text2{
    font-family: new-rocker;
    font-size: 23px;
    color: white;
    position: absolute;
    margin-top: 80px;
    text-shadow: 2px 2px 2px black;
    text-align: justify;
}
.center2{
    width: 1525px;
    height: 630px;
    background-color: rgba(0, 0, 0, 0.15);
    left: 50%;
    transform: translateX(-50%);
    position: relative;
    overflow: hidden;
}
.c2_div1{
    width: 55%;
    height: 100%;
    background-color: 0;
    position: absolute;
    right: -49px;
    transform: skewX(-5deg);
    overflow: hidden;
    box-shadow: -15px 0px 0px rgba(0, 0, 0, 0.25);
}
.c2_div2{
    width: 41%;
    height: 100%;
    background-color: 0;
    position: absolute;
    margin-left: 45px;
    margin-top: 45px;
    opacity: 0;
    transition: all 1s ease;
    transform: translateY(7%);
}
.center3{
    width: 1525px;
    height: 630px;
    background-color: rgba(0, 0, 0, 0.15);
    left: 50%;
    transform: translateX(-50%);
    position: relative;
    overflow: hidden;
}
.c3_div1{
    width: 55%;
    height: 100%;
    background-color: 0;
    position: absolute;
    left: -49px;
    transform: skewX(5deg);
    overflow: hidden;
    box-shadow: 15px 0px 0px rgba(0, 0, 0, 0.25);
}
.c3_div2{
    width: 41%;
    height: 100%;
    background-color: 0;
    position: absolute;
    right: 45px;
    margin-top: 45px;
    opacity: 0;
    transition: all 1s ease;
    transform: translateY(7%);
}
.center4{
    width: 1525px;
    height: 630px;
    background-color: rgba(0, 0, 0, 0.15);
    left: 50%;
    transform: translateX(-50%);
    position: relative;
    overflow: hidden;
}
.c4_div1{
    width: 55%;
    height: 100%;
    background-color: 0;
    position: absolute;
    right: -49px;
    transform: skewX(-5deg);
    overflow: hidden;
    box-shadow: -15px 0px 0px rgba(0, 0, 0, 0.25);
}
.c4_div2{
    width: 41%;
    height: 100%;
    background-color: 0;
    position: absolute;
    margin-left: 45px;
    margin-top: 45px;
    opacity: 0;
    transition: all 1s ease;
    transform: translateY(7%);
}
.show1{
    opacity: 1;
    transform: translateY(0%);
}
.show2{
    width: 100%;
    height: 100%;
    background-color: black;
    opacity: 0;
    transition: all 0.5s ease;
}
.top1_Text1{
    font-family: new-rocker;
    font-size: 20px;
    color: white;
    cursor: pointer;
}
.top1_Text1:hover{
    color: rgb(255, 215, 0);
}
.c1_Div1{
    width: 100%;
    height: 380px;
    background-color: 0;
    position: relative;
    top: 50%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.c1_Div2{
    width: 85%;
    height: 27%;
    background-color: 0;
    position: relative;
    display: flex;
    flex-direction: column;
    left: 50%;
    transform: translateX(-50%);
}
.c1_Text1{
    font-family: new-rocker;
    font-size: 50px;
    color: white;
    margin-top: -5px;
    text-shadow: 2.5px 2.5px 2.5px black;
    text-align: center;
}
.c1_Text2{
    font-family: new-rocker;
    font-size: 30px;
    color: white;
    margin-top: -45px;
    text-shadow: 2.5px 2.5px 2.5px black;
    text-align: center;
}
.more_info_div{
    width: 230px;
    height: 50px;
    background-color: rgba(0, 0, 0, 0.25);
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    margin-top: 30px;
    border-style: solid;
    border-radius: 70px;
    border-color: white;
    border-width: 3px;
    cursor: pointer;
    transition: all 0.25s ease;
}
.more_info_div:hover{
    background-color: rgba(0, 0, 0, 1);
}
.more_info_text{
    font-family: coolvetica;
    font-size: 17px;
    color: white;
    position: absolute;
    margin-top: 0px;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    text-shadow: 2px 2px 2px 0;
    white-space: nowrap;
    text-transform: uppercase;
    user-select: none;
}
.more_info_button{
    width: 100%;
    height: 100%;
    background-color: 0;
    border-radius: 70px;
    z-index: 10;
}
.arrow_down{
    width: 12px;
    height: 12px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%) rotate(45deg);
    user-select: none;
    -webkit-user-drag: none;
}
.c1_Div1_alt1{
    width: 92%;
    height: 380px;
    background-color: 0;
    position: relative;
    top: 50%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
    display: none;
    flex-direction: column;
}
.footer{
    width: 1525px;
    height: 200px;
    background-color: rgba(0, 0, 0, 0.5);
    position: relative;
    display: flex;
    justify-content: space-between;
    left: 50%;
    transform: translateX(-50%);
    padding-top: 35px;
    text-shadow: 2px 2px 2px black;
    padding-bottom: 35px;
}
.footer_alt{
    width: 1525px;
    height: 400px;
    background-color: rgba(0, 0, 0, 0.5);
    position: relative;
    display: none;
    justify-content: space-between;
    flex-direction: column;
    padding-top: 35px;
    text-shadow: 2px 2px 2px black;
    padding-bottom: 35px;
}
.footerDiv1{
    width: 50%;
    height: 100%;
    background-color: 0;
    margin-left: 18%;
    transition: all 0.25s ease;
}
.footerDiv2{
    width: 25%;
    height: 100%;
    background-color: 0;
    display: flex;
    justify-content: space-between;
    margin-right: 18%;
    transition: all 0.25s ease;
}
.footerImg{
    width: 240px;
    height: auto;
    user-select: none;
}
.footerDiv3{
    width: fit-content;
    height: 100%;
    background-color: 0;
    position: relative;
    padding-right: 5px;
    text-align: right;
}
.footerText1{
    font-family: new-rocker;
    font-size: 20px;
    color: white;
    margin-top: 10px;
    white-space: nowrap;
    line-height: 0px;
}
.footerText2{
    font-family: new-rocker;
    font-size: 20px;
    color: lightgray;
    margin-top: 7px;
    line-height: 0px;
    cursor: pointer;
}
.footerText2:hover{
    color: rgb(255, 215, 0);
}
.footerDiv4{
    width: 100%;
    height: fit-content;
    margin-top: 18px;
    background-color: 0;
    display: flex;
    flex-direction: column;
    padding-top: 10px;
    padding-right: 5px;
}
.footerDiv5{
    width: 75px;
    height: 35px;
    background-color: 0;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    position: absolute;
    bottom: 35px;
}
.socialLogo{
    width: 32px;
    height: 32px;
    cursor: pointer;
    user-select: none;
    -webkit-user-drag: none;
    border-radius: 5px;
}
.footerLine{
    width: 1525px;
    height: 2px;
    background-color: rgb(50, 50, 50);
    margin-left: auto;
    margin-right: auto;
}
.underFooter{
    width: 1525px;
    height: 50px;
    background-color: rgba(0, 0, 0, 0.75);
    position: relative;
    margin-left: auto;
    margin-right: auto;
}
.underFooterText{
    font-family: coolvetica;
    font-size: 15px;
    color: rgb(135, 135, 135);
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
}
.c4_video{
    width: 553px;
    height: auto;
    position: absolute;
    margin-top: 140px;
    transform: scale(1);
    border-style: solid;
    border-width: 3px;
    border-color: white;
    border-radius: 15px;
    transition: all 0.25s ease;
    cursor: pointer;
    user-select: none;
    -webkit-user-drag: none;
}
.c4_video:hover{
    transform: scale(1.035);
}
.buy_game{
    width: 230px;
    height: 50px;
    background-color: rgba(0, 0, 0, 0.25);
    position: relative;
    margin-top: 225px;
    border-style: solid;
    border-radius: 70px;
    border-color: white;
    border-width: 3px;
    cursor: pointer;
    transition: all 0.25s ease;
}
.buy_game:hover{
    background-color: rgba(0, 0, 0, 1);
}
.full_blur{
    width: 100vw;
    height: 100vh;
    background-color: rgba(0, 0, 0, 0.10);
    backdrop-filter: blur(5px);
    position: fixed;
    z-index: 20;
    top: 0;
    display: block;
}
.buy_button{
    width: 100%;
    height: 100%;
    background-color: 0;
    position: absolute;
    border-radius: 70px;
}
.all_pop_ups{
    display: none;
}
.buy_window{
    width: 370px;
    height: 250px;
    background-color: rgba(0, 0, 0, 0.90);
    position: fixed;
    z-index: 25;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: none;
    border-radius: 5px;
}
.buy_window_0{
    width: 370px;
    height: 200px;
    background-color: rgba(0, 0, 0, 0.90);
    position: fixed;
    z-index: 25;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: none;
    border-radius: 5px;
}
.blog_pop_up{
    width: 370px;
    height: 200px;
    background-color: rgba(0, 0, 0, 0.90);
    position: fixed;
    z-index: 25;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: none;
    border-radius: 5px;
}
.window_text1{
    font-family: coolvetica;
    font-size: 23px;
    color: white;
    position: absolute;
    margin-top: 10px;
    margin-left: 15px;
}
.window_text2{
    font-family: coolvetica;
    font-size: 18px;
    color: white;
    margin-top: -15px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    padding-left: 15px;
    padding-right: 15px;
}
.close_window{
    width: 17px;
    height: 17px;
    position: absolute;
    z-index: 25;
    right: 17px;
    margin-top: 17px;
    transform: rotate(45deg);
    cursor: pointer;
    user-select: none;
    -webkit-user-drag: none;
}
.stores_flex{
    width: 350px;
    height: 96px;
    background-color: 0;
    position: absolute;
    bottom: 9px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    z-index: 25;
}
.stores_box{
    width: 100%;
    height: 47px;
    background-color: 0;
    position: relative;
    cursor: pointer;
}
.stores_box:hover{
    background-color: white;
}
.stores_box:hover .store_image{
    display: none;
}
.stores_box:hover .store_image2{
    display: block;
}
.stores_box:hover .window_text2{
    color: black;
}
.stores_line{
    width: 95%;
    height: 2px;
    background-color: rgb(50, 50, 50);
    margin-left: auto;
    margin-right: auto;
    margin-top: 50px;
}
.store_image{
    width: 25px;
    height: 25px;
    margin-left: 10px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
    display: block;
    user-select: none;
    -webkit-user-drag: none;
}
.store_image2{
    width: 25px;
    height: 25px;
    margin-left: 10px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
    display: none;
    user-select: none;
    -webkit-user-drag: none;
}
.cog_wheel_icon{
    width: 30px;
    height: 30px;
    margin: 0;
    position: absolute;
    margin-top: 12px;
    margin-left: 10px;
    user-select: none;
}

/* About Us */

.about_center1{
    width: 1525px;
    height: 400px;
    background-color: rgba(0, 0, 255, 0);
    left: 50%;
    transform: translateX(-50%);
    position: relative;
}
.about_c2_div2{
    width: 41%;
    height: 100%;
    background-color: 0;
    position: absolute;
    margin-left: 45px;
    margin-top: 45px;
    opacity: 0;
    transition: all 1s ease;
    transform: translateY(7%);
    animation: 1s ease 0s 1 animation_1 forwards;
}
@keyframes animation_1 {
    0% {
        transform: translateY(7%);
        opacity: 0;
    }
    100% {
        transform: translateY(0%);
        opacity: 1;
    }
}

/* Blog */

.blog_center2{
    width: 1525px;
    height: fit-content;
    background-color: rgba(0, 0, 0, 0.15);
    left: 50%;
    transform: translateX(-50%);
    position: relative;
    overflow: hidden;
}
.blog_center2_div1{
    width: 80%;
    height: 285px;
    background-color: 0;
    display: flex;
    justify-content: space-between;
    left: 50%;
    transform: translateX(-50%);
    flex-wrap: wrap;
    position: relative;
    padding-bottom: 35px;
}
.blog_window{
    width: 100%;
    height: 105%;
    background-color: 0;
    background-size: contain;
    background-repeat: no-repeat;
    border-radius: 8px 8px 8px 8px;
    position: absolute;
}
.blog_window_sub1{
    width: 100%;
    height: 50%;
    background-color: black;
    border-radius: 0px 0px 8px 8px;
    position: absolute;
    bottom: 0;
}
.blog_window_sub_text1{
    font-family: new-rocker;
    font-size: 20px;
    color: white;
    margin-top: 0px;
    padding: 20px;
    position: absolute;
}
.blog_window_button{
    width: 31.75%;
    height: 260px;
    background-color: 0;
    transition: all 0.25s;
    cursor: pointer;
    z-index: 5;
    position: relative;
    border-radius: 8px 8px 8px 8px;
}
.blog_sub_button{
    width: 115px;
    height: 40px;
    background-color: 0;
    position: relative;
    margin-top: 65px;
    border-style: solid;
    border-radius: 10px;
    border-color: white;
    border-width: 3px;
    cursor: pointer;
    transition: all 0.25s ease;
    margin-left: 20px;
}
.blog_window_button:hover{
    transform: scale(0.975);
}
.blog_window_button:hover .blog_sub_button{
    background-color: white;
}
.blog_window_button:hover .more_info_text{
    color: black;
}

/* Responsivity */

@media screen and (min-width: 1800px) and (max-width: 2000px) {
    .body{
        zoom: 1.26;
    }
}
@media screen and (min-width: 1600px) and (max-width: 1700px) {
    .body{
        zoom: 1.0425;
    }
}
@media screen and (max-width: 1400px) {
    .top1{
        width: 100%;
    }
    .top1_Flex1{
        width: 95%;
    }
    .top1Left{
        width: 23%;
    }
    .top1Right{
        width: 23%;
    }
    .top1Mid{
        width: 32%;
        min-width: 320px;
    }
    .lineLeft, .lineRight{
        display: none;
    }
    .top_line_alt{
        display: block;
    }
    .center1, .center2, .center3, .center4, .footer, .c1_Div1, .underFooter{
        width: 100%;
    }
    .c1_Div2{
        white-space: nowrap;
        margin-left: auto;
        margin-right: auto;
    }

    .c1_Div2{
        width: 100%;
        height: 27%;
        left: 50%;
        transform: translateX(-50%);
    }
    .c_img1{
        margin-left: -480px;
    }
    .c_img2{
        margin-left: -250px;
    }
    .c_img3{
        margin-left: -500px;
    }
    .c1_Text1{
        left: 50%;
        transform: translateX(-50%);
        position: absolute;
    }
    .c1_Text2{
        left: 50%;
        transform: translateX(-50%);
        position: absolute;
        margin-top: 61px;
    }
    .buy_game{
        margin-top: 250px;
    }
    .footerDiv1{
        margin-left: 12%;
    }
    .footerDiv2{
        margin-right: 12%;
    }
    .c4_video{
        width: 100%;
        margin-top: 170px;
    }
}
@media screen and (max-width: 1000px) {
    .c1_bg_image{
        width: 200%;
        left: 50%;
        transform: translateX(-50%)
    }
    .c1_Div1, .c2_div1, .c3_div1, .c4_div1{
        display: none;
    }
    .c2_div2, .c3_div2, .c4_div2{
        width: 92%;
        background-color: 0;
        margin-left: 0px;
        left: 50%;
        transform: translateX(-50%);
        margin-top: 35px;
    }
    .c1_Div1_alt1{
        display: flex;
    }
    .top1{
        width: 100%;
    }
    .top1_Flex1{
        width: 95%;
    }
    .top1Left{
        width: 23%;
        display: none;
    }
    .top1Right{
        width: 23%;
        display: none;
    }
    .top1Mid{
        width: 32%;
        min-width: 320px;
    }
    .lineLeft, .lineRight{
        display: none;
    }
    .top_line_alt{
        display: block;
    }
    .center1, .center2, .center3, .center4, .footer, .c1_Div1, .underFooter{
        width: 100%;
    }
    .c_img1{
        margin-left: -480px;
    }
    .c_img2{
        margin-left: -250px;
    }
    .c_img3{
        margin-left: -500px;
    }
    .c1_Text1{
        left: 50%;
        transform: translateX(-50%);
        position: absolute;
    }
    .c1_Text2{
        left: 50%;
        transform: translateX(-50%);
        position: absolute;
        margin-top: 61px;
    }
    .buy_game{
        margin-top: 250px;
    }
    .footerDiv1{
        margin-left: 12%;
    }
    .footerDiv2{
        margin-right: 12%;
    }
    .c4_video{
        width: 99.5%;
        max-width: 555px;
        margin-top: 170px;
    }
    .underFooterText{
        white-space: nowrap;
    }
    .footer{
        display: none;
    }
    .footer_alt{
        display: flex;
        width: 100%;
    }
    .footerDiv1{
        width: fit-content;
        height: fit-content;
        background-color: 0;
        transition: all 0.25s ease;
        position: relative;
        margin-left: 0px;
        margin-left: auto;
        margin-right: auto;
        bottom: 0;
    }
    .footerDiv2{
        width: 85%;
        height:fit-content;
        background-color: 0;
        display: flex;
        justify-content: space-between;
        margin-right: 18%;
        transition: all 0.25s ease;
        margin-left: auto;
        margin-right: auto;
    }
    .footerImg{
        width: 250px;
        height: auto;
        user-select: none;
    }
    .footerDiv5{
        width: 50px;
        height: 100%;
        background-color: 0;
        flex-direction: column;
        bottom: 0;
        right: 0;
    }
    .footerDiv3{
        background-color: 0;
        width: 100px;
        text-align: center;
    }
    .socialLogo{
        width: 50px;
        height: 50px;
    }
    .c1_Text1{
        font-size: 40px;
    }
    .c1_Text2{
        font-size: 23px;
    }
    .line1{
        display: none;
    }
    .line1_alt{
        display: block;
    }
}
/*@media screen and (max-width: 450px) {
    .body{
        display: none;
    }
}*/