/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/


@font-face {
  font-family: 'CustomFont'; /* Name of the font */
  src: url('CryptoScamRegular-rgXvA.ttf') format('truetype');
       
  font-weight: normal;
  font-style: normal;
}


#header {
  position: fixed;
  border: 0px red solid;
  font-family: 'Strait';
  top: 0;
  left: 0;
  position: relative;
  display: flex;
  justify-content:space-between;
  padding:0px 25px;
  align-items: center;
  width: 100%;
  height: 80px;
  background: #171A21;
  z-index: 999;font-size: 15px;
  font-weight: 700;

}


.nav-menu {
  display: flex;
  list-style: none;
}

.nav-menu li {
  
  margin: 0 40px;
}

.nav-menu li a {
  text-decoration: none;
  color: white;
  transition: color 0.3s;
}

.nav-menu li a:hover {
  color: #f1c40f;
}

#logo {
  display: flex;
  justify-content: center;
  align-items: center;
}

#logo img {
  width: 150px;
}

@media (max-width: 768px) {
  #header {
    position: fixed;
    flex-direction: column;
    padding: 15px 20px;
  }

  .nav-menu {
    flex-direction: column;
    align-items: center;
    margin-top: 10px;
  }

  .nav-menu li {
    margin: 10px 0;
  }
}

body {
  
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed; /* Keep background fixed */
  margin: 0;
  padding: 0;
  overflow-x: hidden; /* Prevent horizontal scrolling for body */
  height: 100vh;
}



.background {
  background-image: url('dark-industrial-wallpaper-3d-render-600nw-2152018905 (1) (1).jpg');
  position: fixed; /* Keeps it static while scrolling */
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  margin: 0;
  padding: 0;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  filter: brightness(50%); /* Adjust brightness here (100% = normal) */
  z-index: -1; /* Keeps it behind all content */
}


* {
  margin: 0px;
  padding: 0px;
  box-sizing: border-box;
  font-weight: 400;
  border: 0px solid red;
}

.wrapper{
  display: flex;
  flex-wrap: nowrap;
  width: auto;
  height: 780px;
}

.cars{
  margin: 30px 60px;
  width: auto;
  height: auto;
  border: 0px red solid;
  justify-content: center;
  align-items: center;
}
.eva{
  width: 100%;
  height: auto;
  display: flex;
  justify-content: flex-start;
  
}

::-webkit-scrollbar {
  display: none;
}

.sect1{
  width: 900px;
}

.sect1 h1{
  margin-left: -5px;
  font-size: 130px;
  font-family: "orbitron";
  font-weight: 800;
}

.sect1 h2{
  margin-top: -30px;
  font-size: 39px;
  font-weight: 200;
  text-align: left;
  font-family: "Orbitron";
}

p{
  font-weight: 300;
  font-size: 16px;
  font-family: 'Lexend';
}



.sect3{ 
  height: 700px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.sect3 img{
  border-radius: 10px;
  height: 49%;
}

.sect4{
  height: 700px;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;

  width:max-content;
  padding: 0px 50px;
}

.sect4 h1{
  font-size: 40px;
  text-align: center;
  font-family: "Orbitron";
  font-weight: 600;
  padding: 20px 20px;
}

.sect4 p{
  font-family: "Orbitron";
  font-size: 16px;
  
}

.block{
  padding: 30px 50px;
  border-radius: 10px;
  box-shadow: 4px 4px 20px rgb(197, 197, 197);
  width: 60%;
  margin: 10px 10px;
}

.block h2{
  text-align: center;
  font-size: 20px;
  text-align: center;
  font-family: "Orbitron";
}

.block ul li{
  font-weight: 300;
}

.sect1 img{
  border-radius: 10px;
  height: 440px;
}

/*SECOND CAR (VEGAS 4.0)*/
.vega{
  width: 100%;
  height: auto;
  display: flex;
  justify-content: flex-start;
  
}

.line{

  height: 100vh;
  width: 1.5px;
  background:black;
}


.eva{
  color: white;
}


.menu {
  display: flex;
  align-items: center; /* Vertically center all items */
  justify-content: space-between; /* Space out left, center, and right sections */
  background-color: rgba(0, 0, 0, 0.7); /* Semi-transparent black background */
  padding: 0 40px; /* Add padding on the sides */
  height: 80px; /* Fixed height */
  position: relative;
  color: #fff; /* Text color */
}



.racing-head {
  font-family: 'CustomFont', sans-serif;
  font-size: 24px;
  font-weight: bold;
  color: #fff;
  text-align: center;
  position: absolute; /* Absolutely position to center */
  left: 50%; /* Center horizontally */
  transform: translateX(-50%); /* Adjust for perfect centering */
  margin: 0; /* Remove any extra margin */
}

.nav-left,
.nav-right {
  display: flex; /* Flexbox for horizontal alignment */
  gap: 20px; /* Add spacing between links */
}

.nav-left a,
.nav-right a {
  text-decoration: none; /* Remove underline */
  color: white; /* Text color */
  font-family: Arial, Helvetica, sans-serif;
  font-size: 16px;
  font-weight: bold;
  transition: color 0.3s; /* Smooth hover effect */
}

.nav-left a:hover,
.nav-right a:hover {
  color: #f1c40f; /* Change color on hover */
}

.nav-left {
  flex: 1; /* Push to the left */
}

.nav-right {
  flex: 1; /* Push to the right */
  justify-content: flex-end; /* Align items to the right */
}


#swup {
  transition: transform 0.5s ease-in-out;
}

.slide-out {
  transform: translateX(-100%);
}

.slide-in {
  transform: translateX(100%);
}