body{
    font-family: Arial, Helvetica, sans-serif;
    margin: 0px;
    padding: 0px;
    width: 100%;
    height: 100svh;
    color: white;

}

header{
    margin: 0px;
    background: rgb(56, 21, 21);
    display: flex;
    justify-content: space-between;
    align-items: center;
    

}
header img{
    width: 70px;
    height: 50px;
    border-radius: 30px;
    
    
}
.himg{
    display: flex;
    background: rgb(248, 247, 247);
    border-radius: 30px;
}

#img1{
    width: 30%;
    height: 60px;
}

#img2{
    width: 100%;
    height: 60px;
}

nav ul{
    list-style: none;
    text-decoration: none;
    display: flex;
}

nav li{
    padding: 15px;
    text-transform: uppercase;
    position: relative;
    
}

nav a{
        text-decoration: none;
        color: white;
}

nav a:hover, .hide:hover{
    font-weight:bold;
    color: orangered;
    background: black;
    padding: 10px;
    border-radius: 10px;
}

.hidden{
    display: block;
    background-color: rgb(56, 21, 21);
    margin: 0px;
    padding: 0px;
    justify-content: center;
    position: absolute;
    right: 0px;
    text-align: center;
    display: none;
    z-index: 1;
}

.unhide:hover .hidden{
       display: inline-block; 
       margin-top: 30px;
       padding: 10px;
       

}
.hide{
    margin: 2px 0px;
    padding: 10px 0;
}
header form{
    display: flex;
    height: 35px;
    margin: 5px;
}

form input{
    padding: 15px;
    background: black;
    color: white;
    font-weight: bold;
    border-radius: 10px;
    border: solid 2px rgb(95, 22, 22);
}

.but1{
    background: rgb(216, 79, 29);
    border-radius: 10px;
    color: white;
    border: solid 2px rgb(24, 17, 17);
}

.showcase{
    background-image: url(../images/Itachi.png);
    height: 500px;
    margin: 0px;
    padding: 0px;
    margin-top: -24px;
    display: flex;
    justify-content: space-evenly;
    align-items: center;
}

marquee{
    background-color: BLACK ;
    border: solid 3px rgb(56, 21, 21);
}
marquee h1{
    color:orangered
}

.form{
    background-color: rgb(56, 21, 21);
    box-sizing: border-box;
    width: 35%;
    margin-left: -400px;
    padding: 25px;
    border-radius: 10px;
    

}
.form input{
    box-sizing: border-box;
    width: 98%;
    padding: 10px;
}

.form button{
    background: rgb(216, 79, 29);
    border-radius: 10px;
    color: white;
    border: solid 2px rgb(24, 17, 17);
    width: 98%;
    height: 40px;
}

.signup{
    text-align: center;
    color: orangered;
    background-color:  rgb(82, 75, 75);
    padding: 40px;
    border-radius: 40px;
    opacity: 70%;
}
.signup h1{
    font-size: 60px;
    font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
}

.mark{
    color: white;
}

.signup h1{
    font-size: 60px;
    font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
    margin: 10px 0px;
}
.signup h3{
    font-size: 20px;
    margin: 10px 0px;
    padding: 0;
}

.signup p{
    color: white;
    font-size: 20px;
    margin: 10px 0px;
    padding: 0;
}    

.signup a{
    color: white;
    text-decoration: none;
    font-size: 20px;
}

.signup a:hover{
    color: orangered;


