:root {
  --brand-color: #c18e4f;
}

.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;
  }
}

.section {
  background-color: #fff;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  height: auto;
  padding-top: 261px;
  padding-bottom: 300px;
  display: flex;
}

.section.hero {
  grid-column-gap: 2px;
  grid-row-gap: 2px;
  filter: saturate(103%);
  background-image: url('../images/Landing-Photo.jpeg');
  background-position: 50% 30%;
  background-size: cover;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  min-height: 1100px;
  padding-top: 98px;
  padding-bottom: 0;
  display: flex;
  position: static;
  inset: 0% 0% auto;
}

.container {
  max-width: 1100px;
  padding-left: 30px;
  padding-right: 30px;
}

.container.centered {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  margin-top: 2px;
  padding-top: 0;
  display: flex;
}

.container.menu {
  background-color: #fff0;
  border-radius: 0;
  max-width: 2500px;
  padding: 16px 0;
}

.big-heading {
  color: #fff;
  text-align: center;
  margin-top: 1px;
  margin-bottom: 20px;
  font-family: Broncopersonaluse, Palatino Linotype, sans-serif;
  font-size: 96px;
  font-weight: 400;
  line-height: 65px;
}

.big-heading.bold {
  color: var(--brand-color);
}

.hero-paragraph {
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  max-width: 700px;
  margin-top: 0;
  margin-bottom: 20px;
  padding-bottom: 0;
  font-family: Alexandria, sans-serif;
  font-size: 16px;
  font-weight: 600;
}

.button {
  box-shadow: 0 20px 45px -12px var(--brand-color);
  background-color: #c18e4f;
  border-radius: 15px;
  margin-top: 63px;
  padding: 15px 30px;
  font-family: Alexandria, sans-serif;
  font-size: 16px;
  font-weight: 500;
  transition: transform .4s, box-shadow .4s;
}

.button:hover {
  transform: scale(1.08);
  box-shadow: 0 40px 61px -12px #bebebf;
}

.button.booking {
  color: #fff;
  background-color: #c18e4f00;
  border: 1px solid #fff;
}

.navbar {
  -webkit-backdrop-filter: blur(6px);
  backdrop-filter: blur(6px);
  background-color: #fff0;
  border: .4px solid #ffffff45;
  border-radius: 60px;
  margin: 40px 0 24px;
  padding-left: 0;
  padding-right: 0;
  position: absolute;
  inset: 0% 2% auto;
}

.image-2 {
  margin-top: 0;
  margin-left: 44px;
  margin-right: 0;
  padding-right: 0;
}

.nav-menu {
  margin-top: 14px;
  padding-right: 31px;
}

.nav-link {
  color: #fff;
  text-transform: uppercase;
  margin-top: 10px;
  margin-bottom: 10px;
  padding: 24px 51px;
  font-family: Alexandria, sans-serif;
  font-size: 18px;
  font-weight: 600;
}

.nav-link.cta {
  background-color: var(--brand-color);
  color: #fff;
  border-radius: 25px;
  margin-right: 22px;
  padding: 26px 40px;
}

.div-block {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  display: flex;
}

.text-span {
  color: var(--brand-color);
}

.body {
  background-color: #1b1a1a;
}

.body-section {
  text-align: center;
  margin-top: -160px;
  margin-left: 20px;
  margin-right: 20px;
  padding: 60px 50px;
}

.parent-div {
  flex-flow: column;
  display: flex;
}

.services-grid {
  grid-column-gap: 48px;
  grid-row-gap: 48px;
  background-color: var(--brand-color);
  border-radius: 15px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-left: 10px;
  margin-right: 10px;
  padding: 30px;
  display: grid;
}

.container-2 {
  text-align: center;
  max-width: 100%;
  margin-left: 0;
  margin-right: 0;
  padding-left: 0;
  padding-right: 0;
}

.sub-nav-buttons {
  background-color: #fff0;
  font-family: DM Sans, sans-serif;
  font-weight: 500;
}

.navisec {
  border-top: 1px solid #ffffff52;
  justify-content: space-around;
  align-items: center;
  margin-bottom: 20px;
  padding-top: 10px;
  padding-bottom: 10px;
  display: flex;
}

