html,

body {
  /* font-size: 3rem; */
  /* text-shadow: 0 0 15px rgba(255, 255, 255, 0.8), 0 0 30px #4b0082; */
  margin: 0;
  cursor: url('pin.png'), auto;
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
  font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen,
  Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  overflow: auto;
  background: linear-gradient(135deg, #1a1a40, #4b0082, #001f4d);
  background-size: 400% 400%;
  animation: gradientAnimation 9s ease infinite;
  


}
#volumeControl {
  width: 2000px; /* Adjust this value to make it longer or shorter */
}
@media (max-width: 600px) {
  #shop, #shop2 {
      flex-direction: column;
      align-items: center;
  }
}
.flash {
  background: linear-gradient(135deg, #ff0000, #0ef7ff, #ff009d);
  background-size: 400% 400%;
  animation: gradientAnimation 3s ease infinite;
}
#wrapper {
  width: full;
  position: relative;
  font-size: 80rem;
  
  background: linear-gradient(135deg, #1a1a40, #4b0082, #001f4d);
  background-size: 400% 40%;
  animation: gradientAnimation 9s ease infinite;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 20px 200px;
  display: flex;
}
#background {
  position: relative;
  height: 200px;
  /* background: linear-gradient(135deg, #1a1a40, #4b0082, #001f4d); */
  background-size: 400% 40%;
  /* animation: gradientAnimation 15s ease infinite; */
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
@keyframes gradientAnimation {
  0% { background-position: 0% 50%; }
  50% { background-position: 100% 50%; }
  100% { background-position: 0% 50%; }
}
.light-trail {
  position: absolute;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: radial-gradient(circle, #fff, #00f, transparent);
  animation: trail-animation 5s linear infinite;
  filter: blur(5px);
  opacity: 0.8;
}
.light-trail:nth-child(1) {
  animation-delay: 0s;
  animation-duration: 4s;
}
.light-trail:nth-child(2) {
  animation-delay: 1s;
  animation-duration: 6s;
}
.light-trail:nth-child(3) {
  animation-delay: 2s;
  animation-duration: 5s;
}
#CarFindTop {
  Padding: 10px;
  background-color: wheat;
  margin-left: 20px, auto;
  width: 980px;
  margin: 0 auto;


}

#didwe {
  text-align: center;


}

#tuxy {
  margin-top: 200px;
  text-align: center;
}

#tuxy img {
  padding: 50px;
}

.background {
  /* animation: epilepsy .007s infinite; */
}

#CarFindTop:hover li {
  /* animation: epilepsy .007s infinite; */

}

#video {
  text-align: center;
}

#imgs {
  height: 5px;
  width: 5px;
}



#head {
  text-align: center;
}

#navCars li {
  display: inline-block;
  padding: 25px;
}

#navCars {
  background-color: lightpink;
  list-style-type: none;
  text-align: center;
  margin-left: 20px;
  margin-right: 10px;
}

#imgs {
  height: 400px;
  width: 300px;
}

#IE {
  width: 300px;

}

#table {
  padding: 10px;
  border-style: 50%;
  margin: 40px;
  min-width: 1800px;
}

#tableTesties {
  padding: 40px;
  margin-left: auto;
}

#tableTesties img {
  image-resolution: 300;
}

#carsim_hover hover {
  background-color: green;
}

a {
  color: 000000;
  text-decoration: none;
}

.fake-cursor {
  width: 32px;
  height: 32px;
  position: absolute;
  pointer-events: none;
}

h1,
p {
  text-align: center
}

* {
  box-sizing: border-box;
}

main {
  min-height: 100vh;
  padding: 4rem 2rem;
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.title {
  font-size: 3rem;
  text-shadow: 0 0 15px rgba(255, 255, 255, 0.8), 0 0 30px #4b0082;
  margin: 0;
  margin: 100;
  line-height: 1.15;
  
}

.title,
.description {
  text-align: center;
}

.description {
  font-size: 1.5rem;
  
  /* text-shadow: 0 0 10px rgba(255, 255, 255, 0.8), 0 0 20px #4b0082; */
  margin: 4rem 0;
  line-height: 1.5;
  
}

#cursor {
  size: 2px;

  display: block;
  position: absolute;
  height: size;
  width: Size;
  border-radius: ceil(size / 2);
  background-color: transparent;


  /* // hide on init */
  top: -100px;
  left: -100px;
}

.code {
  background: #fafafa;
  border-radius: 5px;
  padding: 0.75rem;
  font-size: 1.1rem;
  font-family: Menlo, Monaco, Lucida Console, Liberation Mono, DejaVu Sans Mono,
    Bitstream Vera Sans Mono, Courier New, monospace;
}

.grid {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  max-width: 800px;
}

.card {
  margin: 1rem;
  padding: 1.5rem;
  text-align: left;
  color: inherit;
  text-decoration: none;
  border: 1px solid #eaeaea;
  border-radius: 10px;
  transition: color 0.15s ease, border-color 0.15s ease;
  max-width: 300px;
}

