@font-face {
    font-family: njjk;
    src: url(./Jujutsu\ Kaisen.ttf);
}

@font-face {
    font-family: jjk;
    src: url(./CreakingCrypt-Regular.otf);
}

* {

    margin: 0;
    padding: 0;
    box-sizing: border-box;
    

    }
    


html,body {
    height: 100%;
    width: 100%;

}

#main {
    height: 100vh;
    width: 100%;
    background: linear-gradient(rgb(177, 17, 17) 52% , black);
   
}

#nav {
    display: flex;
    background-color:#A7454C;
    padding: 10px;
    justify-content: center;
    gap: 40px;
    font-family: njjk;
    font-size: 23px;

}

#text {
    font-family: njjk;
    color: black;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 17px;
    font-size: 72px;
    text-shadow: 7px 7px 2px red ;
    transition: all 0.3s ease;
    position: relative;
    
    /* left: 290px;
    z-index: 2; */

}

#tj {
    left: 310px;
    z-index: 2;
    position: absolute;
    top: 8px;
}

#text:hover {
    color: rgb(255, 0, 0);
     /* text-shadow: 8px 8px 1px black ; */
     text-shadow: -8px -4px 2px black ;
    text-decoration:underline;
    
}

#hand {
    display: flex;
    position: absolute;
    top: 305px;
    left: 750px;
    z-index: 3;
    border: red solid 2px ;
    transform: rotate(-2deg);
}

#title {
    position: absolute;
    top: 160px;
    left: 620px;
    border: red solid 2px ;
    transform: rotate(2deg);
    
    
}

#final {
    position: absolute;
    top: 178px;
    left: 980px;
    border: red solid 2px ;
    transform: rotate(-2deg);
    z-index: 2;
}

.vidi:hover{
    scale: 1.2;
    transition: all ease 1s;
}

#para {
    width: 400px;
    color: rgb(255, 215, 215);
    margin-top: 350px;
    margin-left: 18px;
    text-shadow: 0px 0px 1px rgb(0, 0, 0);
    font-family: Georgia, 'Times New Roman', Times, serif;
    font-size: 16px;
    font-weight: 400;
}

#jjcard {
    height: 100vh;
    width: 100%;
    background: linear-gradient(black ,rgb(177, 17, 17) 40%);
    position: relative;
    flex-wrap: wrap;
    gap: 20px;
   
}

#jjcard h1 {
    color: red;
    font-family: njjk;
    display: flex;
    justify-content: center;
    font-size: 50px;
    text-shadow: 6px 6px 2px black;
    padding: 18px;
    scale: 1.1;
}

#jjcard h1:hover{
    color: rgb(255, 48, 48);
     /* text-shadow: 8px 8px 1px red ; */
     text-shadow: -4px -3px 2px rgb(255, 193, 193) ;
    text-decoration:underline;
    transition: all 0.3s ease;

}

#jjkcardsall {
    margin-left: 30px;
    display: flex;
    gap: 25px;
    flex-wrap: wrap;
}

.cards {
    background-color: #1A1A1A;
    height: 38vh;
    width: 15vw;
    padding: 10px;
    margin: 8px;
    margin-top: 5px;
    /* margin-left: px; */
    border-radius: 20px;
    box-shadow: 8px 8px 12px black;
    display: flex;
    flex-direction: column;
    align-items: center;
    border: 2px solid #990000;
    
}

.cards img {
    height: 88px;
    width: 88px;
    border-radius: 50%;
    object-fit: cover;
    object-position: center; 
    border: 2px solid #990000;
    margin-bottom: 7px;
}

.cards img:hover {
    scale: 1.15;
    transition: all ease 1s;
}


.tn {
    color: whitesmoke;
    font-family:'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
    margin-bottom: 10px ;
    
}

.tdesc {
    color: #b3b3b3;
    text-align: center;
    font-family:'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
    margin-bottom: 15px;
    
}

#megumi h3{
    font-size: 18.5px;
}

.all {
    font-size: 15px;
    font-family: Arial, Helvetica, sans-serif;
    background-color: red;
    border: none;
    border-radius: 20px;
    padding: 8px;
}

.all:hover{
    color: aliceblue;
    background: radial-gradient(red , black);
    border: 2px solid red;
}

