*,
*::before
*::after{
    box-sizing: border-box;
}





*{
    /* overflow-x: hidden; */
    margin: 0;
    padding: 0;
    /* line-height: 1.5; */
}


dl, ol, ul {
    display: block;
    /* list-style-type: disc; */
    margin-block-start: 1em;
    margin-block-end: 1em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    padding-inline-start: 40px;
}

ol {
    display: block;
    list-style-type: decimal;
    margin-block-start: 1em;
    margin-block-end: 1em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    padding-inline-start: 40px;
}

.marker {
    unicode-bidi: isolate;
    font-variant-numeric: tabular-nums;
    text-transform: none;
    text-indent: 0px !important;
    text-align: start !important;
    text-align-last: start !important;
}


.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    font-weight: 700;
    line-height: 1.4em;
    margin-bottom: 0.5rem;
    margin-top: 0;
}

.h6, h6 {
    font-size: 1.02rem;
}

.h5, h5{
    font-size: 1.25rem;
}


a{
    text-decoration: none;
}

p{
    margin-bottom: 1rem;
    margin-top: 0;
    display: block;
    margin-block-start: 1em;
    margin-block-end: 1em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
}

::-webkit-scrollbar {
    width: 20px;
  }



  
  /* Track */
  ::-webkit-scrollbar-track {
    /* background: #f1f1f1;  */
    background-color: transparent;
  }
   
  /* Handle */
  ::-webkit-scrollbar-thumb {
    background: #2b2a2a;
    
    
  }
  
  /* Handle on hover */
  ::-webkit-scrollbar-thumb:hover {
    background: #555; 
    
  }

 

section{
    
    background-size:cover;
    background-position:top;
    background-repeat: no-repeat;
    /* background-attachment: fixed; */
}

body{
    font-size: 1.2rem;
    line-height: 1.8em;
    font-weight: 400;
    overflow-x: hidden;
    color: white;
    overflow-x: hidden;
    background-color:rgba(19,23,27,255);
    /* background-color:#23242a ; */
    font-family: 'Open Sans', sans-serif;
}

.navbar{
    display: flex;
    width: 100%;
    justify-content: space-between;
    
}

.header{
    z-index: 3;
    top: 0;
    position: sticky;
    /* border: 1px solid rgb(0, 255, 55); */
    /* background-color:#141618; */
    background-color: transparent;
    display: flex;
    color: white;
    padding: 1rem 1rem 0.5rem;
    align-items: center;
    /* border:rgba(255, 255, 255,0.1) 1px solid; */
    transition: background-color 0.3s ease-in-out;
    
}

header.scrolled{
    background-color:rgb(19, 19, 19);
    border-bottom: 0.5px rgba(255, 255, 255, 0.295) solid;
    /* color: black; */
    /* position: sticky; */
}



.header a:hover, header.scrolled a:hover{
   
    color: yellow;
}
.header__btn-container{
    /* padding: 0 2rem; */
    display: flex;
    gap: 1rem;
    /* flex: 1; */
    /* border: 1px solid red; */
    justify-content: flex-end;
    padding-right: 2rem;
}

.btn_twitch{
    font-weight: 700;
    text-transform: uppercase;
    font-size: 1rem;
    color: white;
    padding: 1em 2em;
    background-color: rgb(200,108,236);
}

.btn_twitch:hover,.btn_discord:hover{
    scale: 1.05;
}

.btn_discord{
    font-weight: 700;
    text-transform: uppercase;
    font-size: 1rem;
    color: white;
    padding: 1em 2em;
    background-color: rgb(8,164,236);
}

.header__header{
    color: rgb(255, 240, 31);
    padding: 0 2rem;
    font-size: 1.5rem;
    text-transform: uppercase;
    flex: 1;
    /* border: 1px solid red; */
}

.header__title{
    font-family: 'Rubik Iso', cursive;
    /* font-family: 'Press Start 2P', cursive; */
    font-size: 1rem;
    text-transform: uppercase;
    /* flex: 1; */
    /* border: 1px solid red; */
}
.header__title img{
    
     /* border: 1px solid white; */
     /* top: -20px;
     left: -15px; */
    width: 200px;
    /* aspect-ratio: 3/2; */
    object-fit: contain;
    /* mix-blend-mode: color-burn; */
}

