/*-----------------------------------
    General Styles
-----------------------------------*/
body {
  font-family: "Open Sans", sans-serif;
}
h1,
h2,
h3,
.brand {
  font-family: "Noto Serif", serif;
}
.row {
  padding: 0;
  margin: 0;
}

/*-----------------------------------
    contact_nav Styles
-----------------------------------*/
.contact_nav {
  background-color: #55d6be;
  color: #fff;
  padding: 15px 0;
  position: sticky;
  top: 0;
  z-index: 10;
  box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.034);
}
.contact_nav .content_wrap {
  padding: 20px;
}
.contact_nav a {
  color: #fff;
  display: inline-block;
  padding: 5px 0;
}
.contact_nav span {
  display: block;
  padding: 5px;
}
.contact_nav span.brand {
  font-size: 1.5em;
  text-transform: uppercase;
}

/*-----------------------------------
    navbar Styles
-----------------------------------*/
nav.navbar {
  background-color: #55d6be;
  color: #fff;
}
/*-----------------------------------
    Header Styles
-----------------------------------*/
header {
  padding: 50px 0;
  background: linear-gradient(to bottom left, #7d5ba6, #55d6be);
  height: 400px;
  color: #fff;
}
header a {
  padding: 10px 20px;
  display: inline-block;
  background-color: #7d5ba6;
  color: #fff;
  border-radius: 5px;
  font-weight: bold;
  transition: all 0.3s ease-in-out;
}
header a:hover {
  color: #7d5ba6;
  background-color: #000;
  text-decoration: none;
}

/*-----------------------------------
    our_fleet_section Styles
-----------------------------------*/
.fleet-section {
  padding: 80px 0;
  text-transform: capitalize;
}
.fleet-section img {
  width: 100%;
  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-text {
  padding: 0 20px;
  margin-bottom: 40px;
}
.fleet-section a {
  padding: 10px 20px;
  display: inline-block;
  background-color: #7d5ba6;
  color: #fff;
  border-radius: 5px;
  font-weight: bold;
  transition: all 0.3s ease-in-out;
}
.fleet-section a:hover {
  text-decoration: none;
  color: #7d5ba6;
  background-color: #000;
}

/*-----------------------------------
    services-section Styles
-----------------------------------*/
.services-section {
  padding: 100px 0;
  position: relative;
  background-color: #7d5ba6;
  color: #fff;
}
.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: #acfcd977;
  color: #000;
  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/proms.jpg) top center/cover;
}
.carousel-item.wedding {
  background: url(../img/services/wedding.jpg) center center/cover;
}
.carousel-item.shuttle {
  background: url(../img/services/shuttle.jpg) center left/cover;
}
.carousel-item.outlet {
  background: url(../img/services/outlets.jpg) bottom left/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) center center/cover;
}
.carousel-item.cruise {
  background: url(../img/services/cruise.jpg) bottom center/cover;
}
.carousel-item.birthday {
  background: url(../img/services/birthday.jpg) center center/cover;
}
.services-section-text p {
  opacity: 0.6;
}
@media (max-width: 768px) {
  .services-section-text {
    margin-top: 25px;
  }
}

/*-----------------------------------
    Why-us-section Styles
-----------------------------------*/
.why-us-section {
  padding: 80px 20px;
}
.features {
  padding: 40px 0;
}
.why-us-section i {
  font-size: 2.5em;
  padding: 20px;
  background-color: #55d6be;
  color: #f6f6f6;
  border-radius: 5px;
}
.why-us-section h3 {
  margin: 20px 0;
  color: #7d5ba6;
  font-weight: bold;
}
/*-----------------------------------
    contact-form Styles
-----------------------------------*/
.contact-form {
  padding: 80px 0;
}
.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;
}
.home-page-form button,
.contact-page-form button {
  padding: 10px 20px;
  display: inline-block;
  background-color: #7d5ba6;
  color: #fff;
  border-radius: 5px;
  font-weight: bold;
  transition: all 0.3s ease-in-out;
  margin: 15px 0;
  border: none;
}
.home-page-form button:hover,
.contact-page-form button:hover {
  color: #7d5ba6;
  background-color: #000;
}

/*-----------------------------------
    Footer Styles
-----------------------------------*/
.upper-footer {
  background-color: #7d5ba6;
  padding: 10px 0;
}
.upper-footer ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.upper-footer a {
  padding: 5px;
  display: block;
  color: #fff;
  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: #55d6be;
  color: #000;
  text-align: right;
  padding: 5px 0;
}
.lower-footer a {
  color: #7d5ba6;
}
/*-----------------------------------------
    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;
}
.contact-section-text span {
  color: #7d5ba6;
  text-transform: capitalize;
}
.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: #7d5ba6;
}
header.reservation {
  background: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.5)),
    url(../img/reservation.jpg) center center/cover;
}
header.quote {
  background: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.5)),
    url(../img/quote-img.jpg) center center/cover;
}

/*Response page
-------------------*/
section.response {
  padding: 60px 0;
  text-align: center;
}
