body {
  background-color: #f7eede;
  font-family: "Montserrat", sans-serif;
}

.display-4 {
  font-size: 25px;
  font-weight: 500;
  padding: 30px 0;
  width: 100%;
}

.img_border {
  border: 4px solid black;
}

#wrapper {
  width: 79%;
  margin: auto;
}

.container-fluid {
  padding: 0;
}

.header_slider div {
  height: 70vh;
}
.header_slider div img {
  margin: 50px auto;
  width: 75%;
  height: 80%;
  object-fit: cover;
  display: block;
  overflow: hidden;
}

.btn_header {
  position: absolute;
  top: 70vh;
  left: 50vw;
}

/* sidenav*/
.sidenav {
  position: fixed;
  width: 70px;
  top: 0;
  height: 100vh;
  z-index: 100;
  transition: all 0.3s ease;
  cursor: pointer;
  overflow: hidden;
}
.sidenav:hover {
  box-shadow: 4px 7px 10px rgba(0, 0, 0, 0.4);
  background-color: #202020;
  width: 200px;
}

.nav_container {
  list-style-type: none;
  color: white;
  margin-top: 60%;
}
.nav_container:first-child {
  padding-top: 5.5rem;
}

.nav_items {
  margin: 15px 10px;
  display: none;
}
.nav_items a {
  top: -35px;
  padding: 0 7px;
  transition: all 0.3s ease;
  text-decoration: none;
  color: white;
  font-size: 1.35em;
}
.nav_items a:hover {
  color: #c6c6c6;
}
.nav_items:hover {
  opacity: 1;
}

/*arrow-sidebar*/
.arrow {
  cursor: pointer;
  height: 120px;
  left: 50%;
  position: relative;
  top: 10%;
  transform: translateX(-50%) translateY(-50%);
  transition: transform 0.1s;
  width: 20px;
}
.arrow-top, .arrow-bottom {
  background-color: #666;
  height: 4px;
  left: -5px;
  position: absolute;
  top: 50%;
  width: 100%;
}
.arrow-top:after, .arrow-bottom:after {
  background-color: #fff;
  content: "";
  height: 100%;
  position: absolute;
  top: 0;
  transition: all 0.15s;
}
.arrow-top {
  transform: rotate(45deg);
  transform-origin: bottom right;
}
.arrow-top:after {
  left: 100%;
  right: 0;
  transition-delay: 0s;
}
.arrow-bottom {
  transform: rotate(-45deg);
  transform-origin: top right;
}
.arrow-bottom:after {
  left: 0;
  right: 100%;
  transition-delay: 0.15s;
}
.arrow_hover .arrow-top:after {
  left: 0;
  transition-delay: 0.15s;
}
.arrow_hover .arrow-bottom:after {
  right: 0;
  transition-delay: 0s;
}
.arrow:active {
  transform: translateX(-50%) translateY(-50%) scale(0.9);
}

.car_title {
  text-align: center;
  margin-bottom: 130px;
}
.car_title p {
  margin: 45px 0;
}

.title_quote div img {
  width: 75%;
  padding: 0;
}

.main_font {
  font-size: 1.2em;
  letter-spacing: 1.5px;
  line-height: 2rem;
}

.info_container {
  margin: 130px 0;
}

.info_important {
  padding: 25px 0;
}
.info_important img {
  width: 100%;
}

.car_quick_infos {
  padding: 80px 0;
  text-align: center;
}
.car_quick_infos :nth-child(odd) {
  font-weight: 600;
  padding: 8px 0;
}

.info_more .more_info_lists {
  margin: 0 auto;
}
.info_more td {
  border-bottom: 1px solid #bbb4b4;
  padding: 10px;
  text-align: center;
}

.status {
  margin-top: 130px;
}
.status p {
  font-size: 25px;
  font-weight: 500;
}
.status span {
  line-height: 2rem;
  word-spacing: 1px;
  letter-spacing: 0.5px;
}

.equipment_container {
  margin: 130px 0;
}

.equipment_description {
  line-height: 1.3;
  word-spacing: 1px;
  letter-spacing: 0.5px;
  margin-bottom: 130px;
}
.equipment_description span:after {
  content: "   ";
  white-space: pre;
  line-height: 2rem;
}

.shadow_carousel {
  position: absolute;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.5) 6%, rgba(255, 255, 255, 0) 35%);
  display: none;
  z-index: 1;
  height: 100%;
  width: 100%;
}

.contact {
  margin: 130px 0;
}

.form-row:last-child {
  padding-top: 50px;
  margin: auto;
}

.form-control:focus {
  border-color: #3f3f4087;
  box-shadow: 0 0 0 0.1rem rgba(49, 43, 45, 0.24);
}

.submit_btn {
  display: block;
  margin: 35px auto;
  background-color: #3f3f4087;
  border-color: #3f3f4087;
}
.submit_btn :focus {
  box-shadow: 0 0 0 0.1rem rgba(49, 43, 45, 0.24);
}

.btn-primary:hover {
  background-color: #08080b87;
  border-color: #3f3f4087;
}

@media screen and (max-width: 576px) {
  .header_slider div {
    height: 50vh;
  }
  .header_slider div img {
    margin: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    overflow: hidden;
  }

  .img_border {
    border: 2.5px solid black;
  }

  .display-1 {
    font-size: 2rem;
    margin: 20px 0;
  }

  .car_title p {
    margin: 25px 0;
  }

  .info_container {
    margin: 0;
  }

  .title_quote {
    display: none;
  }

  .status, .equipment_description {
    text-align: center;
    line-height: 1.4rem;
    letter-spacing: 1.5px;
    font-size: 1em;
  }

  .equipment_description :nth-child(odd) {
    font-weight: 600;
  }
}

/*# sourceMappingURL=style.css.map */