.card {
  margin-left: 50px;
  margin-right: 50px;
  padding: 25px 0;
}

.services-text {
  padding-bottom: 10px;
  font-family: DM Sans, sans-serif;
  font-size: 30px;
  font-weight: 700;
}

.section-2 {
  padding-top: 60px;
  padding-bottom: 60px;
}

.team-slider {
  background-color: #f5f7fa;
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

.container-3 {
  width: 100%;
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
  padding-right: 0;
}

.centered-heading {
  color: #000;
  text-align: center;
  margin-bottom: 16px;
  font-family: Alexandria, sans-serif;
  font-size: 40px;
  font-weight: 600;
}

.centered-subheading {
  color: #000;
  text-align: center;
  max-width: 530px;
  margin-left: auto;
  margin-right: auto;
  font-size: 20px;
  font-weight: 400;
}

.team-slider-wrapper {
  background-color: #0000;
  height: auto;
  margin-top: 50px;
}

.team-slide-wrapper {
  width: 30%;
  margin-right: 5%;
}

.team-block {
  background-color: #fff;
  padding-bottom: 24px;
}

.team-member-image-two {
  margin-bottom: 18px;
}

.team-block-info {
  flex-direction: column;
  align-items: flex-start;
  padding-left: 24px;
  padding-right: 24px;
  display: flex;
}

.team-member-name-two {
  margin-bottom: 12px;
  font-weight: 600;
}

.team-member-text {
  margin-bottom: 20px;
}

.text-link-arrow {
  color: #1a1b1f;
  justify-content: flex-start;
  align-items: center;
  font-size: 14px;
  line-height: 20px;
  text-decoration: none;
  display: flex;
}

.arrow-embed {
  margin-left: 2px;
  display: flex;
}

.team-slider-arrow {
  display: none;
}

.team-slider-nav {
  margin-top: 24px;
  font-size: 10px;
  position: static;
  bottom: -60px;
}

.hero-stack {
  grid-column-gap: 36px;
  grid-row-gap: 36px;
  background-color: #f5f7fa;
  border-bottom: 1px solid #e4ebf3;
  flex-flow: row;
  padding: 80px 30px;
  display: flex;
  position: relative;
}

.container-4 {
  grid-column-gap: 47px;
  grid-row-gap: 47px;
  width: 100%;
  max-width: 1400px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.hero-wrapper-two {
  text-align: center;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  max-width: 750px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.margin-bottom-24px {
  margin-bottom: 24px;
}

.button-primary {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  transition: all .2s;
}

.button-primary:hover {
  color: #fff;
  background-color: #32343a;
}

.button-primary:active {
  background-color: #43464d;
}

.hero-image {
  width: 100%;
  margin-top: 50px;
}

.hero-image.shadow-two {
  max-width: 50%;
}

.heading {
  text-align: center;
  font-family: Alexandria, sans-serif;
  font-size: 25px;
  font-weight: 400;
}

.container-5 {
  justify-content: center;
  align-items: center;
  max-width: 1600px;
  display: flex;
}

.container-6 {
  text-align: center;
}

.heading-2 {
  color: #000;
  font-family: Alexandria, sans-serif;
  font-weight: 600;
}

.paragraph {
  color: #000;
  font-family: Alexandria, sans-serif;
  font-size: 20px;
}

.container-7 {
  max-width: 12000px;
}

.section-3 {
  pointer-events: auto;
  cursor: auto;
  min-width: 1000px;
  height: auto;
  padding-top: 100px;
  padding-bottom: 100px;
}

.section-3.pricing {
  background-color: #efdecd;
  min-height: 800px;
}

.section-3.about {
  background-color: #efdecd;
}

.section-3.booking {
  min-height: 1000px;
}

.container-8 {
  border-radius: 14px;
  max-width: 1300px;
  padding-left: 30px;
  padding-right: 30px;
}

.feature-heading {
  color: #fff;
  text-align: center;
  margin-bottom: 20px;
  font-family: Alexandria, sans-serif;
  font-size: 50px;
  font-weight: 600;
  text-decoration: none;
}

.feature-grid {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 60px;
  display: grid;
}

.card-2 {
  text-align: center;
}

.feature-image {
  cursor: pointer;
  border-radius: 20px;
  margin-bottom: 20px;
  padding-bottom: 0;
  transition: transform .2s;
}

.feature-image:hover {
  transform: scale(1.1);
}

.paragraph-2 {
  color: #000;
}

.paragraph-3 {
  color: #fff;
  text-align: center;
  font-family: Alexandria, sans-serif;
  font-size: 25px;
}

.heading-3 {
  color: #fff;
  font-family: Alexandria, sans-serif;
  font-size: 25px;
  font-weight: 400;
  text-decoration: none;
}

.section-4 {
  -webkit-text-fill-color: inherit;
  background-image: url('../images/reviews.jpg');
  background-position: 50%;
  background-size: cover;
  background-clip: border-box;
  justify-content: space-between;
  align-items: center;
  min-height: 670px;
  display: flex;
}

.container-9 {
  -webkit-backdrop-filter: blur(4px);
  backdrop-filter: blur(4px);
  border-radius: 17px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding: 57px 61px;
  display: flex;
}

.paragraph-4 {
  color: #fff;
  text-align: center;
  font-family: Alexandria, sans-serif;
  font-size: 25px;
  line-height: 1.5;
}

.image-3 {
  margin-bottom: 29px;
}

.heading-4 {
  color: #fff;
  letter-spacing: 2px;
  font-family: Broncopersonaluse, Palatino Linotype, sans-serif;
  font-size: 30px;
  font-weight: 400;
}

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

.paragraph-5 {
  color: #000;
  padding-left: 48px;
  padding-right: 48px;
  font-family: Alexandria, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.9;
}

.feature-heading-copy {
  color: #000;
  text-align: center;
  margin-bottom: 20px;
  font-family: Alexandria, sans-serif;
  font-size: 50px;
  font-weight: 600;
  text-decoration: none;
}

.feature-heading-copy.pricing {
  color: #000;
  margin-bottom: 33px;
}

.paragraph-3-copy {
  color: #fff;
  text-align: center;
  font-family: Alexandria, sans-serif;
  font-size: 25px;
}

.main-body {
  color: #000;
  text-align: center;
  margin-bottom: 43px;
  font-family: Alexandria, sans-serif;
  font-size: 25px;
}

.grid {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  margin-bottom: 67px;
}

.container-10 {
  grid-column-gap: 27px;
  grid-row-gap: 27px;
  justify-content: center;
  align-items: center;
  margin-bottom: 46px;
  display: flex;
}

.container-11 {
  background-color: #dbcccc;
}

.div-block-2, .div-block-2-copy {
  background-color: #c3bcbc;
}

.heading-5 {
  text-align: center;
  font-family: Alexandria, sans-serif;
  font-size: 30px;
  font-weight: 500;
}

.pricing-button {
  color: #fff;
  text-align: center;
  background-color: #a47135;
  border-radius: 20px;
  justify-content: center;
  align-items: center;
  min-width: 166px;
  min-height: 46px;
  font-family: Alexandria, sans-serif;
  font-size: 17px;
  font-weight: 400;
  transition: transform .2s;
  display: flex;
}

.pricing-button:hover {
  transform: scale(1.05);
}

.pricing-button:focus {
  background-color: #46321a;
}

.pricing-button.w--current {
  background-color: #744f23;
}

.button-3 {
  text-align: center;
  min-width: 104px;
  max-width: 0;
}

.button-4 {
  text-align: center;
  min-width: 100px;
  max-width: 0;
}

.suv-grid, .minivan-grid {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  margin-bottom: 67px;
}

.tabs-menu {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  justify-content: center;
  align-items: center;
  margin-bottom: 42px;
  display: flex;
}

.tab-link-tab-1 {
  background-color: #a47135;
}

.tab-link-tab-1.w--current {
  background-color: #b8a895;
}

.tab-link-tab-2 {
  background-color: #a47135;
  border-radius: 8px;
}

.tab-link-tab-3 {
  background-color: #a47135;
}

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

.pricing-header {
  color: #fff;
  text-align: center;
  font-family: Alexandria, sans-serif;
  font-size: 30px;
  font-weight: 600;
  line-height: 1.5;
}

.div-block-3 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  background-color: #1b1a1a;
  border-radius: 30px;
  flex-flow: column;
  justify-content: space-between;
  align-items: stretch;
  padding: 30px 34px;
  display: flex;
}

.div-block-3.suv-truck {
  background-color: #6b5548;
}

.div-block-3.minivan {
  background-color: #3d2b1f;
}

.div-block-3.car {
  background-color: #2f2f2f;
}

.paragraph-6 {
  color: #fff;
}

.list-item {
  color: #fff;
  text-align: center;
  text-transform: capitalize;
  font-family: Alexandria, sans-serif;
}

.list {
  grid-column-gap: 17px;
  grid-row-gap: 17px;
  flex-flow: column;
  list-style-type: none;
  display: flex;
}

.button-5 {
  display: block;
}

.show-button {
  text-align: center;
  background-color: #3898ec00;
  border: 1px solid #a47135;
  border-radius: 20px;
  font-family: Alexandria, sans-serif;
}

.show-button.hide {
  border-color: #fff6f1;
}

.show-button.elite {
  clear: none;
  order: 0;
  position: static;
  inset: 1% 0% 0% auto;
  overflow: visible;
}

.hide-button {
  letter-spacing: 1px;
  background-color: #d3323200;
  font-family: Alexandria, sans-serif;
}

.hide-button-copy {
  text-align: center;
  background-color: #a47135;
  border: 1px #da8570;
  border-radius: 20px;
  font-family: Alexandria, sans-serif;
  position: static;
  inset: auto 42% 0% 219px;
}

.hide-button-copy.hide {
  border-color: #fff6f1;
}

.div-block-4 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  flex: 0 auto;
  order: 1;
  align-self: auto;
  display: flex;
  position: static;
  inset: auto 0% 0%;
}

.heading-7 {
  text-align: center;
}

.price {
  color: #fff;
  text-align: center;
  margin-top: 0;
  font-family: Alexandria, sans-serif;
  font-weight: 600;
}

@media screen and (max-width: 991px) {
  .section {
    padding-top: 131px;
    padding-bottom: 131px;
  }

  .container.menu {
    padding-top: 0;
    padding-bottom: 0;
  }

  .big-heading {
    text-align: center;
    margin-bottom: 20px;
    font-size: 35px;
    line-height: 45px;
  }

  .hero-paragraph {
    margin-top: 20px;
  }

  .navbar {
    margin-left: 46px;
    margin-right: 46px;
    left: 10%;
    right: 10%;
  }

  .image-2 {
    max-width: 30%;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .nav-menu {
    background-color: #fff;
  }

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

  .nav-link.cta {
    border-radius: 0;
  }

  .menu-button {
    color: #fff;
    background-color: #fff0;
    padding-top: 28px;
  }

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

  .services-grid {
    grid-template-columns: 1fr;
  }

  .container-3 {
    max-width: 728px;
  }

  .team-slide-wrapper {
    width: 47%;
    margin-right: 6%;
  }

  .container-4 {
    max-width: 728px;
  }

  .section-3 {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}

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

  .container {
    padding-left: 20px;
    padding-right: 20px;
  }

  .big-heading {
    font-size: 36px;
    line-height: 42px;
  }

  .brand {
    padding-left: 0;
  }

  .image-2 {
    margin-top: 17px;
    padding-top: 0;
  }

  .team-slider, .hero-stack {
    padding: 60px 15px;
  }

  .section-3 {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .container-8 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .feature-heading {
    font-size: 25px;
    line-height: 27px;
  }

  .feature-grid {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    grid-template-columns: 1fr 1fr;
    margin-top: 30px;
  }

  .feature-heading-copy {
    font-size: 25px;
    line-height: 27px;
  }
}

@media screen and (max-width: 479px) {
  .section {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .section.hero {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    background-position: 70%;
    justify-content: center;
    align-items: center;
    min-height: 500px;
    padding-bottom: 40px;
  }

  .big-heading {
    margin-bottom: -8px;
    font-size: 40px;
    line-height: 34px;
  }

  .hero-paragraph {
    margin-bottom: 0;
    font-size: 12px;
    font-weight: 600;
  }

  .button {
    text-align: center;
    margin-top: 18px;
    padding: 2px 13px;
    font-size: 12px;
    font-weight: 400;
  }

  .navbar {
    -webkit-backdrop-filter: blur(4px);
    backdrop-filter: blur(4px);
    margin-left: 0;
    margin-right: 0;
  }

  .nav-menu {
    opacity: 1;
    background-color: #312618;
    border-radius: 40px;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    padding: 19px 24px;
    display: block;
    position: absolute;
    overflow: visible;
  }

  .nav-link {
    padding: 9px 0;
    font-size: 15px;
    text-decoration: none;
  }

  .nav-link.cta {
    border-radius: 11px;
    margin-left: 0;
    margin-right: 0;
    padding: 10px 0;
    display: none;
  }

  .menu-button.w--open {
    color: #fff;
    background-color: #64565600;
  }

  .container-3 {
    max-width: none;
  }

  .centered-heading {
    margin-bottom: 24px;
  }

  .team-slide-wrapper {
    width: 100%;
    margin-right: 0%;
  }

  .container-4 {
    max-width: none;
  }

  .section-3 {
    min-width: 0;
    margin-top: 28px;
    margin-bottom: 28px;
    padding: 20px 8px;
  }

  .section-3.pricing {
    min-width: 0;
    min-height: 0;
    margin-top: 0;
    padding-top: 61px;
  }

  .section-3.about {
    min-width: 0;
    display: none;
  }

  .section-3.booking {
    min-width: 0;
    min-height: 0;
    padding-left: 49px;
    padding-right: 49px;
  }

  .feature-heading {
    margin-bottom: 10px;
    font-size: 20px;
  }

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

  .feature-image {
    max-width: 100%;
    margin-bottom: -5px;
  }

  .paragraph-3 {
    font-size: 16px;
  }

  .heading-3 {
    font-size: 12px;
    line-height: 1.4;
  }

  .section-4 {
    min-height: 400px;
  }

  .paragraph-4 {
    font-size: 13px;
    line-height: 2;
  }

  .heading-4 {
    font-size: 20px;
  }

  .paragraph-5 {
    padding-left: 13px;
    padding-right: 13px;
    font-size: 13px;
  }

  .feature-heading-copy.pricing {
    font-weight: 600;
  }

  .tabs-menu {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    flex-flow: column;
  }

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

  .pricing-header {
    font-size: 20px;
  }

  .div-block-3.car {
    grid-column-gap: 6px;
    grid-row-gap: 6px;
    padding: 0;
  }

  .list-item {
    font-size: 12px;
  }

  .div-block-4 {
    margin: 0 30px 30px;
  }

  .price {
    font-size: 30px;
  }

  .div-block-5 {
    border-radius: 18px;
  }
}

#w-node-a81957d4-1d0c-101f-e3f0-118cf1d5c166-a361c090, #w-node-_3d711beb-30db-d213-15b5-73c0fbe7eb4c-a361c090, #w-node-_025d249a-292f-75da-38fa-f3eac2907ec6-a361c090, #w-node-_813f9c9f-94af-2701-d96e-cba699c060ac-a361c090, #w-node-_813f9c9f-94af-2701-d96e-cba699c060db-a361c090, #w-node-_813f9c9f-94af-2701-d96e-cba699c06100-a361c090, #w-node-_031df656-e4af-7ad6-6725-e6836f5d2108-a361c090, #w-node-_031df656-e4af-7ad6-6725-e6836f5d2137-a361c090, #w-node-_031df656-e4af-7ad6-6725-e6836f5d215c-a361c090 {
  justify-self: auto;
}


@font-face {
  font-family: 'Broncopersonaluse';
  src: url('../fonts/BroncoPersonalUse.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}