/*============================
    ##  General Styles
=============================*/
body {
  font-family: "Open Sans", sans-serif;
}
h1,
h2,
h3 {
  font-family: "Roboto", sans-serif;
}
h2 {
  color: #fa9372;
  font-weight: bold;
  text-transform: capitalize;
}
img {
  width: 100%;
}

/*============================
    ##  Contact Navigation
=============================*/
.contact_nav {
  padding: 15px 0;
  position: sticky;
  top: 0;
  z-index: 3;
  background-color: #fa9372;
}
.contact_nav p {
  font-size: 1.5em;
  color: #fff;
  margin: 0;
  font-weight: bold;
}
.contact_nav a {
  color: #f6f6f6;
  font-weight: lighter;
  transition: all 0.3s ease-in-out;
}
.contact_nav a:hover {
  color: #fff;
}

/*============================
    ##  Header
=============================*/
header {
  padding: 7% 0;
  background: linear-gradient(rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.3)),
    url(../img/home.jpg) center center/cover;
  height: fit-content;
  color: #fff;
}
header h1,
header h2 {
  color: #fff;
}
/*============================
    ##  Fleet Section
=============================*/
.wide_range {
  padding: 7% 0;
  background: #fa9372;
  color: #fff;
}
.wide_range h2 {
  color: #fff;
}
.fleet_home_section {
  padding: 80px 0;
}
.fleet_home_section h2 {
  margin-bottom: 30px;
}
.fleet_home_section .vehicle h3 {
  text-transform: capitalize;
  color: #1f1f1f;
}
.vehicle_text {
  padding: 10px 0;
  margin-top: 5px;
}
.fleet_home_section .vehicle {
  margin: 15px 0;
}
/*============================
    ##  Luxury Section
=============================*/
.reserve_now {
  padding: 80px 0;
}

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

/*============================
    ##  Why us Section
=============================*/
.why_us {
  margin-top: 50px;
}
.why-us h3 {
  color: #fff;
}
.why-us p {
  color: #f6f6f6;
}
.why-us {
  padding: 80px 0;
  background: hsla(340, 80%, 69%, 1);

  background: linear-gradient(
    90deg,
    hsla(340, 80%, 69%, 1) 0%,
    hsla(15, 93%, 71%, 1) 100%
  );

  background: -moz-linear-gradient(
    90deg,
    hsla(340, 80%, 69%, 1) 0%,
    hsla(15, 93%, 71%, 1) 100%
  );

  background: -webkit-linear-gradient(
    90deg,
    hsla(340, 80%, 69%, 1) 0%,
    hsla(15, 93%, 71%, 1) 100%
  );

  filter: progid: DXImageTransform.Microsoft.gradient( startColorstr="#EF709B", endColorstr="#FA9372", GradientType=1 );
}
.fleet-range span {
  display: block;
}
.why-us i {
  font-size: 3em;
  color: #fff;
  padding: 10px;
  text-align: center;
}
.why-us .why-column {
  padding-top: 20px;
  text-align: center;
}

/*============================
    ##  services Section
=============================*/
.services_section {
  padding: 80px 0;
}
.carousel-item {
  height: 50vh;
}

.carousel-caption h3 {
  background-color: rgba(39, 39, 41, 0.8);
  color: rgb(255, 255, 255);
  opacity: 1;
  display: inline-block;
  text-transform: capitalize;
  padding: 10px 20px;
  border-top-left-radius: 20px;
  border-bottom-right-radius: 20px;
}

.carousel-item.airport {
  background: url(../img/services/airport.jpg) center center/cover;
}

.carousel-item.business {
  background: url(../img/services/business.jpg) center center/cover;
}

.carousel-item.prom {
  background: url(../img/services/prom.jpg) center center/cover;
}

.carousel-item.wedding {
  background: url(../img/services/wedding.jpg) center center/cover;
}

.carousel-item.shuttle {
  background: url(../img/services/shuttle.jpg) center center/cover;
}

.carousel-item.outlet {
  background: url(../img/services/outlets.jpg) top center/cover;
}

.carousel-item.casino {
  background: url(../img/services/casino.jpg) center center/cover;
}

.carousel-item.concert {
  background: url(../img/services/concert.jpg) center center/cover;
}

.carousel-item.bachelorette {
  background: url(../img/services/bachelorette.jpg) center center/cover;
}

.carousel-item.quinceanera {
  background: url(../img/services/quin.jpg) 50% 30% / cover;
}

.carousel-item.cruise {
  background: url(../img/services/cruise.jpg) center center/cover;
}

.carousel-item.birthday {
  background: url(../img/services/birthday.jpg) center center/cover;
}

/*============================
    ##  Footer
=============================*/
footer {
  background-color: #ef709b;
  padding: 80px 0;
  color: #fff;
}
footer h2 {
  margin-bottom: 30px;
  color: #fff;
}
footer h3 {
  text-transform: capitalize;
}
footer ul {
  list-style: none;
  padding: 0;
  margin: 10px 0;
}
footer li {
  margin: 0.5rem 0;
}
footer a {
  color: #f6f6f6;
}
footer ul:first-of-type {
  text-transform: capitalize;
}
footer ul.contact a {
  text-transform: lowercase;
}
footer a:hover {
  color: #fff;
}
/*============================
    ## Contact page
=============================*/
header.contact {
  padding: 7% 0;
  height: 50vh;
  background: linear-gradient(rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.3)),
    url(../img/contact.jpg) center center/cover;
}
.message_us {
  padding: 80px 0;
}
.reach_out {
  padding: 80px 0;
}
.luxury .lux_text.contact_page ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.luxury .lux_text.contact_page li a {
  background-color: transparent;
  padding: 7px 0;
}
.message_us {
  padding: 80px 0;
}
.message_us h2 {
  margin-bottom: 30px;
}
.contact_form input,
.contact_form textarea {
  padding: 5px;
  border: 1px solid #6b6d72;
  margin: 3px 0;
  color: rgb(34, 34, 34);
}
.contact_form textarea {
  height: 200px;
}
.contact_form .row {
  margin: 0;
  padding: 0;
}
.reach_out .contact_info ul {
  list-style: none;
  padding: 0;
  margin: 0 0 30px 0;
}
.reach_out {
  padding: 65px 0;
}
.reach_out .contact_info ul {
  list-style: none;
  padding: 0;
  margin: 0 0 30px 0;
}
.contact_info ul i {
  font-size: 1.2em;
  margin-right: 5px;
  color: #1c2a3c;
}
.contact_info ul a {
  color: #fa9372;
  text-decoration: none;
  margin: 5px 0;
  display: inline-block;
}
/*============================
    ## response page
=============================*/
.success_section {
  padding: 80px 0;
}

/*==================================
    ## quote & reservation pages
==================================*/

header.quote {
  padding: 7% 0;
  height: 50vh;
  background: linear-gradient(rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.3)),
    url(../img/quote.jpg) center center/cover;
}
header.reservation {
  height: 50vh;
  padding: 7% 0;
  background: linear-gradient(rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.3)),
    url(../img/reservation.jpg) center center/cover;
}
