* {
  scroll-padding-top: 5rem;
}

body {
  overflow-x: hidden;
}

::-webkit-scrollbar {
  width: 5px;
}

::-webkit-scrollbar-track {
  background: #9e9e9e;
}

::-webkit-scrollbar-thumb {
  background: #000000;
}

.navbar {
  background-color: #000000;
  color: #fff;
}
.navbar .navbar-toggler {
  color: #cf0a0a;
}
.navbar .navbar-toggler:focus {
  outline: none;
}
.navbar .navbar-nav .nav-item .nav-link {
  color: #fff;
  transition: all 0.3s ease-in-out;
}
.navbar .navbar-nav .nav-item .nav-link:hover {
  color: #cf0a0a;
}
.navbar .navbar-nav .nav-item .btn {
  background-color: #cf0a0a;
  border: none;
  color: #fff;
}
.navbar .navbar-nav .nav-item .btn:hover {
  background-color: #fff;
  color: #cf0a0a;
}

.hero-section {
  background-position: center;
  background-size: cover;
  background-attachment: fixed;
  height: 100vh;
}
@media (max-width: 768px) {
  .hero-section {
    background-position: 60%;
  }
}
.hero-section .container {
  height: 90vh;
}
.hero-section .container .holder {
  background-color: rgba(255, 255, 255, 0.445);
}
@media (max-width: 768px) {
  .hero-section .container .holder {
    width: 100% !important;
  }
}
.hero-section .container .holder .hero-title {
  color: #cf0a0a;
}
.hero-section .container .holder a {
  background-color: #cf0a0a;
  color: #fff;
  border: none;
}
.hero-section .container .holder a:hover {
  background-color: #000000;
  color: #fff;
}
@media (max-width: 768px) {
  .hero-section .container .holder .hero-desc {
    width: 100% !important;
  }
}

.models {
  background-position: center;
  background-size: cover;
  background-attachment: fixed;
}
.models .models-title {
  color: #000000;
}
.models li {
  color: rgb(0, 0, 0);
  text-transform: uppercase;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}
.models li:hover {
  text-shadow: 0.2rem 0.5rem 0.5rem rgb(0, 0, 0);
}
.models li:hover svg {
  color: #cf0a0a;
}
.models svg {
  color: #000000;
  transition: all 0.3s ease-in-out;
}

.section-1 .content .section-title {
  color: #000000;
  padding-left: 0.5em;
  border-top: 0.2em solid #cf0a0a;
  border-left: 0.2em solid #cf0a0a;
}

.section-2 {
  position: relative;
}
.section-2 .content .section-2-title {
  color: #000000;
  padding-left: 0.5em;
  border-top: 0.2em solid #cf0a0a;
  border-right: 0.2em solid #cf0a0a;
}

.cars-slider {
  width: 100%;
  height: 200px;
  padding: 20px 0;
}
.cars-slider .marquee {
  white-space: nowrap;
  height: 100%;
  overflow: hidden;
  animation: marquee 50s linear infinite alternate;
}
.cars-slider .marquee:hover {
  animation-play-state: paused;
}
@keyframes marquee {
  0% {
    text-indent: 27.5em;
  }
  100% {
    text-indent: -225em;
  }
}
.cars-slider .marquee img {
  -o-object-fit: cover;
  object-fit: cover;
  max-width: 200px;
  height: 80px;
  margin: 25px;
}
@media only screen and (max-width: 768px) {
  .cars-slider .marquee img {
    margin: 15px;
  }
}

.section-discount {
  background-color: #000000;
}
.section-discount .content .section-title {
  color: #fff;
  padding-left: 0.5em;
  border-top: 0.2em solid #cf0a0a;
  border-left: 0.2em solid #cf0a0a;
}
.section-discount .content .desc {
  color: #fff;
}
.section-discount .coupon-img-holder {
  cursor: pointer;
}
.section-discount .coupon {
  display: none;
  position: fixed;
  width: 100vw;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 2;
  background-color: rgba(29, 29, 29, 0.596);
  cursor: pointer;
}
.section-discount .coupon img {
  border-radius: 5px;
  border: 1px solid #eee;
  position: absolute;
  top: 50%;
  left: 50%;
  -o-object-fit: cover;
  object-fit: cover;
  width: 40%;
  transform: translate(-50%, -50%);
}
@media (max-width: 768px) {
  .section-discount .coupon img {
    width: 90%;
  }
}

.section-contact .title {
  color: #000000;
  padding-left: 0.5em;
  border-top: 0.2em solid #cf0a0a;
  border-left: 0.2em solid #cf0a0a;
}
form.CUS input.subject {
  display: none;
}
legend {
  color: #000000;
  font-weight: 600;
  background-color: rgba(#fff, 1);
  border-top: 0.2em solid #cf0a0a;
  border-left: 0.2em solid #cf0a0a;
  padding: 0.5rem;
  width: fit-content;
  float: none !important;
  margin: auto !important;
}
.service-date {
  border: 1px solid rgba(#000000, 0.5);
}
.service-time {
  border: 1px solid rgba(#000000, 0.5);
  padding: 0.3rem !important;
}
.section-contact form .form-control:focus {
  border-color: #444444;
  box-shadow: none;
}
.section-contact form .btn {
  background-color: #000000;
  color: #fff;
}
.section-contact form .btn:hover {
  background-color: #cf0a0a;
  color: #000000;
}

.about {
  background-color: #000;
}
.about .title {
  color: #444444;
}
.about .details .mail {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
.about .details .mail a {
  text-decoration: none;
  color: inherit;
}
.about .about-contact-title {
  color: #cf0a0a;
}
.about .service-locations a {
  background-color: #fff;
  color: #000000;
  margin: 0.3rem;
}
.about .service-locations a:hover {
  background-color: #cf0a0a;
  color: #fff;
}

footer {
  background-color: rgb(19, 19, 19);
}
footer .social svg {
  color: rgb(150, 150, 150);
  margin: 0.25rem;
}
footer .social svg:hover {
  color: #444444;
}

.btn-top {
  position: fixed;
  bottom: 1rem;
  left: 5rem;
  font-size: 2em;
  cursor: pointer;
  display: none;
  color: #cf0a0a;
}
@media (max-width: 768px) {
  .btn-top {
    font-size: 1.5em;
    left: 85%;
    bottom: 1.2rem;
  }
} /*# sourceMappingURL=main.css.map */