/* .header_image{
    height: auto;
    width: auto;
    aspect-ratio: 3/2;
    object-fit: contain;
    mix-blend-mode: color-burn;
} */

/* .header__title img{
    height:50px;
    width:50px;
    
} */

.header__menu{
    
    padding-right: 1rem;
    display: flex;
    gap: 2rem;
    flex: 1;
    /* border: 1px solid red; */
    justify-content: center;
    align-items: center;
}


.header__links{
    /* border: 1px solid rgb(179, 255, 0); */
    text-decoration: none;
    color: white;
}



.hero{
   
    
    text-align: center;
    height: 100dvh;
   justify-content: center;
    display: flex;
    padding: 1rem 2rem;
    flex-direction: column;
    gap: 1rem;
    
     
      

  
    
}

.hero::before{
    /* border: red 1px solid; */
     content: "";
    background-image:linear-gradient(rgba(19,23,27,.09),
    rgba(19,23,27,10)),url("swkwall.png");
    background-size:cover;
    background-position:top;
    opacity: 30%;
    position: absolute;
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
    z-index: -1;
}

.hero_message{
    text-shadow: 3px 3px #e100ff,6px 6px #001aff;
    /* color: RGB(255, 240, 31); */
    color: white;
    
    font-family: 'Press Start 2P', cursive;
    /* font-family: 'Rubik Iso', cursive; */
     /* border: 1px solid red; */
    font-size: 4rem;
    line-height: 1;
    letter-spacing: -0.05rem;
    margin-inline: auto;
    max-width: 25ch;
    text-transform: uppercase;
    
}

.hero_description{
    font-family: 'VT323', monospace;
    margin: 2rem auto;
    font-size:2rem;
    max-width: 60ch;
   color: white;
   /* border: 1px solid red; */
   

}


.news_title{
    text-align: center;
    margin: 1rem;
}

.news_section{
    border-top: rgba(255, 255, 255,0.22) 1px solid;
    padding: 1rem;
    display: flex;
    /* border: white 1px solid; */
    /* align-items: center; */
    justify-content: center;
    width: 80%;
    margin-inline: auto;
    flex-wrap: wrap;
    gap: 2rem;
    /* border: red 1px solid; */
}

.news_section div{
    width: 40%;
    padding: 3rem 2rem;
    border: rgba(255, 255, 255, 0.5) 1px solid;
    line-height: 5;
    text-align: center;
    
}

.banner_text{
    font-weight: bold;

}

.news_banner
{
    background-size: cover;
    background-repeat: no-repeat;
}

.nb1{
    background-image:linear-gradient(rgba(19,23,27,.5),
    rgba(19,23,27,5)),url("Jingliu.jpg");
   
}

.nb2{
    background-image:linear-gradient(rgba(19,23,27,.5),
    rgba(19,23,27,5)),url("unitwall.jpg");
   
    
}

.nb3{
    background-image:linear-gradient(rgba(19,23,27,.5),
    rgba(19,23,27,5)),url("loginwall.png");
   
}


.intro{
    border-top-right-radius: 20px;
    margin: 5rem auto;
    /* border: green 1px solid; */
    display: flex;
    height: 80dvh;
    width: 80%;
    /* background-image:url("astral.PNG"); */
    align-items: center;
    justify-content: center;
    /* Darken command */

    background-image: linear-gradient(rgba(0, 0, 0, 0.5),
    rgba(0, 0, 0, 0.5)), url("astral.PNG");
}


.intro_container{
    margin: 1rem auto;
    width: 80%;
    display: flex;
    gap: 1rem ;  
    /* border: blue 1px solid;   */
}

.intro_bold{
    font-size: 1.5rem;
}

.intro_box{
    color: rgb(255, 255, 255);
   background-color: rgb(29, 34, 39);
    border:rgba(255, 255, 255,0.2) 2px solid;
    padding: 2rem;
    border-radius: 20px;
    flex: 1;
    /* position: absolute; */
}


.intro_pompom{
    position: relative;
    bottom: -150px;
    right: -300px;
    /* border: wheat 1px solid; */
}
.intro_pompom img{
    position: absolute;
    height: 200px;
    /* width: 400px; */
    /* object-fit: contain; */
}

