body{
    background-color:#0d0f11;
    user-select: none;
    background-attachment:fixed;
	background-repeat: no-repeat;
	background-position:center;
	background-size:100% 100%;
	overflow-x:hidden;
}
header{
    position: fixed;
    padding:20px 25px;
    width:100%;
    z-index: 1;
}
div
{
    color:white
}
#logo
{
    float:left
}
nav
{
    float: right;
}
ul
{
    list-style: none;
}
ul li
{
    display: inline-block;
    font-weight: 600;
}
ul a
{
    color:white!important;
    padding: 2px 5px;
    letter-spacing: 2px;
}
section img
{
    width:100%;
    height:640px;
    opacity: 0.5;
}
#serachOption
{
    position: absolute;
    top: 25vh;
    left: 9vw;
}
h2{
    letter-spacing: 0.2vw;
    font-weight: bold;
}
#search
{
    width: 600px;
    height: 8vh;
    padding-left: 2vw;
    border: none;
    border-radius: 0.2vw;
}
#typeText
{
    margin-top: 5vh;
}
#directionArrow ul a{
    font-size:3vw;
    color: white;
    text-decoration: none;
    letter-spacing: normal!important;
}
#directionArrow ul li
{
    float: left;
    width: 18vw;
    
}
#directionArrow ul h4{
    color:#FFC107;
    font-size:1.9vw;
}
#directionArrow
{
    background: linear-gradient(to bottom, transparent, #000);
    position: absolute;
    bottom: 0;
    z-index: 9;
    width: 100%;
    padding: 32px 60px 17px 65px;
    color: #fff;
    text-align: center;
}
.container
{
    width: 100%;
    display: flex;
    /* margin-top: 108vh; */
    justify-content: center;
}
#endBar
{
    height: 6px;
    width: 110px;
    margin: auto;
    background: #630a63;
}
::-webkit-scrollbar {
    width: 0.5vw;
}
::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px white;
    background: white
}
 
::-webkit-scrollbar-thumb {
    background: gray;
    border-radius: 10px;
}   