/*============================
    ##  General Styles
=============================*/
body {
  font-family: "Open Sans", sans-serif;
}
h1,
h2,
h3 {
  font-family: "Merriweather", serif;
  text-transform: capitalize;
  letter-spacing: 2px;
}
h2 {
  color: #0575e6;
}
img {
  width: 100%;
}
.container-fluid {
  padding: 7% 15%;
}
.btn {
  margin: 1rem 1rem 1rem 0;
  text-transform: capitalize;
}
/*============================
    ##  Contact Navigation
=============================*/
.contact_nav {
  padding: 15px 0;
  position: sticky;
  top: 0;
  z-index: 3;
  background: #0f52ba;
}
.contact_nav p {
  font-size: 1.5em;
  color: #fff;
  margin: 0;
  font-weight: bold;
}
.contact_nav a {
  color: #fff;
  font-weight: lighter;
  transition: all 0.3s ease-in-out;
}
.contact_nav a:hover {
  color: #f6f6f6;
}

/*============================
    ##  Header
=============================*/
header {
  background: linear-gradient(rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.2)),
    url(../img/home.jpg) center center/cover;
  height: fit-content;
  color: #fff;
}
header h1 {
  font-size: 3rem;
}
header h1,
header h2 {
  color: #0575e6;
}
.header_intro {
  backdrop-filter: blur(7px) saturate(180%);
  -webkit-backdrop-filter: blur(7px) saturate(180%);
  background-color: rgba(255, 255, 255, 0.25);
  border-radius: 12px;
  border: 1px solid rgba(255, 255, 255, 0.125);
  padding: 3%;
}

/*============================
    ##  Luxury Section
=============================*/

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

/*============================
    ##  Fleet Section
=============================*/

.fleet_home_section {
  background-color: #0575e6;
  color: #fff;
}
.fleet_home_section h2 {
  margin-bottom: 30px;
}
.fleet_home_section .vehicle h3 {
  text-transform: capitalize;
  color: #fff;
}
.vehicle_text {
  padding: 10px 0;
  margin-top: 5px;
  text-align: center;
}
.fleet_home_section .vehicle {
  margin: 15px 0;
}

/*============================
    ##  Why us Section
=============================*/

.why-us h3 {
  color: #fff;
}
.why-us p {
  color: #ffffff70;
}
.why-us {
  background: #0575e6;
}
.fleet-range span {
  display: block;
}
.why-us i {
  font-size: 3em;
  color: #ffffff70;
  padding: 10px;
  text-align: center;
}
.why-us .why-column {
  padding-top: 20px;
  text-align: center;
}

/*============================
    ##  services Section
=============================*/
.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/proms.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: #fff;
  color: #00000070;
}
footer .container-fluid {
  padding: 3% 15%;
}
footer h2 {
  margin-bottom: 30px;
  color: #0575e6;
}
footer h3 {
  text-transform: capitalize;
}
footer ul {
  list-style: none;
  padding: 0;
  margin: 10px 0;
}
footer a {
  color: #00000070;
}
footer ul:first-of-type {
  text-transform: capitalize;
}
footer ul.contact a {
  text-transform: lowercase;
}
footer a:hover {
  color: #0575e6;
}
/*============================
    ## Contact page
=============================*/
header.contact {
  background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)),
    url(../img/contact.jpg) center center/cover;
}
.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: 300px;
}
.contact_form .row {
  margin: 0;
  padding: 0;
}
.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: #0575e6;
  text-decoration: none;
  margin: 5px 0;
  display: inline-block;
}
/*============================
    ## response page
=============================*/

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

header.quote {
  background: linear-gradient(rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.2)),
    url(../img/quote.jpg) center center/cover;
}
header.reservation {
  background: linear-gradient(rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.2)),
    url(../img/reservation.jpg) center center/cover;
}
.reach_out .container-fluid,
.message_us .container-fluid {
  padding: 3% 15%;
}
/*============================
    ## responsive points
=============================*/
@media (max-width: 1024px) {
  .container-fluid {
    padding: 7% 10%;
  }
  .header_intro {
    margin-bottom: 2rem;
  }
  .header_intro h1 {
    font-size: 1.5rem;
  }
  footer .container-fluid {
    padding: 7% 10% 15%;
  }
  footer li {
    margin: 1rem 0;
  }
  footer a {
    padding: 5px 0;
  }
  .btn {
    margin: 0.5rem 0.5rem 0.5rem;
  }
}
