@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@300;400;500;700;900&display=swap");
*,
*::before,
*::after {
  box-sizing: border-box;
}

ul[class],
ol[class] {
  padding: 0;
  margin: 0;
}

ul {
  padding: 0;
}

body,
h1,
h2,
h3,
h4,
p,
ul[class],
ol[class],
li,
figure,
figcaption,
blockquote,
dl,
dd {
  margin: 0;
}

body {
  min-height: 100vh;
  scroll-behavior: smooth;
  text-rendering: optimizeSpeed;
  line-height: 1.5;
  background-color: #13063D;
  color: white;
  font-family: "Montserrat", sans-serif;
}
@media only screen and (min-width: 992px) {
  body {
    background-image: url("../images/bg.jpg");
    background-repeat: no-repeat;
    background-size: cover;
  }
}

main {
  max-width: 1600px;
  margin: 0 auto;
  width: 90%;
}
@media only screen and (min-width: 992px) {
  main {
    width: 96%;
  }
}
@media only screen and (min-width: 1400px) {
  main {
    width: 90%;
  }
}

ul[class],
ol[class],
li {
  list-style: none;
}

a {
  text-decoration: none;
  cursor: pointer;
}

a:not([class]) {
  text-decoration-skip-ink: auto;
}

img {
  max-width: 100%;
  display: block;
}

article > * + * {
  margin-top: 1em;
}

input,
button,
textarea,
select {
  font: inherit;
}

button {
  cursor: pointer;
}

