/*=======================
      General styles
=======================*/
html {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}
*,
*::after,
*::before {
  box-sizing: inherit;
}
body {
  font-family: "Raleway", sans-serif;
  background-color: #fff5de;
}
.container {
  padding: 40px 10px;
}
h1::selection,
h2::selection,
h3::selection,
p::selection,
span::selection,
a::selection {
  background-color: #000;
  color: #fff;
}
h2 {
  color: #14213d;
}
footer h3::selection,
footer p::selection,
footer a::selection,
.request-quote h2::selection,
.request-quote p::selection,
.request-quote a::selection {
  color: #000;
  background-color: #fff;
}
h1,
h2,
h3 {
  font-family: "Otomanopee One", sans-serif;
  text-transform: capitalize;
}
h2 {
  font-size: 2em;
  padding: 20px 0;
}
/*==========-=====
    Navigation
================*/
nav {
  background-color: #9b72aa;
  color: #fff5de;
  display: inline-block;
  position: absolute;
  top: 3%;
  left: 3%;
  border-radius: 7px;
}
nav span.bars {
  font-size: 2em;
  padding: 7px 15px;
  cursor: pointer;
  display: inline-block;
}

/*===========
    Header
============*/
header {
  background: linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.2)),
    url(../img/header.jpg) center center/cover;
  color: #fff;
  height: fit-content;
  position: relative;
}
header p {
  font-size: 1.4em;
}
header h2 {
  color: #fff;
}
header h1 {
  font-size: 5vh;
  color: #fff5de;
}
.header-box {
  padding: 10px;
  margin-top: 50px;
}
.header-box a {
  display: inline-block;
  color: #fff5de;
  background-color: #9b72aa;
  padding: 10px;
  text-decoration: none;
  border-radius: 5px;
  margin: 10px 5px 10px 0;
  transition: all 0.5s ease;
}
header a:hover {
  text-decoration: none;
  color: #9b72aa;
  background-color: #fff5de;
}

/*===================
    fleet_section
===================*/
.fleet_section {
  padding: 80px 0;
}
.fleet_section h2 {
  color: #9b72aa;
}
.fleet_section h3 {
  font-size: 1.5em;
}

.fleet_section figure img {
  width: 100%;
}

.fleet_section figcaption {
  padding-top: 10px;
  padding-bottom: 10px;
}

.fleet_section figcaption h3 {
  font-size: 1.3em;
}

.fleet_section figcaption ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.fleet_section i {
  color: #9b72aa;
}
.fleet_section figcaption a {
  display: inline-block;
  padding: 7px 14px;
  margin: 20px 0;
  color: #fff5de;
  border-radius: 5px;
  background-color: #9b72aa;
  text-decoration: none;
  transition: all 0.3s ease-in-out;
}

.fleet_section figcaption a:hover {
  background-color: #c6b4ce;
  color: #fff;
  text-decoration: none;
}
/*===================
    Features
===================*/
.features {
  padding: 80px 0;
}
.features h2 {
  color: #9b72aa;
}
/*===============
    invitation
===============*/
.invitation {
  text-align: center;
  padding: 80px 0;
}
.invitation i {
  font-size: 3rem;
  color: #9b72aa;
}
.invitation p:first-of-type {
  font-size: 1.5em;
}
.invitation p cite {
  font-weight: 600;
  font-style: normal;
}

/*===================
    call_us
===================*/
.call_us {
  background-color: #c6b4ce;
  padding: 80px 0;
}

.call_us p a {
  color: #9b72aa;
  font-size: 1.5em;
  font-style: normal;
  font-weight: bold;
  text-decoration: none;
}
.call_us p i {
  color: #c6b4ce;
  font-size: 1.5em;
}
.call_us .zbtn {
  color: #fff5de;
  background-color: #9b72aa;
  text-transform: capitalize;
  transition: all 0.3s ease-in-out;
}
.call_us .zbtn:hover {
  background-color: #fff5de;
  color: #9b72aa;
  text-transform: capitalize;
  transition: all 0.3s ease-in-out;
}
/*=====================
    services_section
=====================*/

.services-section {
  padding: 120px 0;
  position: relative;
}

.carousel-item {
  height: 60vh;
}

.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) top center/cover;
}

.carousel-item.business {
  background: url(../img/services/business.jpg) top 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) center 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) top center/cover;
}

.carousel-item.quinceanera {
  background: url(../img/services/quin.jpg) center center/ 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: #9b72aa;
  color: #fff5de;
}
footer h3 {
  color: #fff;
}
.upper-footer {
  margin: 0 0 50px;
}
.foot {
  margin-top: 30px;
}
footer a {
  color: #fff5de;
  text-decoration: none;
}
footer a:hover {
  color: #fff;
}
footer ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
footer i {
  font-size: 1.5em;
  padding-right: 5px;
}
footer .copy-footer {
  background-color: #9b72aa;
  text-align: center;
  padding-bottom: 35px;
}

/*==========================
    Quote & Reservation
===========================*/
header.quote-page {
  background: linear-gradient(rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.4)),
    url(../img/quote.jpg) center center/cover;
  height: 40vh;
}
header.reservation-page {
  background: linear-gradient(rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.4)),
    url(../img/reservation.jpg) top center/cover;
  height: 40vh;
}

/*=======================
    Contact us page
========================*/
.contact-page-header {
  background: linear-gradient(rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.4)),
    url(../img/contact.jpg) top center/cover;
  height: 40vh;
}

/*Response page
------------------*/
header.response {
  background: linear-gradient(rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.4)),
    url(../img/header.jpg) center center/cover;
  height: 40vh;
  color: #fff;
}
header.response p {
  color: #fff;
}
.response_section {
  text-align: center;
}
