
    * {box-sizing: border-box}
    body {
        font-family: Arial, Helvetica, sans-serif;
        background-color: #D4C8BE;
    }
    /*picture slide*/
    .mySlides {display: none}
    img {vertical-align: middle;}

    body {font-family:'Courier New', Courier, monospace}


/**/
.logo {
    float: left;
    width: 40px;
    /* height: 100%; */
    display: block;
    position: absolute;
    margin-top: -10px;
    margin-left: -10px;
    /* background-color: red; */
    align-items: center;
}


.navbar {
  width: 100%;
  background-color: #A8AD97;
  overflow: auto;
  height: 15%;
}

.navbar a {
  float: left;
  padding: 12px;
  color: white;
  text-decoration: none;
  font-size: 100%;
  height: 100%;
  color: black;
  /* background-color: #622A1F; */
}

/* .navbar a:hover {
  background-color: #43474D;
} */

.active {
  background-color: #04AA6D;
}

@media screen and (max-width: 500px) {
  .navbar a {
    float: none;
    display: block;
  }
}

    /*footer*/
    .footer {
   position: fixed;
   left: 0;
   bottom: 0;
   width: 100%;
   background-color: #A8AD97;
   color: black;
   text-align: center;
}

/*picture slide*/
/* Slideshow container */
.slideshow-container {
  max-width: 100%;
  position: relative;
  margin: auto;
  /*padding-top: 45px;*/
  z-index: 5px;
}

/* Next & previous buttons */
.prev, .next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  padding: 16px;
  /* margin-top: -22px; */
  color: white;
  font-weight: bold;
  font-size: 18px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
  /*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);
}

/* Caption text */
.text {
  color: #f2f2f2;
  font-size: 15px;
  padding: 8px 12px;
  position: absolute;
  bottom: 8px;
  width: 100%;
  text-align: center;
}

/* Number text (1/3 etc) */
.numbertext {
  color: #f2f2f2;
  font-size: 100%;
  font-weight: bold;
  padding: 8px 12px;
  position: absolute;
  /* top: 70px; */
}

/* The dots/bullets/indicators */
.dot {
  cursor: pointer;
  height: 15px;
  width: 15px;
  margin: 0 2px;
  background-color: #bbb;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.6s ease;
}

.active, .dot:hover {
  background-color: #717171;
}

/* Fading animation */
.fade {
  animation-name: fade;
  animation-duration: 1.5s;
}

@keyframes fade {
  /* from {opacity: .4} 
  to {opacity: 1} */
}

/* On smaller screens, decrease text size */
@media only screen and (max-width: 300px) {
  .prev, .next,.text {font-size: 11px}
}

/*scroll*/
.header {
    position:sticky;
    top: 0;
    z-index: 1;
    width: 100%;
    /* background-color: #f1f1f1; */
    height: 70%;
  }
  
  .header h2 {
    text-align: center;
  }
  
  .progress-container {
    width: 100%;
    height: 8px;
    background: #ccc;
  }
  
  .progress-bar {
    height: 8px;
    background: #622A1F;
    width: 0%;
  }
  
  .content {
    padding: 100px 0;
    margin: 50px auto 0 auto;
    width: 80%;
  }

  .contract {
    padding: 100px 0;
    margin: 50px auto 0 auto;
    width: 80%;
  }
  .contract a{
    text-decoration: none;
  }

  .icon-social{
    width: 4%;
    height: 4%;
  }

  .service-picture{
    padding-top: 1%;
  }

  .customer_review{
    width: 100%;

  }
  .image_review{
    width:18%;
    border-radius: 5px;
    border-style:outset;
    border-color: #622A1F;
    height: 90%;
  }

  .video{
    margin-top: 10%;
    text-align: center;
  }
  .box_bosure{
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
  }

  .bosure{
    margin: 30px 30px 30px 30px;
    padding: 10px 10px 10px 10px;
    width: 35%;
    height: 100%;
    border-style: solid;
    border-color: #622A1F;
    border-radius: 10px;
    text-align: center;
    background-color: #EFE6D9;

  }
  .image_car{
    width: 70%;
    height: 60%;
    padding-bottom: 5%;
  }
  .price{
    text-align: center;
  }
  .car_brand{
    color:#6D1919;
  }
  .detail_car{
    text-align: center;
    margin:10px;
    color:#6D1919;
  }
  .detail_car2{
    margin-top: 20px;
    text-align: left;
    color:#6D1919;
  }

  .play{
    border: #7a3a1d;
    border-style: solid;
    padding: 0 10% 0;
  }

  .price_car{
    margin-top: 20px;
    text-align: center;
    color:#2D2D2B;
  }

  /* @media screen and (max-width: 80rem) {
    .image_review{
      width:90%;
      border-radius: 5px;
      border-style: solid;
      border-color: #622A1F;
      
    }
  } */