/*-----------------------------------
    General Styles
-----------------------------------*/
body {
  font-family: "Open Sans", sans-serif;
  background: url(../img/2.jpg) fixed center center/cover;
}
h1,
h2,
h3,
.brand {
  font-family: "Merriweather", serif;
  line-height: 1.5;
}
h2 {
  font-size: 2rem;
  font-weight: bold;
}
.row {
  padding: 0;
  margin: 0;
}
.container-fluid {
  padding: 5% 10%;
}

img {
  width: 100%;
}
/*-----------------------------------
    contact_nav Styles
-----------------------------------*/
.contact_nav {
  background-color: #f500ff;
  color: #fff;
  padding: 15px 0;
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
}
.contact_nav a {
  color: #fff;
  display: inline-block;
  padding: 5px 0;
  font-weight: bold;
}
.contact_nav span {
  display: block;
  padding: 5px;
}
.contact_nav span.brand {
  font-size: 1.5em;
  text-transform: uppercase;
}

/*-----------------------------------
    navbar Styles
-----------------------------------*/
nav.navbar {
  background-color: #fbf7f0;
  color: #333;
}
/*-----------------------------------
    Header Styles
-----------------------------------*/
header {
  padding: 7% 0;
  background: linear-gradient(rgba(245, 0, 255), rgba(102, 1, 255));
  color: #fff;
}
.header-box {
  padding: 20px;
}
header h1 {
  font-size: 3rem;
  font-weight: bold;
}
header a {
  padding: 10px 20px;
  display: inline-block;
  background-color: #f500ff;
  color: #fff;
  border-radius: 5px;
  font-weight: bold;
  text-transform: capitalize;
  transition: all 0.3s ease-in-out;
}
header a:hover {
  color: #f500ff;
  background-color: #fff;
  text-decoration: none;
}

