@import url('https://fonts.googleapis.com/css2?family=Noto+Serif+Khojki:wght@400;500;600;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');

body{
    background-color: rgb(0, 0, 0);
}

.header{
    height: 90px;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-template-rows: 1fr 1fr;
    justify-content: space-between;
    position: fixed;
    top:0px;
    left:0px;
    right:0px;
    background-image: url(Assets/Header.png);
    background-size: cover;
    z-index: 100;
    box-shadow: 0px 0px 15px 3px #F66E89;
}

.LeftHeader{
   grid-column: 1/2;
   grid-row: 1/2; 
   margin-left: 0px;
}

.logo{
   width:auto;
   height:90px; 
}

.RightHeader{
   grid-column: 5/6;
   grid-row: 1/2; 
  margin-top: 20px;
  transition: 250ms;
   filter:opacity(.5);
}

.shop{
   width:75%;
   height:auto; 
}

.RightHeader:Hover{
   transform: scale(1.1); 
   filter:opacity(1);
   transform:translateY(-2px);
}

.Cover{
    background-color: rgb(0, 0, 0);
    top:0px;
    left:0px;
    right:0px;
    height:83px;
    margin-bottom: 2.5vw;
}

/* Header ^^^^^, Bio vvvvvvv */
.Container{
    position: relative;
    width:80%;
    margin: auto;
}



.Bio{
    background-color: #000000;
    display: grid;
    flex:1;
    width:100%;
    height:100%;
    grid-template-columns: repeat(auto-fit, minmax(375px, 1fr));
    grid-auto-rows: 750px;
    row-gap: 1em;
    column-gap: 1em;
}

.Badge{
background-image: url(Assets/ShiromoriBio.gif);
background-repeat: no-repeat;
background-color: rgb(0, 0, 0);
background-position: center;

}

.Des{
    background-image: url(Assets/ShiromoriProfile1.png);
    background-repeat: no-repeat;
    background-color: rgb(0, 0, 0);
    background-position: center;
    
    }
    
.line{
    margin-top:2vw;
    background-color: #F66E89;
    width:100%;
    height:10px;
    margin-bottom:2vw;
}

/* Bio ^^^^^, pics vvvvvv */
.deck{
    display:grid;
    gap:2rem;
    grid-template-columns: repeat(auto-fill, minmax(240px,1fr));
    margin-left:3vw;
    margin-right:3vw;
    margin-bottom:3vw;
}


/*  Grid style (genral styles) ^^^^^^, Card style (unit styles) vvvvvvvv */

.card, .card2, .card3, .card4, .card5, .card6, .card7, .card8, .card9, .card10, .card11, .card12{
    display:flex;
    flex-direction: column;
    justify-content: center;
    justify-items: center;
    background-color: #141414;
    font-size: 3rem;
    color: white;
    box-shadow: #F66E89 0px 0.15rem 0.5rem,rgba(0, 225, 255, 0.1) 0px 0.175rem 0.75rem;
    height:300px;
    width:100%;
    border-radius: 4px;
    transition: all 50ms;
    overflow:hidden;
    background-size: cover;
    background-position: center;
    background-repeat: none;
}

.card:hover, .card2:hover, .card3:hover, .card4:hover, .card5:hover, .card6:hover, .card7:hover, .card8:hover, .card9:hover, .card10:hover, .card11:hover, .card12:hover{
    box-shadow: #F66E89 0px 0.35rem 1.175rem,rgba(0, 225, 255, 0.2) 0px 0.175rem 0.5rem;
    transform:translate(-1px) scale(1.03);
    color:aqua;
    background-color: #252525;
}

.card{
    background-image:url(Assets/PicL3.png);
    background-repeat: no-repeat;
    background-size: fill;
}