@import url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.8.1/font/bootstrap-icons.css");
@font-face {
  font-family: "Gotham Pro";
  font-style: normal;
  font-weight: normal;
  src: local("Gotham Pro"), url("framework/fonts/GothaProReg.woff") format("woff");
}
@font-face {
  font-family: "Gotham Pro Black";
  font-style: normal;
  font-weight: normal;
  src: local("Gotham Pro Black"), url("framework/fonts/GothaProBla.woff") format("woff");
}
@font-face {
  font-family: "Gotham Pro Light";
  font-style: normal;
  font-weight: normal;
  src: local("Gotham Pro Light"), url("framework/fonts/GothaProLig.woff") format("woff");
}
@font-face {
  font-family: "Gotham Pro Medium";
  font-style: normal;
  font-weight: normal;
  src: local("Gotham Pro Medium"), url("framework/fonts/GothaProMed.woff") format("woff");
}
@font-face {
  font-family: "Gotham Pro Light Italic";
  font-style: normal;
  font-weight: normal;
  src: local("Gotham Pro Light Italic"), url("framework/fonts/GothaProLigIta.woff") format("woff");
}
@font-face {
  font-family: "Gotham Pro Bold";
  font-style: normal;
  font-weight: normal;
  src: local("Gotham Pro Bold"), url("framework/fonts/GothaProBol.woff") format("woff");
}
@font-face {
  font-family: "GothamPro-MediumItalic";
  font-style: normal;
  font-weight: normal;
  src: local("GothamPro-MediumItalic"), url("framework/fonts/GothamProMediumItalic.woff") format("woff");
}
.announcement-container {
  background: #F6F6F6;
  padding: 10px 0;
  position: relative;
}
.announcement-container .announcement {
  font-size: 12px;
  padding: 0 10px;
}
.announcement-container .announcement .text {
  font-family: "Gotham Pro Light";
}
.announcement-container .announcement a {
  color: #30302d;
}

.navbar-brand img {
  height: 40px;
  width: auto;
}

#autosky-navbar-collapse-1 {
  justify-content: end;
}

.nav-link {
  font-family: "Gotham Pro";
  font-size: 14px;
  text-transform: uppercase;
}

.fixed-top {
  top: 45px;
}

.form-label {
  font-size: 12px;
  font-family: Gotham Pro Light;
  margin-bottom: 0;
}

.form-control {
  border-radius: 0;
  border: none;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  box-shadow: none !important;
  top: 1px;
  font-family: "Gotham Pro Bold";
  font-size: 14px;
  padding: 2px 9px;
  background: transparent;
}
.form-control:focus {
  border-color: #bebe20 !important;
}

.custom-form-control-group {
  border: 1px solid #e3e3e3;
  margin: 0 10px;
  line-height: 1 !important;
  padding: 4px 21px;
  padding-right: 13px;
  border-radius: 47px;
  margin: 5px 0;
  background: white;
}

.btn.btn-primary {
  background-color: #890d53;
  border-color: #890d53;
  border-radius: 20px;
  padding: 9px 24px;
  margin: 10px 0;
  text-transform: uppercase;
  font-family: "Gotham Pro";
}
.btn.btn-secondary {
  background-color: #bebe20;
  border-color: #bebe20;
  border-radius: 20px;
  padding: 9px 24px;
  margin: 10px 0;
  text-transform: uppercase;
  font-family: "Gotham Pro";
}

.front-page .page-content {
  margin-top: 70px;
}
.front-page header.front-header {
  position: relative;
  height: 75vh;
  min-height: 25rem;
  width: 100%;
  overflow: hidden;
}
.front-page header.front-header video, .front-page header.front-header .carousel-bg {
  position: absolute;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  z-index: 0;
  -ms-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
}
.front-page header.front-header .container {
  position: relative;
  z-index: 2;
}
.front-page header.front-header .overlay {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: black;
  opacity: 0.7;
  z-index: 1;
}
.front-page header.front-header .header-text {
  text-align: left;
  font-family: "Gotham Pro Light";
}
.front-page header.front-header .header-text h1 {
  font-family: "Gotham Pro Bold";
}
.front-page header.front-header .header-text h1 span {
  color: #bebe20;
}
.front-page header.front-header .header-text p {
  color: #a5a5a5;
}
.front-page header.front-header .car-search-form {
  background: #ffffff17;
  color: #464646;
  text-align: left;
  padding: 40px;
  position: absolute;
  width: 22%;
  top: 25%;
  left: 10%;
  z-index: 5000;
}
.front-page header.front-header .car-search-form .header {
  font-family: "Gotham Pro Bold";
  padding: 20px 0;
  color: white;
}
.front-page header.front-header .car-search-form button {
  width: 100%;
}

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