/*-----------------------------------
    services-section Styles
-----------------------------------*/
.services-section {
  padding: 100px 0;
  position: relative;
  background-color: #fff;
}
.services-section h2 {
  color: #8801fe;
  font-weight: bold;
  font-size: 2rem;
}
.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: #ffffffe7;
  color: #8801fe;
  border-radius: 5px;
  display: inline-block;
  text-transform: capitalize;
  padding: 10px 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/outlet.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) center center/cover;
}
.carousel-item.quinceanera {
  background: url(../img/services/quinceanera.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;
}

@media (max-width: 768px) {
  .services-section-text {
    margin-top: 25px;
  }
}
/*============================
    ##  Fleet Section
=============================*/
.fleet_home_section {
  padding: 7% 0;
  background-color: #b900ff;
  text-align: center;
  color: #fff;
}
.fleet_home_section img {
  border-radius: 10px;
}
.fleet_home_section .vehicle h3 {
  text-transform: capitalize;
  padding: 5px 0;
}
.fleet_home_section .vehicle {
  margin: 15px 0;
}
.fleet_home_section .vehicle a {
  display: inline-block;
  padding: 1rem;
  background-color: #fff;
  color: #8801fe;
  border-radius: 5px;
  transition: all 0.3s ease-in-out;
}
.fleet_home_section .vehicle a:hover {
  color: #fff;
  background-color: #8801fe;
  text-decoration: none;
}
.contact-form.home {
  background: #f7f7f7;
}
.contact-form.home h2 {
  color: #8801fe;
}

.various_sizes {
  padding: 7% 0;
  background-color: #fff;
}
.various_sizes h2 {
  color: #8801fe;
}
.various_sizes 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 {
  background-color: #b900ff;
  padding: 60px 0;
}

.why_us h3 {
  color: #8801fe;
}
/* The actual timeline (the vertical ruler) */
.timeline {
  position: relative;
  max-width: 1200px;
  margin: 0 auto;
}

/* The actual timeline (the vertical ruler) */
.timeline::after {
  content: "";
  position: absolute;
  width: 6px;
  background-color: white;
  top: 0;
  bottom: 0;
  left: 50%;
  margin-left: -3px;
}

/* Container around content */
.content_container {
  padding: 10px 40px;
  position: relative;
  background-color: inherit;
  width: 50%;
}

/* The circles on the timeline */
.content_container::after {
  content: "";
  position: absolute;
  width: 25px;
  height: 25px;
  right: -12px;
  background-color: white;
  border: 4px solid #8801fe;
  top: 15px;
  border-radius: 50%;
  z-index: 1;
}

/* Place the container to the left */
.left {
  left: 0;
}

/* Place the container to the right */
.right {
  left: 50%;
}

/* Add arrows to the left container (pointing right) */
.left::before {
  content: " ";
  height: 0;
  position: absolute;
  top: 22px;
  width: 0;
  z-index: 1;
  right: 30px;
  border: medium solid white;
  border-width: 10px 0 10px 10px;
  border-color: transparent transparent transparent white;
}

/* Add arrows to the right container (pointing left) */
.right::before {
  content: " ";
  height: 0;
  position: absolute;
  top: 22px;
  width: 0;
  z-index: 1;
  left: 30px;
  border: medium solid white;
  border-width: 10px 10px 10px 0;
  border-color: transparent white transparent transparent;
}

/* Fix the circle for containers on the right side */
.right::after {
  left: -12px;
}

/* The actual content */
.content {
  padding: 20px 30px;
  background-color: white;
  position: relative;
  border-radius: 6px;
}

/* Media queries - Responsive timeline on screens less than 600px wide */
@media (max-width: 600px) {
  /* Place the timelime to the left */
  .timeline::after {
    left: 31px;
  }

  /* Full-width containers */
  .content_container {
    width: 100%;
    padding-left: 70px;
    padding-right: 25px;
  }

  /* Make sure that all arrows are pointing leftwards */
  .content_container::before {
    left: 60px;
    border: medium solid white;
    border-width: 10px 10px 10px 0;
    border-color: transparent white transparent transparent;
  }

  /* Make sure all circles are at the same spot */
  .left::after,
  .right::after {
    left: 15px;
  }

  /* Make all right containers behave like the left ones */
  .right {
    left: 0%;
  }
}
/*-----------------------------------
    contact-form Styles
-----------------------------------*/
.contact-form.home {
  text-align: center;
}
.contact-form {
  padding: 80px 0;
  background-color: #fff;
}
.contact-form img.big-img {
  width: 100%;
}

.home-page-form input,
.home-page-form textarea,
.contact-page-form input,
.contact-page-form textarea {
  border: 1px solid #ddd;
  padding: 10px;
}
.contact-page-form textarea {
  height: 250px;
}
.home-page-form button,
.contact-page-form button {
  padding: 10px 20px;
  display: inline-block;
  background-color: #8801fe;
  color: #fff;
  border-radius: 5px;
  font-weight: bold;
  text-transform: capitalize;
  transition: all 0.3s ease-in-out;
  margin: 15px 0;
  border: none;
}
.home-page-form button:hover,
.contact-page-form button:hover {
  color: #8801fe;
  background-color: #eee;
}
/*-----------------------------------
    Footer Styles
-----------------------------------*/
.upper-footer {
  background-color: #fbf7f0;
  padding: 10px 0;
}
.upper-footer ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.upper-footer a {
  padding: 5px;
  display: block;
  color: #444;
  font-size: 1.2em;
  text-transform: capitalize;
}
.upper-footer a.brand {
  font-size: 1.5em;
  font-weight: bolder;
}
.upper-footer a.brand:hover {
  text-decoration: none;
}
.lower-footer {
  background-color: #8801fe;
  color: #fff;
  text-align: right;
  padding: 5px;
  border-bottom-left-radius: 15px;
  border-bottom-right-radius: 15px;
}
.lower-footer p {
  margin: 1rem 0;
}
.lower-footer a {
  color: #fff;
  font-weight: bold;
}
/*-----------------------------------------
    Contact, Testimonials, Quote Styles
-----------------------------------------*/
header.contact {
  background: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.5)),
    url(../img/contact.jpg) center center/cover;
}
.contact-page-contact-section {
  padding: 80px 0;
  background-color: #fff;
}
.contact-page-contact-section img {
  width: 70%;
  margin-top: 3rem;
}
.contact-section-text h2 {
  text-transform: capitalize;
  font-weight: bold;
}
.contact-section-text ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
.contact-section-text ul li {
  margin: 5px 0;
}
.contact-section-text a {
  color: #8801fe;
}
header.reservation {
  background: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)),
    url(../img/reservation.jpg) center center/cover;
}
header.quote {
  background: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)),
    url(../img/quote-img.jpg) center center/cover;
}
.contact-page-form img {
  width: auto;
}
.qq {
  padding: 7% 0;
}
/*Response page
-------------------*/
section.response {
  padding: 60px 0;
  text-align: center;
  background-color: #fff;
}
section.response img {
  width: auto;
}

@media (max-width: 1024px) {
  .container-fluid {
    padding: 5% 2%;
  }
}
