body{

    background-image: linear-gradient(red, rgb(0, 0, 0),rgb(0, 0, 0));
color: white;
}

header{
 border: 1px solid white ;
  height: 80px;
  background: black;
  }

header ul li :active {

 color:#fff;
}


header ul li :visited {

  color:#fff;
}


header ul li {
  margin-top: 10px;
  color:#fff;
  width: 110px;
  display:grid;
  padding: 5px;
  text-align: center;
  place-items:center;
  list-style-type: none;
  border:2px solid white;
  display:inline-block;
  background-color: black;
  border-radius: 4px;
  font-weight: bold;

}

header ul li a {
  text-decoration: none;
}
.slider-section {
 height: auto;
}

table tr{
background-color: transparent;

}
.toptitle{
  font-size: 80px;
  font-weight: bold;
text-align: center;
border: 1px solid black;
}

.spec-section {
  border: 1px solid white;
  height: 600px;
}
h3 { color: #ffffff; }
table {
  background-color: rgb(255, 255, 255);
  border: none;
 }

.auto-blok {
    width: 95%;
  height: 750px;
  box-shadow: 5px 0px 10px gray;
  border-radius: 10px;

}

.auto-blok h3 {
  background: rgb(0, 0, 0);
  margin: 0px;
  height: 50px;
  text-align: center;
  border-radius: 5px;
}
.auto-foto {
  height: 450px;
  border:1px solid white;
}

.mening  {

  /* border: 1px solid red; */
}
section{
  height: 720px;

}

.outer-div{

  width: 25%;
  height: 700px;
  float: left;;
  padding-top: 0px;
  /* border: 5px solid rgb(0, 255, 106);; */
}
.Circuit-section{
  height:900px;


}
.circuit{
    height:900px;
    /* border:1px solid red; */
}
.Wrapper{
  /* border:1px solid red; */
  height:800px

}
.Engine{
    height:90%;
    width: 50%;
    float: left;
    display: grid;
    place-items: center;
    /* border:1px solid green; */
}


.engine-image{
  height:80%;
  width: 80%;
  float: left;
  /* border:1px solid black; */

}


      * {
  box-sizing: border-box;
}

/* Position the image container (needed to position the left and right arrows) */
.container {
  position: relative;
}

/* Hide the images by default */
.mySlides {
  display: none;
}

/* Add a pointer when hovering over the thumbnail images */
.cursor {
  cursor: pointer;
}

/* Next & previous buttons */
.prev,
.next {
  cursor: pointer;
  position: absolute;
  top: 40%;
  width: auto;
  padding: 16px;
  margin-top: -50px;
  color: white;
  font-weight: bold;
  font-size: 20px;
  border-radius: 0 3px 3px 0;
  user-select: none;
  -webkit-user-select: none;
}

/* Position the "next button" to the right */
.next {
  right: 0;
  border-radius: 3px 0 0 3px;
}

/* On hover, add a black background color with a little bit see-through */
.prev:hover,
.next:hover {
  background-color: rgba(0, 0, 0, 0.8);
}

/* Number text (1/3 etc) */
.numbertext {
  color: #f2f2f2;
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
}

/* Container for image text */
.caption-container {
  text-align: center;
  background-color: #222;
  padding: 2px 16px;
  color: white ;
}

.row:after {
  content: "";
  display: table;
  clear: both;
}

/* Six columns side by side */
.column {
  float: left;
  width: 16.66%;
}

/* Add a transparency effect for thumnbail images */
.demo {
  opacity: 0.6;
}

.active,
.demo:hover {
  opacity: 1;
}

/* Cars Gallery css */


 .Gallery-Section{
  height: auto;
  /* border: 5px solid blue; */
}

.Gallery-wrapper{
  height: 450px;
  /* border: 3px solid yellow; */
}

.Gallery-outer-div{
  float: left;
  height: 400px;
  width: 25%;
  /* border: 1px solid white; */
}

.Gallery-inner-div{
  float: left;
  height: 95%;
  width: 99%;
  /* border: 1px solid white; */
}

footer {


}

/* contact pagina */

.contact-section{
/* border: 5px solid white; */
display: grid;
place-items: center;
}
.form-div {
/* border:1px solid white; */
width: 600px;
height: 60%;
}

.contact-field {
  width: 95%;
  margin: 5px;
  opacity: 0.89;
}

.Contact-area {
  width: 95%;
  margin: 5px;
  height: 200px;
  opacity: 0.89;
}
.Form-button  {
 margin: 5px;
}
.spec-section {
 /* border:5px solid white; */
 height: 410px;

}
.spec-wrapper {
  /* border: 3px solid yellow; */
  height: 400px;
}
.spec-outer-div {
  float: left;
  width: 49%;
  height: 99%;
  display: grid;
  place-items: center;
  /* border: 1px solid white; */
}
.spec-inner-div {
  width: 80%;
  height: 80%;
  display: grid;
  place-items: center;
  /* border: 1px solid white; */
}

.spec-inner-div ul{
  padding:0px;
  list-style-type: none;
  width:100%;
}