@media (prefers-reduced-motion: reduce) {
  * {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
}
.header {
  width: 100%;
  height: 300px;
  padding: 30px 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
}
@media only screen and (min-width: 992px) {
  .header {
    margin: 0 auto;
    height: 200px;
  }
}
@media only screen and (min-width: 1200px) {
  .header {
    height: 220px;
  }
}
@media only screen and (min-width: 1400px) {
  .header {
    height: 280px;
  }
}

.header__logo {
  display: block;
  width: 180px;
  height: auto;
  margin-bottom: 30px;
}
@media only screen and (min-width: 992px) {
  .header__logo {
    width: 100px;
  }
}
@media only screen and (min-width: 1200px) {
  .header__logo {
    width: 140px;
  }
}
@media only screen and (min-width: 1400px) {
  .header__logo {
    width: 220px;
  }
}

@media only screen and (min-width: 992px) {
  .header__nav {
    position: absolute;
    top: 50px;
    left: 0;
  }
}

.header__nav a {
  font-weight: 900;
  color: white;
  text-transform: uppercase;
  margin-right: 20px;
}
@media only screen and (min-width: 1200px) {
  .header__nav a {
    margin-right: 50px;
  }
}

@media only screen and (min-width: 992px) {
  .header__nav a:hover {
    color: #FBAA00;
  }
}

.header__nav a:last-child {
  margin-right: 0;
}

.header__contact-info {
  display: none;
}
@media only screen and (min-width: 992px) {
  .header__contact-info {
    display: flex;
    position: absolute;
    right: 0;
    top: 30px;
  }
}

.header__contact--info__option {
  margin-right: 30px;
}
@media only screen and (min-width: 1200px) {
  .header__contact--info__option {
    background-repeat: no-repeat;
    background-size: 30px 30px;
    background-position: left center;
    padding-left: 40px;
    margin-right: 0;
    margin-left: 20px;
  }
}

@media only screen and (min-width: 1200px) {
  .header__contact--info--call {
    background-image: url("../images/icon-phone.png");
  }
}

@media only screen and (min-width: 1200px) {
  .header__contact--info--clock {
    background-image: url("../images/icon-clock.png");
  }
}

.header__contact--info--towing {
  margin-right: 0;
}
@media only screen and (min-width: 1200px) {
  .header__contact--info--towing {
    background-size: 50px 30px;
    padding-left: 60px;
    background-image: url("../images/icon-truck.png");
  }
}

.header__contact-info h3 {
  text-transform: uppercase;
  color: #89829E;
  font-size: 14px;
  line-height: 19.6px;
  font-size: 0.875rem;
}

.header__contact-info span {
  font-size: 14px;
  line-height: 19.6px;
  font-size: 0.875rem;
}

.hero--homepage {
  display: none;
}
@media only screen and (min-width: 1200px) {
  .hero--homepage {
    display: block;
  }
}

@media only screen and (min-width: 1200px) {
  .hero--homepage__pic1 {
    display: block;
    position: absolute;
    top: 120px;
    left: 8%;
    width: 275px;
    height: auto;
    z-index: 1;
  }
}
@media only screen and (min-width: 1400px) {
  .hero--homepage__pic1 {
    top: 175px;
    left: 12%;
  }
}

@media only screen and (min-width: 1200px) {
  .hero--homepage__pic2 {
    display: block;
    position: absolute;
    top: 200px;
    right: 2%;
    width: 250px;
    height: auto;
    z-index: 4;
  }
}
@media only screen and (min-width: 1400px) {
  .hero--homepage__pic2 {
    right: 6%;
  }
}

@media only screen and (min-width: 1200px) {
  .hero--homepage__pic3 {
    display: block;
    position: absolute;
    top: 400px;
    left: 3%;
    width: 300px;
    height: auto;
    z-index: 2;
  }
}
@media only screen and (min-width: 1400px) {
  .hero--homepage__pic3 {
    left: 6%;
    top: 450px;
  }
}

@media only screen and (min-width: 1200px) {
  .hero--homepage__pic4 {
    display: block;
    position: absolute;
    top: 500px;
    right: 7%;
    width: 300px;
    height: auto;
    z-index: 3;
  }
}
@media only screen and (min-width: 1400px) {
  .hero--homepage__pic4 {
    right: 10%;
  }
}

.hero {
  text-align: center;
  margin-bottom: 30px;
}
@media only screen and (min-width: 1200px) {
  .hero {
    position: relative;
    z-index: 2;
  }
}
.hero span {
  color: #FBAA00;
  font-weight: 900;
  text-transform: uppercase;
  font-size: 25px;
  line-height: 35px;
  font-size: 1.5625rem;
}
@media only screen and (min-width: 1200px) {
  .hero span {
    font-size: 30px;
    line-height: 42px;
    font-size: 1.875rem;
  }
}
.hero h1 {
  font-weight: 900;
  text-transform: uppercase;
  font-size: 50px;
  line-height: 70px;
  font-size: 3.125rem;
}
@media only screen and (min-width: 1200px) {
  .hero h1 {
    max-width: 550px;
    margin: 0 auto;
    font-size: 75px;
    line-height: 105px;
    font-size: 4.6875rem;
  }
}
.hero p {
  color: #C3C0CE;
  margin-bottom: 30px;
  font-size: 15px;
  line-height: 21px;
  font-size: 0.9375rem;
}
@media only screen and (min-width: 1200px) {
  .hero p {
    max-width: 500px;
    margin: 10px auto 40px auto;
    font-size: 16px;
    line-height: 22.4px;
    font-size: 1rem;
  }
}

@media only screen and (min-width: 992px) {
  .hero .button:hover {
    background-color: #FBAA00;
    color: white;
  }
}

.button {
  display: block;
  width: 100%;
  max-width: 275px;
  border: 5px solid #FBAA00;
  padding: 10px;
  margin: 0 auto;
  text-transform: uppercase;
  font-weight: 900;
  color: #FBAA00;
  text-align: center;
}

.container--homepage-about {
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
}
@media only screen and (min-width: 992px) {
  .container--homepage-about {
    margin: 100px auto 0 auto;
    align-items: flex-start;
    height: 400px;
  }
}
@media only screen and (min-width: 1200px) {
  .container--homepage-about {
    height: 550px;
    margin-top: 175px;
  }
}
@media only screen and (min-width: 1400px) {
  .container--homepage-about {
    height: 650px;
  }
}

.container--homepage-about img {
  display: block;
  border-radius: 50em;
  border: 8px solid #FBAA00;
  width: 90%;
  margin-top: 50px;
  margin-bottom: 40px;
}
@media only screen and (min-width: 992px) {
  .container--homepage-about img {
    height: 350px;
    width: auto;
    position: absolute;
    right: 0;
    top: 0;
    margin-top: 0;
    margin-bottom: 0;
  }
}
@media only screen and (min-width: 1200px) {
  .container--homepage-about img {
    height: 450px;
  }
}
@media only screen and (min-width: 1400px) {
  .container--homepage-about img {
    height: 550px;
  }
}

.container--homepage-about span {
  color: #FBAA00;
  font-weight: 900;
  text-transform: uppercase;
  font-size: 20px;
  line-height: 28px;
  font-size: 1.25rem;
}
@media only screen and (min-width: 1200px) {
  .container--homepage-about span {
    margin-top: 50px;
  }
}

.container--homepage-about h1 {
  font-weight: 900;
  text-transform: uppercase;
  font-size: 40px;
  line-height: 56px;
  font-size: 2.5rem;
}
@media only screen and (min-width: 1200px) {
  .container--homepage-about h1 {
    font-size: 60px;
    line-height: 84px;
    font-size: 3.75rem;
  }
}

.container--homepage-about p {
  color: #C3C0CE;
  text-align: center;
  font-size: 15px;
  line-height: 21px;
  font-size: 0.9375rem;
}
@media only screen and (min-width: 992px) {
  .container--homepage-about p {
    max-width: 40%;
    text-align: left;
  }
}
@media only screen and (min-width: 1200px) {
  .container--homepage-about p {
    margin: 5px 0;
    font-size: 18px;
    line-height: 25.2px;
    font-size: 1.125rem;
  }
}

.container--homepage-about .button {
  margin-top: 30px;
  margin-bottom: 100px;
}
@media only screen and (min-width: 992px) {
  .container--homepage-about .button {
    margin: 30px 0 30px 0;
  }
}

@media only screen and (min-width: 992px) {
  .container--homepage-about .button:hover {
    background-color: #FBAA00;
    color: white;
  }
}

.container--homepage-services {
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media only screen and (min-width: 992px) {
  .container--homepage-services {
    flex-direction: row;
    margin: 0 auto 50px auto;
  }
}

.container--homepage-services .card {
  display: flex;
  flex-direction: column;
  width: 90%;
  height: 350px;
  justify-content: center;
  padding: 0 10%;
  margin-bottom: 40px;
  border-top-right-radius: 30px;
  border-bottom-left-radius: 30px;
}
@media only screen and (min-width: 992px) {
  .container--homepage-services .card {
    width: 33%;
    padding: 0 3%;
    margin-bottom: 0;
    margin-right: 20px;
  }
}
@media only screen and (min-width: 1400px) {
  .container--homepage-services .card {
    width: 30%;
    margin-right: 50px;
  }
}

.container--homepage-services h2 {
  font-weight: 900;
  font-size: 40px;
  line-height: 56px;
  font-size: 2.5rem;
}

.container--homepage-services span {
  max-width: 230px;
  text-transform: uppercase;
  background-color: #FBAA00;
  color: #0F042F;
  font-weight: 900;
  padding: 10px;
  margin-bottom: 10px;
  border-radius: 30px;
  text-align: center;
  font-size: 14px;
  line-height: 19.6px;
  font-size: 0.875rem;
}

.card--service-1 {
  background-color: #FBAA00;
  color: #0F042F;
  font-weight: 600;
  font-size: 18px;
  line-height: 25.2px;
  font-size: 1.125rem;
}

.card--service-1 .button {
  border-color: white;
  margin: 20px 0 0 0;
  color: white;
}
@media only screen and (min-width: 992px) {
  .card--service-1 .button {
    background-color: #FBAA00;
    color: white;
  }
}

@media only screen and (min-width: 992px) {
  .card--service-1 .button:hover {
    background-color: white;
    color: #FBAA00;
  }
}

.card--service-2 {
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url("../images/pic-services1.jpg");
}

.card--service-3 {
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url("../images/pic-services2.jpg");
  margin-right: 0;
}

.container--homepage-contact {
  display: flex;
  flex-direction: column;
}
@media only screen and (min-width: 992px) {
  .container--homepage-contact {
    margin: 0 auto;
  }
}
@media only screen and (min-width: 1200px) {
  .container--homepage-contact {
    margin-top: 80px;
  }
}
@media only screen and (min-width: 1200px) {
  .container--homepage-contact {
    height: 550px;
  }
}

.container--homepage-contact h1 {
  text-align: center;
  font-weight: 900;
  text-transform: uppercase;
  font-size: 30px;
  line-height: 42px;
  font-size: 1.875rem;
}
@media only screen and (min-width: 1200px) {
  .container--homepage-contact h1 {
    font-size: 50px;
    line-height: 70px;
    font-size: 3.125rem;
  }
}

.container--homepage-contact span {
  color: #FBAA00;
  text-align: center;
  margin: 20px 0;
}
@media only screen and (min-width: 1200px) {
  .container--homepage-contact span {
    font-size: 18px;
    line-height: 25.2px;
    font-size: 1.125rem;
    margin-top: 5px;
    margin-bottom: 40px;
  }
}

@media only screen and (min-width: 992px) {
  .container--homepage-contact__address {
    display: flex;
  }
}

.homepage--map {
  width: 90% !important;
  margin: 0 auto;
}
@media only screen and (min-width: 992px) {
  .homepage--map {
    width: 58% !important;
    margin: 0 2% 0 0;
  }
}

@media only screen and (min-width: 1200px) {
  .homepage--map iframe {
    border-top-right-radius: 30px;
    border-bottom-left-radius: 30px;
    height: 400px !important;
  }
}

.container--homepage-contact__details {
  width: 90%;
  margin: 0 auto;
}
@media only screen and (min-width: 992px) {
  .container--homepage-contact__details {
    width: 40%;
    margin-top: 0;
    flex-direction: column;
  }
}
@media only screen and (min-width: 1200px) {
  .container--homepage-contact__details {
    padding-top: 50px;
    width: 38%;
    margin-left: 2%;
  }
}

.container--homepage-contact__directions h3 {
  margin-top: 20px;
  color: #89829E;
  font-weight: 900;
  font-size: 30px;
  line-height: 42px;
  font-size: 1.875rem;
}
@media only screen and (min-width: 1200px) {
  .container--homepage-contact__directions h3 {
    margin-top: 0;
    font-size: 40px;
    line-height: 56px;
    font-size: 2.5rem;
  }
}
.container--homepage-contact__directions p {
  font-size: 18px;
  line-height: 25.2px;
  font-size: 1.125rem;
}
@media only screen and (min-width: 992px) {
  .container--homepage-contact__directions {
    margin-bottom: 30px;
  }
}
@media only screen and (min-width: 1200px) {
  .container--homepage-contact__directions {
    margin-bottom: 50px;
  }
}

.container--about-left {
  margin: 0 auto;
}
@media only screen and (min-width: 992px) {
  .container--about-left {
    float: left;
    width: 40%;
    padding-right: 30px;
  }
}
@media only screen and (min-width: 1200px) {
  .container--about-left {
    padding-right: 50px;
  }
}
@media only screen and (min-width: 1400px) {
  .container--about-left {
    padding-right: 100px;
  }
}

.container--about-left h2 {
  color: #FBAA00;
  text-align: center;
  margin-bottom: 30px;
  font-size: 30px;
  line-height: 42px;
  font-size: 1.875rem;
}
@media only screen and (min-width: 992px) {
  .container--about-left h2 {
    text-align: left;
  }
}

.container--about-left .button {
  margin: 30px auto;
}

@media only screen and (min-width: 992px) {
  .container--about-left .button:hover {
    background-color: #FBAA00;
    color: white;
  }
}

.container--about-right {
  margin: 0 auto;
}
@media only screen and (min-width: 992px) {
  .container--about-right {
    float: right;
    width: 60%;
  }
}

.container--about-right p {
  margin: 20px 0;
}

.container--about-right span {
  text-transform: uppercase;
  font-weight: 800;
  color: #FBAA00;
}

.container--about-right h2 {
  text-transform: uppercase;
  font-weight: 900;
  font-size: 40px;
  line-height: 56px;
  font-size: 2.5rem;
}

@media only screen and (min-width: 992px) {
  .container--services-1 {
    float: left;
    width: 33%;
  }
}
@media only screen and (min-width: 1200px) {
  .container--services-1 {
    width: 32%;
    padding-right: 1%;
    font-size: 18px;
    line-height: 25.2px;
    font-size: 1.125rem;
  }
}
@media only screen and (min-width: 1400px) {
  .container--services-1 {
    width: 30%;
  }
}

.container--services-1 h2 {
  color: #FBAA00;
  font-weight: 900;
  font-size: 30px;
  line-height: 42px;
  font-size: 1.875rem;
}

.container--services-1 li {
  padding-left: 40px;
  padding-bottom: 20px;
  background-repeat: no-repeat;
  background-size: 20px 20px;
  background-image: url("../images/icon-circle.png");
}
@media only screen and (min-width: 1400px) {
  .container--services-1 li {
    padding-bottom: 30px;
  }
}

@media only screen and (min-width: 992px) {
  .container--services-2 {
    float: left;
    width: 33%;
  }
}
@media only screen and (min-width: 1200px) {
  .container--services-2 {
    width: 32%;
    padding-right: 1%;
    padding-top: 35px;
    font-size: 18px;
    line-height: 25.2px;
    font-size: 1.125rem;
  }
}
@media only screen and (min-width: 1400px) {
  .container--services-2 {
    width: 30%;
  }
}

.container--services-2 li {
  padding-left: 40px;
  padding-bottom: 20px;
  background-repeat: no-repeat;
  background-size: 20px 20px;
  background-image: url("../images/icon-circle.png");
}
@media only screen and (min-width: 1400px) {
  .container--services-2 li {
    padding-bottom: 30px;
  }
}

.container--services-3 {
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 450px;
  justify-content: center;
  padding: 0 10%;
  border-top-right-radius: 30px;
  border-bottom-left-radius: 30px;
  background-color: #FBAA00;
}
@media only screen and (min-width: 992px) {
  .container--services-3 {
    float: left;
    width: 33%;
    padding: 0 10px;
  }
}
@media only screen and (min-width: 1200px) {
  .container--services-3 {
    padding: 0 20px;
    font-size: 18px;
    line-height: 25.2px;
    font-size: 1.125rem;
  }
}
@media only screen and (min-width: 1400px) {
  .container--services-3 {
    height: 430px;
  }
}

.container--services-3 h2 {
  color: #100535;
  font-weight: 900;
  font-size: 30px;
  line-height: 42px;
  font-size: 1.875rem;
}

.container--services-3 li {
  padding-left: 40px;
  padding-bottom: 20px;
  background-repeat: no-repeat;
  background-size: 20px 20px;
  background-image: url("../images/icon-circle-white.png");
}

.hero--appointments p {
  color: white;
  font-size: 20px;
  line-height: 28px;
  font-size: 1.25rem;
}
@media only screen and (min-width: 992px) {
  .hero--appointments p {
    font-weight: 700;
  }
}

.hero--appointments a {
  color: #F5B300;
  text-decoration: underline;
}

.hero--appointments span {
  display: block;
  color: #88829C;
  text-transform: none;
  font-weight: 500;
  font-size: 16px;
  line-height: 22.4px;
  font-size: 1rem;
}
@media only screen and (min-width: 992px) {
  .hero--appointments span {
    margin-bottom: 50px;
  }
}

.container--appointment-1 {
  margin-bottom: 10px;
}
@media only screen and (min-width: 1200px) {
  .container--appointment-1 {
    float: left;
    width: 33%;
  }
}

.container--appointment-1 h2 {
  color: #F5B300;
  font-weight: 900;
}

.container--appointment-2 {
  margin-bottom: 20px;
  font-size: 18px;
  line-height: 25.2px;
  font-size: 1.125rem;
}
@media only screen and (min-width: 1200px) {
  .container--appointment-2 {
    float: left;
    width: 33%;
    padding-right: 30px;
  }
}

@media only screen and (min-width: 1200px) {
  .container--appointment-2 span {
    margin-bottom: 10px;
    display: block;
  }
}

.container--appointment-3 {
  margin-bottom: 20px;
  font-size: 18px;
  line-height: 25.2px;
  font-size: 1.125rem;
}
@media only screen and (min-width: 1200px) {
  .container--appointment-3 {
    float: left;
    width: 33%;
  }
}

@media only screen and (min-width: 1200px) {
  .container--appointment-3 span {
    margin-bottom: 10px;
    display: block;
  }
}

.footer {
  margin-top: 20px;
  text-align: center;
  position: relative;
  width: 100%;
}
.footer span {
  display: block;
  margin-bottom: 30px;
  color: #89829E;
  font-size: 16px;
  line-height: 22.4px;
  font-size: 1rem;
}
.footer img {
  display: block;
  height: auto;
  width: 200px;
  margin: 30px auto;
}
@media only screen and (min-width: 992px) {
  .footer {
    display: flex;
    width: 96%;
    margin: 0 auto;
  }
  .footer img {
    margin: 30px 0;
  }
  .footer span {
    margin-left: auto;
    margin-top: 40px;
  }
}
@media only screen and (min-width: 1200px) {
  .footer {
    width: 90%;
  }
}
