/*--------------------------
        General styles
----------------------------*/

img {
  width: 100%;
}
body {
  font-family: "Roboto", sans-serif;
}
h1,
h2,
h3 {
  font-family: "Anton", sans-serif;
}
.row {
  padding: 0;
  margin: 0;
}
h2 {
  text-transform: capitalize;
}
/*============================
    ##  Contact Navigation
=============================*/
.contact_nav {
  background-color: #71697a;
  padding: 15px 0;
  position: sticky;
  top: 0;
  z-index: 3;
}
.contact_nav p {
  font-size: 1.5em;
  margin: 0;
  color: #f6f6f6;
}
.contact_nav a {
  color: #fff;
  text-decoration: underline;
}
/*--------------------------
        Header styles
----------------------------*/
header {
  background: linear-gradient(rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.3)),
    url(../img/header.jpg) top center/cover;
  min-height: 40vh;
  color: #fff;
  padding: 30px 0;
  text-align: center;
  text-transform: capitalize;
}
header h1 {
  font-size: 7vh;
}
header p {
  color: #fff;
  font-size: 2em;
}
header a,
.enjoy_ride a,
.quote_reserve a,
.our_vehicles a,
.airport_text a {
  padding: 7px 14px;
  display: inline-block;
  background-image: linear-gradient(to bottom left, #e4be9e, #5c2751);
  color: #fff;
  margin: 15px 0 0;
  border-radius: 5px;
  transition: all 0.3s ease-in-out;
  box-shadow: 0 2.8px 2.2px rgba(0, 0, 0, 0.034),
    0 6.7px 5.3px rgba(0, 0, 0, 0.048), 0 12.5px 10px rgba(0, 0, 0, 0.06),
    0 22.3px 17.9px rgba(0, 0, 0, 0.072), 0 41.8px 33.4px rgba(0, 0, 0, 0.086),
    0 100px 80px rgba(0, 0, 0, 0.12);
}
header a:hover,
.enjoy_ride a:hover,
.quote_reserve a:hover,
.our_vehicles a:hover,
.airport_text a:hover {
  background-image: linear-gradient(to bottom right, #e4be9e, #5c2751);
  color: #fff;
  text-decoration: none;
}

/*--------------------------
    enjoy_ride styles
----------------------------*/
.enjoy_ride {
  padding-top: 150px;
  padding-bottom: 150px;
}
.enjoy_ride h2 {
  border-left: 5px solid #71697a;
  padding-left: 5px;
}
.enjoy_ride img {
  box-shadow: 0 2.8px 2.2px rgba(0, 0, 0, 0.034),
    0 6.7px 5.3px rgba(0, 0, 0, 0.048), 0 12.5px 10px rgba(0, 0, 0, 0.06),
    0 22.3px 17.9px rgba(0, 0, 0, 0.072), 0 41.8px 33.4px rgba(0, 0, 0, 0.086),
    0 100px 80px rgba(0, 0, 0, 0.12);
  border-radius: 5px;
}

/*--------------------------
    quote_reserve styles
----------------------------*/
.quote_reserve {
  background: linear-gradient(
      rgba(228, 190, 158, 0.5),
      rgba(228, 190, 158, 0.5)
    ),
    url(../img/plane.png) no-repeat center right/50%;
  color: #000;
  padding: 60px;
}
.quote_reserve h2 {
  padding-left: 5px;
  border-left: 5px solid #71697a;
}
.quote_reserve p {
  color: #000;
  margin: 0;
}
/*--------------------------
        our_vehicles styles
----------------------------*/
.our_vehicles {
  padding: 150px 0;
}
.our_vehicles h2 {
  padding-left: 5px;
  border-left: 5px solid #71697a;
}
.vehicles {
  padding: 50px 0;
}
.card h3 {
  font-size: 1.5em;
}

/*--------------------------
        call_us styles
----------------------------*/
.call_us {
  background-color: #e4be9e;
  padding: 30px 0;
  text-align: center;
}
.call_us p {
  color: #fff;
  margin: 0;
  font-size: 1em;
}
.call_us a {
  color: #71697a;
}

/*--------------------------
    airports styles
----------------------------*/
.airports {
  padding: 80px 0;
}
.airports img {
  width: 100%;
}
.carousel-inner {
  box-shadow: 0 2.8px 2.2px rgba(0, 0, 0, 0.034),
    0 6.7px 5.3px rgba(0, 0, 0, 0.048), 0 12.5px 10px rgba(0, 0, 0, 0.06),
    0 22.3px 17.9px rgba(0, 0, 0, 0.072), 0 41.8px 33.4px rgba(0, 0, 0, 0.086),
    0 100px 80px rgba(0, 0, 0, 0.12);
  border-radius: 5px;
}
.carousel-item {
  height: 450px;
}
.carousel-caption h3 {
  background-color: #ffecd1;
  color: #000;
  border-radius: 5px;
  display: inline-block;
  text-transform: capitalize;
  padding: 10px 20px;
}
.carousel-item.abe {
  background: url(../img/airports/abe.jpg) center center/cover;
}
.carousel-item.ewr {
  background: url(../img/airports/ewr.jpg) center center/cover;
}
.carousel-item.hpn {
  background: url(../img/airports/hpn.jpg) top center/cover;
}
.carousel-item.jfk {
  background: url(../img/airports/jfk.jpg) center center/cover;
}
.carousel-item.lga {
  background: url(../img/airports/lga.jpg) center left/cover;
}
.carousel-item.lsp {
  background: url(../img/airports/lsp.jpg) bottom left/cover;
}
.carousel-item.mmu {
  background: url(../img/airports/mmu.jpg) center center/cover;
}
.carousel-item.phl {
  background: url(../img/airports/phl.jpg) center center/cover;
}
.carousel-item.swf {
  background: url(../img/airports/swf.jpg) center center/cover;
}
.carousel-item.teb {
  background: url(../img/airports/teb.jpg) center center/cover;
}
.carousel-item.ttn {
  background: url(../img/airports/ttn.jpg) bottom center/cover;
}

/*--------------------------
        why_us styles
----------------------------*/
.why_us {
  padding: 150px 0;
  text-align: center;
}
.why_us h2 {
  padding-left: 5px;
  border-left: 5px solid #71697a;
  display: inline-block;
  text-transform: capitalize;
}
.features {
  padding: 100px 0 0;
}
.features article i {
  font-size: 2em;
  margin: 10px;
  color: #71697a;
}
/*--------------------------
        footer styles
----------------------------*/

footer {
  background-color: #71697a;
  color: #fff;
  padding: 50px 0 15px;
}
.foot {
  margin-bottom: 30px;
}
footer h2 {
  padding-left: 5px;
  border-left: 5px solid #e4be9e;
}
footer ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
footer li {
  margin: 3px 0;
}
footer a {
  color: rgba(255, 255, 255, 0.8);
  text-decoration: none;
  padding: 5px 0;
}
footer a:hover {
  color: #e4be9e;
}
footer small {
  text-align: center;
}
footer small a {
  color: #e4be9e;
}

/*--------------------------------------------------------
                        reach_out styles
--------------------------------------------------------*/
.reach_out {
  padding: 150px 0;
  position: relative;
}
.reach_out span {
  position: absolute;
  top: 50px;
  left: 50px;
  font-weight: 200;
}
.fast_links {
  background: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)),
    url(../img/contact.jpg) center center/cover;
  padding: 30px 0;
}
.fast_links ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.fast_links li {
  display: inline-block;
}
.fast_links a {
  display: inline-block;
  padding: 5px;
  margin: 3px;
  color: oldlace;
  font-size: 2em;
  transition: all 0.3s ease-in-out;
}
.fast_links a:hover {
  color: #e4be9e;
  text-decoration: none;
}
.contact_form input,
.contact_form textarea {
  padding: 5px;
  border: 1px solid #6b6d72;
  margin: 3px 0;
  color: #71697a;
}
.contact_form textarea {
  height: 200px;
}
.contact_form button[type="submit"] {
  background-image: linear-gradient(to bottom left, #e4be9e, #5c2751);
  box-shadow: 0 2.8px 2.2px rgba(0, 0, 0, 0.034),
    0 6.7px 5.3px rgba(0, 0, 0, 0.048), 0 12.5px 10px rgba(0, 0, 0, 0.06),
    0 22.3px 17.9px rgba(0, 0, 0, 0.072), 0 41.8px 33.4px rgba(0, 0, 0, 0.086),
    0 100px 80px rgba(0, 0, 0, 0.12);
  color: #fff;
  display: inline-block;
  padding: 7px 14px;
  border: none;
  border-radius: 5px;
  transition: all 0.3s ease-in-out;
}
.contact_form button[type="submit"]:hover {
  background-image: linear-gradient(to bottom right, #e4be9e, #5c2751);
}

/*--------------------------------------------------------
            Quote, reservation, contact styles
--------------------------------------------------------*/
.iframe-page {
  height: 1100px;
}
.iframe-page iframe {
  width: 100%;
  height: 100%;
}
@media (max-width: 766px) {
  .iframe-page {
    height: 1400px;
  }
}

.fast_links.links_contact_page li,
.fast_links.links_contact_page a {
  display: block;
}
.fast_links.links_contact_page a {
  font-size: 1.2em;
}

header.contact {
  background: linear-gradient(rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.3)),
    url(../img/contact2.jpg) top center/cover;
}
header.reservation {
  background: linear-gradient(rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.3)),
    url(../img/reservation.jpg) center center/cover;
}
header.quote {
  background: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.5)),
    url(../img/quote.jpg) top center/cover;
}
header.fleet {
  background: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.7)),
    url(../img/fleet_header.jpg) center center/cover;
}
section.response {
  background: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)),
    url(../img/success.png) center center/cover;
  height: 60vh;
  padding: 60px 0;
  color: #fff;
}
section.response p {
  color: #fff;
}
.qq {
  padding: 3% 0;
}
