html,body{
    margin: 0;
    
}
.hero{
  display: flex;
  flex-direction: column;
  height: 20%;
  align-items: center;
  position: static;
  padding-bottom: 10%;
    
}
.name{
    display: flex;
    align-items: center;
    color: whitesmoke;
}
.spacer{
  height: 40%;
}

.button{
  width: 10px;
  height: 10px;
  background-color: white;
}


.wrapper{
    display: flex;
    width: 70%;
    justify-content: space-evenly;
    background-color: rgb(14, 14, 14);
    position: sticky;
    top: 30%;

}
.hero-img{
  width: 100%;
}

.car{
    display: flex;
    flex-direction: column;
    width: 20%;
}

.name {
    display: flex;
    align-items: center;
    color: whitesmoke;
    font-size: xx-large;
    font-style: italic;
}

input[type="range"]{
    -webkit-appearance:none;
    height:20px;
    margin:10px 50px;
    background: linear-gradient(to right, #838181 0%, #595959 100%);
    background-size: 200px 10px;
    background-position:center;
    background-repeat:no-repeat;
    overflow:hidden;
    outline: none;
  }
  
  input[type="range"]:first-of-type{
    margin-top:30px;
  }
  
  input[type="range"]::-webkit-slider-thumb{
    -webkit-appearance:none;
    width:20px;
    height:20px;
    background:#e6e6e6;
    position:relative;
    z-index:3;
    box-shadow:0 0 5px 0 rgba(0,0,0,0.3);
  }
  
  input[type="range"]::-webkit-slider-thumb:after{
    content:" ";
    width:160px;
    height:10px;
    position:absolute;
    z-index:1;
    right:20px;
    top:5px;
    background: #d0d0d0;
    background: linear-gradient(to right, #f088fc 1%, #AC6CFF 70%);
  }

  /* Add a black background color to the top navigation */
.topnav {
    background-color: #333;
    overflow: hidden;
  }
  
  /* Style the links inside the navigation bar */
  .topnav a {
    float: left;
    color: #f2f2f2;
    text-align: center;
    padding: 14px 16px;
    text-decoration: none;
    font-size: 17px;
  }
  
  /* Change the color of links on hover */
  .topnav a:hover {
    background-color: #ddd;
    color: black;
  }
  
  /* Add a color to the active/current link */
  .topnav a.active {
    background-color: #474747;
    color: white;
  }

  body{
    background-color: black;
    height: 300%;
}
.front{
    width: 100%;
    height: 100%;
    position: fixed;
    background-size: 100%;

}
.title{
    color: white;
font-family: Arial, Helvetica, sans-serif;
width: 100%;
height: 100%;
position: fixed;
top: 100px;
display: flex;
justify-content: center;
text-align: center;
font-style: italic;

}
.blur{
    color: transparent;
    text-shadow: 0 0 20px white;
}
.menu{
  height: 50px;
  color:white
}

.lang-btn{
  position: fixed;
    width: 70px;
    z-index: 3;
    right: 0;
    color: white;
    text-decoration: none;
    font-style: italic;

}

.filter{
  height: 50px;
  border-top-style: solid;
  border-top-color: white;
  width: 100%;
  display: flex;
  justify-content: center;
  max-width: 980px;
  margin: auto;
  align-items: center;
}


.filter-item{
  height: 50%;
  z-index: 2;
  
}
