*{
    padding: 0;margin: 0;
    background: black;
    color: white;
    font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
}

header{
    display: flex;
    align-items: center;
    justify-content: space-around;
    height: 20vh;
    /* border: solid; */
}
.brand{
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}
.brand h1{
    font-size: 6rem;

}
.brand span{
    text-align: center;
    font-size: 20px;    

}
.nav-list{
    display: flex;
    align-items: center;
    justify-content: center;
}
.nav-list ul{
    display: flex;
    align-items: center;
    justify-content: center;
}
.nav-list ul li{
    margin: 10px;
    font-size: 20px;
    text-transform: uppercase;
    list-style: none;
}
a{
    text-decoration: none;
}
.nav-icons{
    display: flex;
    align-items: center;
    justify-content: center;
}
.nav-icons ul{
    display: flex;
    align-items: center;
    list-style: none;
    justify-content: center;
}
.nav-icons ul li{
    margin: 20px;
}
.nav-icons img{
    width: 40px;
}
.nav-icons a{

    padding: 20px 40px 20px 40px;
    background: blue;
    color: white;
    border-radius: 10px;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 18px;
}
.main{
    /* border: solid; */
    margin: 100px;
}
.name{
    display: flex;
    align-items: center;
    justify-content: center;
}
.name h1{
    font-size: 10rem;
    color: #668aff;
}
.name span{
    font-size: 30px;
    rotate: 90deg;
}
.my{
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}
.serch{
    display: flex;
    align-items: center;
    justify-content: center;

}
.serch input{
    padding: 20px 600px 50px 10px;
    background: #202024;
    border-radius: 25px;
    border: none;
    font-size: 30px;
    position: relative;

}
.rec{
    margin: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.rec span{
    position: absolute;
    margin-right: 540px;
    margin-bottom: 50px;
}

.rec a{
    padding: 15px 25px 15px 25px;
    text-transform: uppercase;
    border-radius: 25px;
    margin-left: 20px;
    background: #2b2b2c;
    color: #7d7d82;
}
.tag{
    display: flex;
    align-items: center;
    justify-content: space-around;
    font-size: 20px;
    margin-top: -50px;
}
.tag a{
    color: #668aff;
    text-transform: uppercase;
    margin: 20px;
}
button{
    padding: 20px 30px 20px 30px;
    background: blue;
    border: none;
    text-transform: uppercase;
    font-size: 25px;
    border-radius: 10px;
    font-weight: 600;
    margin-left: 2rem;


}
button:hover{
    cursor: pointer;
    background: rgb(0, 0, 129);
    color: rgb(205, 204, 204);

}

/* result page css */

#results{
    margin: 50px;
    display: flex;
    flex-direction: column;
}
#results h2{

    text-transform: capitalize;
    margin-bottom: 2rcap;
}
#results p{
    margin-bottom: 40px;
    font-size: 20px;
    width: 40%;
    color: #7d7d82;
}
#results a{
    font-size: larger;
    color: #668aff;
}

#results hr{
    margin-bottom: 40px;
    height: 4px;  
    background-color: #2b2b2c;  
    border: none;  
}
#loader {
    display: none;
  }

  .hidden {
    display: none;
  }
  .show{
    display: flex;

    font-size: 70px;
}


/* 404 page css */


.a404{
    margin: 100PX;
    font-size: 10rem;
}
.a{
    display: flex;
    align-items: center;
    justify-content: center;
}
.a a{
    color: #668aff;
    margin: 20px;
}
.sticky {
    position: fixed;
    top: 0;
    width: 100%;
    background-color: black;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    transition: all ease-in-out 4s;
  }


  /* fotter css */
  footer{
    background: #2b2b2c;
    height: 20vh;
  }
  .upper{
    display: flex;
    align-items: center;
    justify-content: space-around;
  }
  .icons{
    margin: 20px;
  }
  .icons svg{
    margin: 20px;
  }

.lower{
    display: flex;
    align-items: center;
    justify-content: center;
    height: 10vh;
    background: #202024;
}
.lower p{
    background: #202024;
}
.lower a{
    color: #668aff;
    background: #202024;
}