@font-face {
  font-family: Modesto;
  src: url('../fonts/fonnts.com-Modesto-Regular.otf') format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Modesto Text;
  src: url('../fonts/fonnts.com-Modesto-Text-Light.otf') format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.w-layout-grid {
  grid-row-gap: 16px;
  grid-column-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }
}

body {
  color: #000;
  text-align: center;
  font-family: Modesto Text, Trebuchet MS, sans-serif;
  font-size: 15px;
  line-height: 1.25;
}

h1 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Modesto, Trebuchet MS, sans-serif;
  font-size: 38px;
  font-weight: 400;
  line-height: 1.25;
}

.container {
  flex-flow: row;
  justify-content: center;
  align-items: stretch;
  width: 100%;
  max-width: 100%;
  margin: 10px auto;
  padding-left: 40px;
  padding-right: 40px;
}

.brand {
  width: 50%;
}

.brand.w--current {
  width: 35%;
}

.nav-logo-div {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.nav-menu {
  justify-content: space-around;
  align-items: center;
  width: 100%;
  display: flex;
}

.navbar {
  background-color: #000;
  position: fixed;
  inset: 0% 0% auto;
}

.nav-menu-container {
  background-image: linear-gradient(#f1d68e, #d9af5f 50%, #f1d68e);
  width: 100%;
  max-width: 100%;
}

.nav-link {
  letter-spacing: .5px;
  text-transform: uppercase;
  margin-left: 0;
  margin-right: 0;
  padding-top: 10px;
  padding-bottom: 10px;
  transition: all 1s cubic-bezier(.455, .03, .515, .955);
}

.nav-link:hover {
  -webkit-text-stroke-width: .5px;
}

.nav-link:focus {
  border: 2px solid #ec002b;
}

.nav-link.w--current {
  color: #ee002d;
}

.header-section {
  background-image: linear-gradient(#0000 50%, #000), url('../images/engine-repair-background.jpeg');
  background-position: 0 0, 50% 0;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  justify-content: center;
  align-items: center;
  padding-top: 220px;
  padding-bottom: 100px;
}

.header-container {
  width: 100%;
  max-width: 100%;
}

.div-block {
  background-color: #000000bf;
  border: 2px solid #ec002c;
  width: 40%;
  margin-top: 60px;
  margin-bottom: 60px;
  margin-left: 40px;
  padding: 20px;
}

.heading {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 400;
  line-height: 1.125;
}

.about-section {
  background-color: #000;
  padding-top: 0;
  padding-bottom: 0;
}

.about-container {
  width: 100%;
  max-width: 100%;
  padding-left: 20px;
  padding-right: 20px;
}

.about-grid {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  place-items: center;
}

.paragraph {
  color: #fff;
  margin-top: 10px;
  margin-bottom: 0;
}

.paragraph.full-width {
  width: auto;
}

.about-div {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 80%;
  display: flex;
}

.slider-about-div {
  width: 100%;
}

.left-arrow, .right-arrow {
  display: none;
}

.slider {
  background-color: #ddd0;
  height: 350px;
}

.image-div {
  flex-flow: row;
  justify-content: center;
  align-items: center;
  height: 350px;
  display: flex;
}

.services-section {
  background-image: linear-gradient(#000, #ee002d);
  padding-top: 40px;
}

.services-container {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  width: 100%;
  max-width: 100%;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

.service-heading-container {
  margin-bottom: 10px;
  padding-left: 20px;
  padding-right: 20px;
}

.div-block-2 {
  justify-content: center;
  align-items: center;
}

.list {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  color: #fff;
  flex-flow: wrap;
  justify-content: center;
  align-items: center;
  padding-left: 0;
  font-size: 18px;
  display: flex;
}

.list-item {
  list-style-type: none;
}

.list-item-bullet {
  margin-left: 40px;
}

.inspection-div {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.image-2 {
  width: 20%;
}

.contact-section {
  background-color: #eb002d;
  padding-top: 40px;
  padding-bottom: 40px;
}

.contact-container {
  max-width: 100%;
  padding-left: 20px;
  padding-right: 20px;
}

.contact-grid {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  margin-top: 20px;
}

.contact-grid-div {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.image-3 {
  width: 25%;
}

.contact-text {
  color: #fff;
  font-size: 20px;
  transition: all .5s;
}

.contact-text:hover {
  color: #000;
}

.contact-text.phone {
  letter-spacing: 1px;
  font-family: Modesto, Trebuchet MS, sans-serif;
  font-size: 24px;
}

.contact-link {
  text-decoration: none;
}

.map-section {
  height: 300px;
}

.map-container {
  width: 100%;
  max-width: 100%;
  margin-left: 0;
  margin-right: 0;
}

.footer-section {
  background-color: #000;
}

.footer-container {
  padding: 10px;
}

.footer-text {
  color: #fff;
}

.footer-link {
  color: #eb002d;
}

.menu-button {
  display: none;
}

@media screen and (max-width: 991px) {
  .brand.w--current {
    width: 75%;
  }

  .nav-menu {
    background-image: linear-gradient(90deg, gray, #fff 50%, gray);
    flex-flow: column;
    justify-content: space-between;
  }

  .nav-menu-container {
    flex-flow: column;
  }

  .nav-link {
    text-align: center;
  }

  .div-block {
    width: 75%;
    margin-left: auto;
    margin-right: auto;
  }

  .menu-button {
    background-color: #ed002c;
    padding: 10px;
    display: block;
  }

  .menu-button.w--open {
    color: #ef002d;
    background-color: #000;
  }
}

@media screen and (max-width: 767px) {
  .header-section {
    padding-top: 100px;
    padding-bottom: 40px;
  }

  .about-grid {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  .list {
    flex-flow: column;
  }

  .image-2 {
    width: 50%;
  }

  .contact-grid {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
  }

  .menu-button {
    display: block;
  }
}

@media screen and (max-width: 479px) {
  .container {
    padding-left: 10px;
    padding-right: 10px;
  }

  .brand.w--current {
    width: 100%;
  }

  .div-block {
    width: 85%;
    padding-left: 10px;
    padding-right: 10px;
  }

  .list {
    margin-left: -40px;
    padding-left: 0;
    list-style-type: none;
    overflow: hidden;
  }

  .image-2 {
    width: 75%;
  }
}


@font-face {
  font-family: 'Modesto';
  src: url('../fonts/fonnts.com-Modesto-Regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Modesto Text';
  src: url('../fonts/fonnts.com-Modesto-Text-Light.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}