@import url('https://fonts.googleapis.com/css?family=Open+Sans+Condensed:700');

@import url('https://fonts.googleapis.com/css2?family=Averia+Sans+Libre:wght@300;400&display=swap');


@font-face {
    font-family: Genshin;
    src: url(Fonts/zh-cn.ttf);
}

@font-face {
    font-family: GI Drip;
    src: url(Fonts/Genshin\ Impact\ DRIP\ FONT.ttf);
}

@font-face {
    font-family: Game;
    src: url(Fonts/ARCADECLASSIC.TTF);
}

@font-face {
    font-family: Dragon;
    src: url(Fonts/Dragon\ Fire.ttf);
}

@font-face {
    font-family: Joystick;
    src: url(Fonts/joystix\ monospace.otf);
}

@font-face {
    font-family: Hollow;
    src: url(Fonts/PixelBookOut-Regular.ttf);
}
*{
    padding: 0;
    margin: 0;
    text-decoration: none;
    box-sizing: border-box;
    scroll-behavior: smooth;
}

.overlay
{
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #474242;
  mix-blend-mode: overlay;
  z-index: 1;
}

.bg {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    z-index: 1;
    filter:blur(5px);
}

body{
    padding: 0px;
    margin: 0px;
    width: 100%;
    height: 100%;
    list-style: none;  
    display: flex;
    justify-content: center;
    min-height: 100vh;
}

nav {
    display: flex;
    justify-content: center;
    padding: 10px;
    position: absolute;
    background-color: rgba(0, 0, 0, 0.39); 
    width: 100%;
    height: 100px;
    z-index: 1; 
    overflow: hidden;
    box-shadow: 3px 3px 5px #ffffff;
    /* border-radius: 100% 100% 100% 100%; */
}

.logo img{
    position: relative;
    width: 65px;
    height: 65px;
    display: block;
    box-sizing: content-box;
    background-color: rgb(0, 0, 0);
    border: 5px solid #d34410;
    border-radius: 100%;
    bottom: 22px;
}

.links {
    display: flex;
    list-style: none;
    /* gap: 150px; */
    /* padding-top: 30px; */
}

.links li:not(.logo){
    /* margin-top: 25px; */
    /* margin-left: 80px; */
    padding-top: 25px;
    border-radius: 25px; 
}

.links li:hover:not(.logo){
    background-color: #474242;
    transition: all 1.50ms cubic-bezier(0.075, 0.82, 0.165, 1);
}

.links a {
    text-decoration: none;
    color: white;
    font-family: Game;
    font-size: 25px;
    transition: color 0.3s ease; 
    padding: 25px 45px;
    border-radius: 25px;
}

/* .links a:hover {
    text-shadow: 0 0 15px #8e54e9;
  transition: all 50ms cubic-bezier(0.075, 0.82, 0.165, 1);
    border-bottom: 4px solid rgb(216, 38, 6);
} */

.links .logo {
    padding-bottom: 40px;
}
/* .links a:active{
    background-color: #ffffff;
} */

.links .menu{
    display: none;
}

.sidebar{
    position: fixed;
    top: 0;
    right: 0;
    height: 100%;
    width: 250px;
    z-index: 9;
    background-color: rgba(255, 255, 255, 0.986);
    backdrop-filter: blur(2px);
    display: none;
    flex-direction: column;
    list-style: none;
    align-items: flex-start;
    justify-content: flex-start;
    overflow: auto;
}

.sidebar li{
    width: 100%;
    text-align: center;
    padding-bottom: 60px;
    
}

.sidebar .cross{
    align-items: center;
    text-align: center;
    padding-top: 10px;
}
.sidebar a{
    width: 100%;
    font-family: Game;
    font-size: 35px;
    text-decoration: none;
}

.sidebar a:visited{
    color: none;
}
.menu-button{
    display: none;
    padding-left: 50px;
}
#background-vid {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.content {
    color: #ffffff;
    font-family: Joystick;
    position: relative;
    top: 200px;
    /* padding-left: 30px;
    padding-right: 30px; */
    z-index: 1;
    width: 100%;
    height: 100%;
}

.page1head{
    text-align: center;
    align-items: center;
    font-size: 45px;
    padding-top: 30px;
}

/* .content h1{
    text-align: center;
    font-size: 45px;
} */


/*Characters.html*/


.content-characters {
    width: 100%;
    height: 100%;
    position: relative;
    top: 6.3rem;
}

.char-heading{
    position: relative;
    top: 2rem;
    font-size: 45px;
    text-align: center;
    align-items: center;
    font-family: Game;
    background-color: bisque;
    border-radius: 5px;
}