.unit_pompom{
    position: relative;
    right: 0px;
    /* border: wheat 1px solid; */
}

.unit_pompom img{
    z-index: -1;
    position: absolute;
    height: 200px;
    /* width: 400px; */
    /* object-fit: contain; */
}






/* unit.html's css */

.unit_container{
    
    /* position: relative;  */
    display: flex;
    color: white;
    /* border: green 1px solid; */
    text-align: center;
    height: 100dvh;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    /* border: #001aff 1px solid; */
   top: 0px;
   left: 0px;
   
   
   
}

.introtext{
    font-size: 2.5rem;
}

.unit_container::before {
   
    content: "";
    background-image:linear-gradient(rgba(19,23,27,.09),
    rgba(19,23,27,10)),url("unitwall.jpg");
    background-size:cover;
    background-position:top;
    opacity: 30%;
    position: absolute;
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
    z-index: -1;
    
}


.unit_intro{
    
    /* position: relative; */
    font-family: 'Press Start 2P', cursive;
    color: rgb(255, 240, 31);
    /* color: white; */
}

.unit_subintro{
   margin-top: 1rem;
}


.unit_tables{
    /* border-top: white 1px solid; */
    display: flex;
    flex-direction: column;
    /* width: 80%; */
    /* margin-inline: auto; */
    padding: 1rem;
   
}

.char_hyper-links{
    text-decoration: none;
    color: wheat;
}


/* Login Page CSS */

.login_signup{
    margin: 2rem;
    /* text-decoration: none; */
    color: yellow;
}

.login_container{
    /* position: relative;  */
    display: flex;
    color: white;
    /* border: green 1px solid; */
    text-align: center;
    height: 90dvh;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.login_container::before {
    content: "";
    background-image:linear-gradient(rgba(19,23,27,.09),
    rgba(19,23,27,10)),url("loginwall.png");
    background-size:cover;
    background-position:top;
    opacity: 30%;
    position: absolute;
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
    z-index: -1;
    
}

.login__box{
    /* height: 70dvh; */
    margin: 0 auto;
    background-color: rgba(19,23,27,.5 );
    border: 1px rgba(255, 255, 255, 0.295) solid;
    width: auto;
    padding: 2rem;
    border-radius: 10px;
}

.login_title{
    font-size: 2rem;
}


.login_information{
    margin-top: 1rem;
    
}

.login_text-boxes{
    padding: .5rem;
    /* margin: 1rem; */
     width: 500px;
     height: 3rem;
     border-radius: 5px;
     font-size: 1rem;
}

.login_text-container{
    text-align: left;
    display: flex;
    justify-items: left;
    flex-direction: column;
    font-size: 1.5rem;
}

.login_button{
    background-color: white;
    padding: 1rem .1rem;
    border-radius: 1000000000px;
    font-weight: bold;
    margin-top: 3rem;
    font-size: 1.2rem;
    
}

.login_button a{
    text-decoration: none;
    color: black;
}

.login_button:hover {
    scale: 1.05;
}


/* About Page CSS */

.about_team{
/* border-bottom: wheat 1px solid; */
/* position: relative; */
text-align: center;
margin: 2rem;
}



.about_containers{
    display: flex;
    flex-direction: column;
    /* border: green 1px solid; */

}

.char_member{
    display: flex;
    margin: 0 auto;
    border: rgba(255, 255, 255,0.1) 1px solid;
}
.char_member div{
    display: flex;
    /* border: rgba(255, 255, 255,0.1) 1px solid; */
    padding: 2rem;
    /* align-items: center;
    justify-content: center; */
    
}

.char_desc{
    max-width: 75ch;
}
.char_desc-box{
    flex-direction: column;
    gap: 1rem;
}

.char_img{
    border-radius: 50px;
    background:linear-gradient(180deg,#035664,#fbff00 53%);
    /* background:linear-gradient(180deg,#885550,#c9a36a 53%); */
    width: 100px;
    height: 100px;
    object-fit: contain;
    /* border: green 1px solid; */
    -webkit-transition: transform 2s ease-in-out;
    -moz-transition: transform 2s ease-in-out;
    transition: transform .4s ease-in-out;

}

.char_img:hover{
    -moz-transform: scale(1.10);
    -webkit-transform: scale(1.10);
    -o-transform: scale(1.10);
    -ms-transform: scale(1.10);
    -webkit-transform: scale(1.10);
    transform: scale(1.10);

}

.char_img-m{
    width: 100px;
    height: 100px;
    object-fit: contain;
    /* border: green 1px solid; */
  

}
.cpb{
    
   
    align-items: center;
    justify-content: center;
    display: flex;

}

.char_hover-pic{
    margin: 0 auto;
}

.char_hover-img{
    height: 200px;
    width: 200px;
   
}

.char_cover-name{
    text-align: center;
    font-weight: bold;
}
.char_popb{
    display: none !important;
    background-color: rgba(19,23,27,1);
    padding: 1rem 2rem;
    width: fit-content;
    border: rgb(255, 255, 255) 1px solid;
    position: relative;
    flex-direction: column;
    position: absolute;
    /* opacity: 100%; */
}

.char_hover-mains{
    gap: 1rem;
}

.cpb:hover ~ .char_popb{
    /* opacity: 100%; */
    display: flex !important;
}



/* Guide page */

.newbie_tabs a{
    color: white;
    }

.guide_container{
    /* border: 1px solid white; */

    margin: 0 auto;
    width: 80%;
    display: flex;
    flex-direction: column;
}

.guide_boxes{
    margin: 0 auto;
}

.guide_qi-img{
    
    width: 375px;
    height: 515px;
}

.guide_quick-info{
    background-color: #1f1c1c;
    display: flex;
    margin: 0 auto;
}

.guide_quick-info div{
    border: 1px solid white;
}


#guide_table-info{
    /* text-align: center; */
    display: flex;
}
#guide_table-info td, #guide_table-info th{
    border: 1px solid white;
    padding: 1rem 2rem;
    text-align: left;
  
   
}
#guide_table-info tr{
    background: #2b2a2a;

   
}
#guide_table-info th{
    background: #1f1c1c;

   
}