.card:hover,
.card:focus,
.card:active {
  color: #0070f3;
  border-color: #0070f3;
}

.card h2 {
  margin: 0 0 1rem 0;
  font-size: 1.5rem;
}

.card p {
  margin: 0;
  font-size: 1.25rem;
  line-height: 1.5;
}

@media (max-width: 600px) {
  .grid {
    width: 100%;
    flex-direction: column;
  }
}

#shop {
  display: flex;
}


#shop a.add-to-bag {
  display: block;
  color: #000000;
  text-transform: uppercase;
  font-size: 12px;
  text-decoration: none;
  padding: 90px 40px;
  border: 2px solid #000000;
  width: 220px;
  height: 220px;
  margin: auto 20px auto auto;
  text-align: center;
}

#shop a.add-to-bag:hover {
  background: linear-gradient(135deg, #1a1a40, #4b0082, #001f4d);
  background-size: 400% 400%;
  animation: gradientAnimation 9s ease infinite;
  /* animation: epilepsy .007s infinite; */
  font-family: 'arial';
  font-weight: bolder;
  font-size: 50px;
  width: 2200px;
  margin: 0px;
}


#shop a.add-to-bag1 {
  display: block;
  color: #000000;
  text-transform: uppercase;
  font-size: 12px;
  text-decoration: none;
  padding: 90px 40px;
  border: 2px solid #000000;
  width: 220px;
  height: 220px;
  margin: auto;
  text-align: center;
}

#shop a.add-to-bag1:hover {
  background: linear-gradient(135deg, #1a1a40, #4b0082, #001f4d);
  background-size: 400% 400%;
  animation: gradientAnimation 9s ease infinite;
  /* animation: epilepsy .0007s infinite; */
  font-family: 'arial';
  font-weight: bolder;
  font-size: 50px;
  width: 2200px;
  margin: 0px;
}

#shop a.add-to-bag2 {
  display: block;
  color: #000000;
  text-transform: uppercase;
  font-size: 12px;
  text-decoration: none;
  padding: 90px 40px;
  border: 2px solid #000000;
  width: 220px;
  height: 220px;
  margin: auto auto auto 20px;
  text-align: center;
}

#shop a.add-to-bag2:hover {
  background: linear-gradient(135deg, #1a1a40, #4b0082, #001f4d);
  background-size: 400% 400%;
  animation: gradientAnimation 9s ease infinite;
  /* animation: epilepsy .0007s infinite; */
  font-family: 'arial';
  font-weight: bolder;
  font-size: 50px;
  width: 2200px;
  margin: 0px;
}

/* second row of shop */
#shop2 {
  display: flex;
}


#shop2 a.add-tobag {
  display: block;
  color: #000000;
  text-transform: uppercase;
  font-size: 12px;
  text-decoration: none;
  padding: 90px 40px;
  border: 2px solid #000000;
  width: 220px;
  height: 220px;
  margin: 100px 20px auto auto;
  text-align: center;

}

#shop2 a.add-tobag:hover {
  background: linear-gradient(135deg, #1a1a40, #4b0082, #001f4d);
  background-size: 400% 400%;
  animation: gradientAnimation 9s ease infinite;
  /* animation: epilepsy .0007s infinite; */
  font-family: 'arial';
  font-weight: bolder;
  font-size: 50px;
  width: 2200px;
  margin: 100px 0px;
}


#shop2 a.add-tobag1 {
  display: block;
  color: #000000;
  text-transform: uppercase;
  font-size: 12px;
  text-decoration: none;
  border: 2px solid #000000;
  width: 220px;
  height: 220px;
  padding: 90px 40px;
  margin: 100px auto auto auto;
  text-align: center;
}

#shop2 a.add-tobag1:hover {
  background: linear-gradient(135deg, #1a1a40, #4b0082, #001f4d);
  background-size: 400% 400%;
  animation: gradientAnimation 9s ease infinite;
  /* animation: epilepsy .0007s infinite; */
  font-family: 'arial';
  font-weight: bolder;
  font-size: 50px;
  width: 2200px;
  margin: 100px 0px;
}

#shop2 a.add-tobag2 {
  display: block;
  color: #000000;
  text-transform: uppercase;
  font-size: 12px;
  text-decoration: none;
  padding: 90px 40px;
  border: 2px solid #000000;
  width: 220px;
  height: 220px;
  margin: 100px auto auto 20px;
  text-align: center;

}

#shop2 a.add-tobag2:hover {
  background: linear-gradient(135deg, #1a1a40, #4b0082, #001f4d);
  background-size: 400% 400%;
  animation: gradientAnimation 9s ease infinite;
  font-weight: bolder;
  font-size: 50px;
  width: 2200px;
  margin: 100px 0px;
}



hr {
  height: 0;
  background-color: #000000;
}

.ep {
  /* animation: epilepsy .07s infinite; */
  font-family: 'arial';
}