.body1 {
    padding: 0;
    margin: 0;
    width: 100%;
    height: 100%;
    background-image: url(character-bg.jpg);
    background-size: cover;
    background-position: center center;
    background-attachment: fixed;
    backdrop-filter: blur(3px);
}

.search-container{
    position: relative;
    top: 50px;
    height: 50px;
    background-color: #eee;
    margin: 0 280px;
    border-radius: 3px;
    padding: 20px;
    display: flex;
    align-items: center;
    text-align: center;
    justify-content: space-around;
    gap: .25rem;   
}

.search-bar{
    width: 100%;
    height: 100%;
    font-size: 1rem;
    font-family: Genshin;
    border: none;
    outline: none;
    background: none;
    padding: 15px;
}

.hide {
    display: none;
}

.card-container {
    margin-top: 3rem;
    display: flex;
    justify-content: center;
    margin-bottom: 20px;
    flex-wrap: wrap;
    position: relative;
}

.cards {
    border: 3px none rgb(0, 0, 0);
    border-radius: 15px;
    padding: 10px;
    box-shadow: 0 2px 4px rgb(0, 0, 0.5);
    margin: 20px; 
    background-color: #ffffff;
    width: 220px;
    height: 440px;
    /* cursor: pointer; */
}

.card-image {
    background-color: aliceblue;
    height: 320px;
    margin-bottom: 7px;
    background-size: cover;
}

.cards a{
    background-color: rgb(255, 255, 255);
    color: #d34410;
    text-transform: uppercase;
    font-family: GI Drip;
    border-radius: 4px;
    text-align: center;
    display: block;
    text-decoration: none;
    margin: 9px 30px;
}

.cards p{
    text-align: center;
    color: #d34410;
    font-family: 'Averia Sans Libre', cursive;
    font-size: 18px;
    text-decoration: none;
    
}

.cards h2{
    text-decoration: underline 2px black;
    color: #d34410;
    margin-bottom: 5px;
    font-family: Genshin;
    font-size: 20px;
    text-align: center;
}

.albedo {
    background-image: url('cards/Albedo.webp');
    border-radius: 5px;
}

.alhaitham {
    background-image: url('cards/Alhaitham.webp');  
}

.aloy {
    background-image: url('cards/Aloy.webp');  
}

.amber {
    background-image: url('cards/Amber.webp');  
}

.itto {
    background-image: url('cards/Itto.webp');  
}

.baizhu {
    background-image: url('cards/Baizhu.webp');
}

.bennett {
    background-image: url('cards/Bennett.webp');
}

.collei {
    background-image: url(cards/Collei.webp);
}

.dehya {
    background-image: url(cards/Dehya.webp);
}

.eula {
    background-image: url(cards/Eula.webp);
}

.fischl {
    background-image: url(cards/Fischl.webp);
}

.ganyu {
    background-image: url(cards/Ganyu.webp)
}

.hutao {
    background-image: url(cards/Hu_Tao.webp);
}

.jean {
    background-image: url(cards/Jean.webp);
}

.kazuha {
    background-image: url(cards/Kazuha.webp);
}


.cards:hover{
    transform: scale(1.03);
    transition: all 0.5s ease;
}

.cards a:hover{
    background-color: black;
    transition: 0.2s;
}

.top {
    position: fixed;
    bottom: 30px;
    right: 30px;
    padding: 10px 15px;
    background-color: rgba(255, 136, 0, 0.932);
    border-radius: 50px ;
    cursor: pointer;
    border-color: black;
    transition: all 0.5s ease 0s;
    display: none;
}

.top.active{
    display: block;
}

/*Map File*/

.map {
    width: 100%;
    height: auto;
    padding-top: 100px;
}

.map-body{
    background-color: black;
}

/*Lore*/

.lore-body {
    padding: 0;
    margin: 0;
    width: auto;
    height: auto;
    background-image: url(Element_Pyro_Background.webp);
    background-size: cover;
    background-position: center center;
    background-attachment: fixed;
}

.lore-1 {
    padding-top: 200px;
    color: #ffffff;
    font-size: larger;
    width: 100%;
    margin-bottom: 50px;
    font-family: Genshin;
    padding-left: 20px;
    padding-right: 20px;
    text-align: center;
    align-items: center;
    position: absolute;
}

.lore-1 p{
    padding-bottom: 20px;
}

.lore-1 ol {
    color: #ffffff;
    padding-left:37px;
    text-align: left;
}

.lore-1 li {
    padding-bottom: 25px;
}