.guide_description{
    margin: 1rem auto;
    max-width: 65ch;
    text-align: justify;
}


.table_pictures{
    height: 100px;
    width: 100px;
    background: linear-gradient(180deg,#885550,#c9a36a);
    border-bottom: rgb(0, 238, 255) 4px solid;
}

.table-center{
    text-align: left !important;
    flex-direction: column;
    display: flex;
}


td{
    text-align: center !important;
}




/* Guide */

.gtabs{
    gap: 1rem;
    display: flex;
    align-items: center;
    border:rgba(255, 255, 255,0.2) 2px solid;
    height: 100px;
    width:33%;
    background-color: rgb(29, 34, 39);
    color: white;
}

.gtabs:hover{
    cursor: pointer;
    border:rgba(255, 255, 255,0.2) 2px solid;
    background-color: rgb(50, 57, 65);
}


.guides_section{
    display: flex;
    gap: 1rem;
    flex-wrap: wrap;
    justify-content: center;
}



/* utility class */



/* Elemennts */
.five-star{
color:#FFD700 ;
}

.ice{
    color: #01afff;

}
.wind{
    color: #61cf93;

}

.quantum{
    color: #6057c9;
}

.imaginary{
    color: #f3e137;

}
.electro{
    color: #c65ade;
}

.physical{
    color: #979797;
}
.fire{
    color: #ee473d;
}

/* Banner Button in the Home page */

.b_but{ 
    text-decoration: none;  
    color: black;
    padding: 1rem 1rem;
    background-color: white;
}


.b_but:hover{
    background-color: rgb(8,164,236);
}

button{
    border: none;
    /* background: none; */
    cursor: pointer;
    font-family: inherit;
}

.background_image{
    /* background-image:linear-gradient(rgba(19,23,27,.95),
    rgba(19,23,27,10)),url("back_img.jpg"); */
    background-image:linear-gradient(180deg,transparent,rgba(19,23,27,255) 80%),url("back_img.jpg");
    height: 100dvh;
    width: 100dvw;
    z-index: -2;
    position: absolute;
    top: 0;
}
.container {
   
    width: 100%;
    margin-inline: auto;
    
}


.footer{
    margin-top: 10rem;
    background-color:rgb(19, 19, 19);
    display: flex;
    margin-inline: auto;
    padding: 2rem;
    
}

.foot_box-container{
    border-top: white 1px solid;
    margin: 0 auto;
    width: 80%;
    display: flex;
   justify-content: space-between;
    
}

.foot_box-container div{
    padding: 2rem;
 /* border: white 1px solid; */
}


.footer_list{
    list-style: none;
    line-height:2;
}

.footer_logo{
    width: 200px;
    height: 200px;
    object-fit: contain;
}

.footer_titles{
    font-size: 2rem;
    font-weight: bold;
}


/* headder stuff */

.navbar .toggle_btn{
    color: rgb(255, 255, 255);
    font-size: 1.5rem;
    cursor: pointer;
    display: none;
}


.dropdown_menu{
    color: white !important;
    display: none;
    position: absolute;
    right: 2rem;
    top: 60px;
    height: 0;
    left: 2rem;
    width: auto;
    /* width: 300px; */
    background: rgb(57, 57, 65);
    backdrop-filter: blur(15px);
    padding:  0 1rem;
    
    overflow: hidden;
    transition: height .2s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

.dropdown_menu a {
    color: white !important;
}

.dropdown_menu.open{
    height: 240px;
    color: white !important;
    
}

.dropdown_menu li{
    border-bottom: 0.1rem solid #ffffff;

    color: white !important;
    padding: 0.7rem;
    display: flex;
    align-items: start;
    justify-content: left;
}

.dropdown_menu .action_btn{

    width: 90%;
    display: flex;
    justify-content: center;

}


.comment-boxes{
    padding: 1rem;
    display: flex;
    align-items: center;
    border:rgba(255, 255, 255,0.2) 2px solid;
    /* height: 100px; */
    width:50%;
    background-color: rgb(29, 34, 39);
    color: white;
}


/* page stuff */

.bul_list{

        display: block;
        list-style-type: disc;
        margin-block-start: 1em;
        margin-block-end: 1em;
        margin-inline-start: 0px;
        margin-inline-end: 0px;
        padding-inline-start: 40px;
   
    
}


.li{
    
    display: list-item;
    text-align:inherit;
}

.page-header{
    display: flex;
    gap: 1rem;
}

.content{
    padding: 75px 75px 20px;
    /* border: greenyellow 1px solid; */
}

.page-icon{
    margin-right: 15px;
    border: 2px solid #33343a;
    object-fit: cover;
    min-width: 100px;
}


.place-holder{
    min-height: 91px;
    /* border: greenyellow 1px solid; */

}


.section-header {
    margin-bottom: 25px;
    margin-top: 35px;
    position: relative;
    z-index: -1;
    
}



.section-header .section-title {
    border-bottom: 3px solid #009eec;
    display: inline-block;
    font-size: 24px;
    font-weight: 500;
    margin: 0 15px -10px 0;
    padding: 0 5px 5px;
}

.section-header:after {
    border-bottom: 1px solid #33343a;
    bottom: -7px;
    content: "";
    display: block;
    left: 15px;
    position: absolute;
    right: 15px;
    z-index: -1;
   
}

p {
    margin-bottom: 1rem;
    margin-top: 0;
    display: block;
    margin-block-start: 1em;
    margin-block-end: 1em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
}


.confirm
{
    background-color: gray;
    padding: 1rem;
    cursor: pointer;
}

a.like-button:visited {
    color:white;
    text-decoration: none;

}

a.like-button:link {
    color:white;
    text-decoration: none;

}





/* Responsiveness */

@media(max-width: 990px)
{
  

    /* .navbar{
        display: none;
    } */

    .header__links,
    .header__btn-container,
    .header__menu
   
    {
        display: none;
    }

    .navbar .toggle_btn{
        display: block;
    }

    .dropdown_menu{
        display: block;
    }


section{
    border: rgb(0, 255, 21) 1px solid;
    width: 400px;
}


.intro_box{
    /* overflow-x: hidden; */
    width: 400px;
    border-radius: 0;
}    

.intro_container{
    
    flex-direction: column;
}


}


@media(max-width: 550px){

    .dropdown_menu {
        left: 2rem;
        width: unset;
    }



}