.info-box:hover {
  background: linear-gradient(135deg, #363685, #580196, #012d6e);
  background-size: 400% 400%;
  animation: gradientAnimation 9s ease infinite;
  /* animation: epilepsy .0007s infinite; */
  font-family: 'arial';
  font-weight: bolder;
  font-size: 30px;
}

footer {
  margin-top: 50%
}

h1 {
  text-align: center;
}

#yesBox:hover {
  background: #8f746c;
  /* animation: epilepsy .0007s infinite; */
  font-family: 'arial';
  color: #fff;
  font-weight: bolder;
  font-size: 50px;
  width: 2200px;
  margin: 100px 0px;
}


#CarFindTop {
  Padding: 10px;
  background-color: wheat;
  margin-left: 20px, auto;
  width: 980px;
  margin: 0 auto;


}

#didwe {
  text-align: center;


}

#tuxy {
  margin-top: 200px;
  text-align: center;
}

#tuxy img {
  padding: 50px;
}

.background {
  /* animation: epilepsy .007s infinite; */
}

#CarFindTop:hover li {
  /* animation: epilepsy .007s infinite; */

}

#video {
  text-align: center;
}

#imgs {
  height: 5px;
  width: 5px;
}



#head {
  text-align: center;
}

#navCars li {
  display: inline-block;
  padding: 25px;
}

#navCars {
  background-color: lightpink;
  list-style-type: none;
  text-align: center;
  margin-left: 20px;
  margin-right: 10px;
}

#imgs {
  height: 400px;
  width: 300px;
}

#IE {
  width: 300px;

}

#table {
  padding: 10px;
  border-style: 50%;
  margin: 40px;
  min-width: 1800px;
}

#tableTesties {
  padding: 40px;
  margin-left: auto;
}

#tableTesties img {
  image-resolution: 300;
}

#carsim_hover hover {
  background-color: green;
}

a {
  color: 000000;
  text-decoration: none;
}

.fake-cursor {
  width: 32px;
  height: 32px;
  position: absolute;
  pointer-events: none;
}

h1,
p {
  text-align: center
}

* {
  box-sizing: border-box;
}

main {
  min-height: 100vh;
  padding: 4rem 2rem;
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.title {
  font-size: 3rem;
  text-shadow: 0 0 15px rgba(255, 255, 255, 0.8), 0 0 30px #4b0082;
  margin: 0;
  margin: 100;
  line-height: 1.15;
  
}

.title,
.description {
  text-align: center;
}

.description {
  font-size: 1.5rem;
  
  /* text-shadow: 0 0 10px rgba(255, 255, 255, 0.8), 0 0 20px #4b0082; */
  margin: 4rem 0;
  line-height: 1.5;
  
}

#cursor {
  size: 2px;

  display: block;
  position: absolute;
  height: size;
  width: Size;
  border-radius: ceil(size / 2);
  background-color: transparent;


  /* // hide on init */
  top: -100px;
  left: -100px;
}

.code {
  background: #fafafa;
  border-radius: 5px;
  padding: 0.75rem;
  font-size: 1.1rem;
  font-family: Menlo, Monaco, Lucida Console, Liberation Mono, DejaVu Sans Mono,
    Bitstream Vera Sans Mono, Courier New, monospace;
}
.container
{
  padding-left: 20px;
  font-size: 20px;
}
.grid {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  max-width: 800px;
}

.card {
  margin: 1rem;
  padding: 1.5rem;
  text-align: left;
  color: inherit;
  text-decoration: none;
  border: 1px solid #eaeaea;
  border-radius: 10px;
  transition: color 0.15s ease, border-color 0.15s ease;
  max-width: 300px;
}

.card:hover,
.card:focus,
.card:active {
  color: #0070f3;
  border-color: #0070f3;
}

.card h2 {
  margin: 0 0 1rem 0;
  font-size: 1.5rem;
}

.card p {
  margin: 0;
  font-size: 1.25rem;
  line-height: 1.5;
}





hr {
  height: 0;
  background-color: #000000;
}

.ep {
  /* animation: epilepsy .07s infinite; */
  font-family: 'arial';
}



footer {
  margin-top: 50%
}

h1 {
  text-align: center;
}

#yesBox:hover {
  background: #8f746c;
  /* animation: epilepsy .0007s infinite; */
  font-family: 'arial';
  color: #fff;
  font-weight: bolder;
  font-size: 50px;
  width: 2200px;
  margin: 100px 0px;
}


@keyframes trail-animation {
  0% {
      transform: translate(-50%, -50%) scale(0.5);
      top: 10%;
      left: 10%;
  }
  25% {
      transform: translate(-50%, -50%) scale(1);
      top: 50%;
      left: 25%;
  }
  50% {
      transform: translate(-50%, -50%) scale(0.7);
      top: 70%;
      left: 75%;
  }
  75% {
      transform: translate(-50%, -50%) scale(1.2);
      top: 30%;
      left: 60%;
  }
  100% {
      transform: translate(-50%, -50%) scale(0.5);
      top: 10%;
      left: 10%;
  }
}