/* Artifacts */

.art-body h1 {
    color: rgb(0, 0, 0);
    font-family: Joystick;
    /* mix-blend-mode:hue 1000; */
    font-weight: 5000;
    text-align: center;
    display: flex;
    position: absolute;
    padding-top: 130px;
    /* margin-bottom: 50px; */
}

.art-body {
    padding: 0;
    margin: 0;
    width: auto;
    height: auto;
    background-image: url(aaru-village.jpg);
    background-size: cover;
    background-position: center center;
    background-attachment: fixed;
    backdrop-filter: blur(3px);
}



.art-container {
    padding-top: 200px;
    display: flex;
    justify-content: center;
    margin-bottom: 20px;
    flex-wrap: wrap;
}

.arts {
    border: 3px none rgb(0, 0, 0);
    border-radius: 15px;
    padding: 10px;
    box-shadow: 0 2px 4px rgb(0, 0, 0.5);
    margin: 20px; 
    background-color: #ffffff;
    width: 360px;
    height: 430px;
    align-items: center;
    /* cursor: pointer; */
}

.art-image {
    background-color: aliceblue;
    height: 235px;
    width: 235px;
    margin-bottom: px; 
    background-size: cover;
    position: relative;
    margin-left: 50px;
}

.arts a{
    background-color: rgb(255, 255, 255);
    color: #d34410;
    text-transform: uppercase;
    font-family: GI Drip;
    border-radius: 4px;
    text-align: center;
    display: block;
    text-decoration: none;
    margin: 35px 90px;
}

.arts p{
    text-align: left;
    color: #d34410;
    font-family: 'Averia Sans Libre', cursive;
    font-size: 18px;
    text-decoration: none;
    
}

.arts h2{
    text-decoration: underline 2px black;
    color: #d34410;
    margin-bottom: 5px;
    font-family: Genshin;
    font-size: 20px;
    text-align: center;
}

.adventurer {
    background-image: url(cards/Artifacts/Item_Adventurer\'s_Flower.webp);
}

.luckydog {
    background-image: url(cards/Artifacts/Item_Lucky_Dog\'s_Clover.webp);
}

.tinymiracle {
    background-image: url(cards/Artifacts/Item_Tiny_Miracle\'s_Flower.webp);
}

.berserker {
    background-image: url(cards/Artifacts/Item_Berserker\'s_Rose.webp);
}

.braveheart {
    background-image: url(cards/Artifacts/Item_Medal_of_the_Brave.webp);
}

.gladiators {
    background-image: url(cards/Artifacts/Item_Gladiator\'s_Nostalgia.webp);
}

.hod {
    background-image: url(cards/Artifacts/Item_Gilded_Corsage.webp);
}

.deepwood {
    background-image: url(cards/Artifacts/Item_Labyrinth_Wayfarer.webp)
}

.marechaussee {
    background-image: url(cards/Artifacts/Item_Marechaussee_Hunter_Flower.webp);
}

.eosf {
    background-image: url(cards/Artifacts/Item_Magnificent_Tsuba.webp);
}

.arts:hover{
    transform: scale(1.03);
    transition: all 0.5s ease;
}

.arts a:hover{
    background-color: black;
    transition: 0.2s;
}

/*About Page*/

.about{
    position: relative;
    width: 100%;
    height: 100%;
    top: 105px;
    padding: 8px;
}
iframe {
    position: relative;
    left: 70%;
}


@media (min-aspect-ratio: 16/9) {
    .background-vid{
        width: 100%;
        height: auto;
    }
}

@media (max-aspect-ratio: 16/9) {
    .background-vid{
        width: auto;
        height: 100%;
    }
}


@media screen and (max-width: 960px) {

    body {
        width: 100%;
        height: 100%;
        margin: 0;
        padding: 0;
        overflow-x: hidden;
    }

    .content{
        height: 100%;
        width: 100%;
    }

    .page1head{
        font-size: 35px;
    }
    .hideOnMobile{
        display: none;
    }
    .menu-button{
        display: block;
    }

    .links .logo {
        margin-left: 0px;
    }

    .links .menu-button{
        margin-left: 100px;
        padding-left: 0px;
        border-radius: 30px;
    }
    iframe{
        left: 6%;
    }

    
}

@media screen and (max-width: 400px) {
    .sidebar{
        width: 100%;
    }

    .page1head{
        font-size: 30px;
    }

    .content-characters h1{
        font-size: 30px;
    }

    .search-container{
        position: relative;
        margin: 0;
    }

    .search-bar{
        margin: 5px;
    }
}

  