/*-----------------------------------
    General Styles
-----------------------------------*/
@font-face {
  font-family: didot;
  src: url("../fonts/Didot\ Regular.ttf");
}
@font-face {
  font-family: "open sans";
  src: url("../fonts/OpenSans-Regular.ttf");
}
body {
  font-family: "open sans", sans-serif;
}
h1,
h2,
h3,
.brand {
  font-family: didot, serif;
  letter-spacing: 0.2rem;
  font-weight: 600;
  margin-bottom: 1rem;
}
h2 {
  font-size: 2.5rem;
  font-weight: 900;
}
.row {
  padding: 0;
  margin: 0;
}
.container-fluid {
  padding: 7% 15%;
}
.btn {
  margin: 1rem 1rem 1rem 0;
}
/*-----------------------------------
    contact_nav Styles
-----------------------------------*/
.contact_nav {
  background-color: #2ec4b6;
  color: #333;
  position: sticky;
  top: 0;
  z-index: 10;
  box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.034);
}
.contact_nav a {
  color: #ffffff;
  display: inline-block;
  padding: 5px 0;
}
.contact_nav span {
  display: block;
  padding: 5px;
  color: #fff;
}
.contact_nav span.brand {
  font-size: 1.5em;
  text-transform: uppercase;
}
.contact_nav .container-fluid {
  padding: 1% 15%;
}

/*-----------------------------------
    Header Styles
-----------------------------------*/
.navbar {
  margin-bottom: 7%;
}
header {
  background: #2ec4b6; /* fallback for old browsers */
  background: -webkit-linear-gradient(
    to right,
    #ff9f1c,
    #2ec4b6
  ); /* Chrome 10-25, Safari 5.1-6 */
  background: linear-gradient(
    to right,
    #ff9f1c,
    #2ec4b6
  ); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
}
header .container-fluid {
  padding: 3% 15% 7%;
}
header img {
  width: 100%;
}
header h1 {
  font-size: 3rem;
  color: #fff;
  font-weight: 900;
}
header p {
  color: #ffffff;
}
/*-----------------------------------
    contact-form Styles
-----------------------------------*/
.contact-form img.big-img {
  width: 100%;
  border-radius: 100%;
}
.contact-form h2 {
  color: #ff9f1c;
}
/*-----------------------------------
    our_fleet_section Styles
-----------------------------------*/
.fleet-section {
  text-transform: capitalize;
  background: #ff9f1c;
  color: #fff;
}
.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 .col-6 {
  padding-right: 0;
}
/*-----------------------------------
    services-section Styles
-----------------------------------*/
.services-section {
  position: relative;
  background-color: #fff;
  color: #000;
}
.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: #fff;
  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/prom.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 {
  background-color: #ff9f1c;
  color: #fff;
  text-align: center;
}
.feature {
  padding: 3rem;
}
.why-us-section i {
  padding: 20px;
  background-color: rgba(255, 255, 255, 0.342);
  color: #f6f6f6;
  border-radius: 5px;
  margin-bottom: 1.2rem;
}
/*-----------------------------------
    contact-form Styles
-----------------------------------*/
.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;
}
.contact-page-contact-section img {
  width: 100%;
  border-radius: 100%;
}
/*-----------------------------------
    Footer Styles
-----------------------------------*/
.upper-footer {
  background-color: #fff;
}
.upper-footer.secondary {
  background-color: #2ec4b6;
  color: #fff;
}
.upper-footer.secondary a {
  color: #fff;
}
.upper-footer.secondary a.brand {
  color: #fff;
}
.upper-footer .container-fluid,
.lower-footer .container-fluid {
  padding: 1% 15%;
}
.upper-footer ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.upper-footer a {
  padding: 5px;
  display: block;
  color: #333;
  font-size: 1.2em;
  text-transform: capitalize;
}

.upper-footer a.brand {
  font-size: 1.5em;
  font-weight: bolder;
  color: #ff9f1c;
}
.upper-footer a.brand:hover {
  text-decoration: none;
}
.lower-footer {
  background-color: #fff;
  color: #000;
  text-align: right;
}
.lower-footer a {
  color: #ff9f1c;
}
.lower-footer.secondary a {
  color: #fff;
}
.lower-footer.secondary {
  background-color: #2ec4b6;
  color: #fff;
}
/*-----------------------------------------
    Contact, Testimonials, Quote Styles
-----------------------------------------*/
header.contact {
  background: linear-gradient(rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)),
    url(../img/contact.jpg) center center/cover;
}
.form_numbers {
  background-color: #ffbf69;
  color: #fff;
}
.contact-section-text span {
  text-transform: capitalize;
}
.contact-section-text h2 {
  text-transform: capitalize;
  font-weight: bold;
}
.contact-section-text ul {
  padding: 0;
  margin: 0;
  margin-top: 3rem;
  list-style: none;
}
.contact-section-text ul li {
  margin: 5px 0;
}
.contact-section-text a {
  color: #fff;
}
header.reservation {
  background: linear-gradient(rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)),
    url(../img/reservation.jpg) center center/cover;
}
header.quote {
  background: linear-gradient(rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)),
    url(../img/quote-img.jpg) center center/cover;
}

/*Response page
-------------------*/
section.response {
  text-align: center;
}

@media (max-width: 1024px) {
  .contact_nav span.brand {
    font-size: 1em;
    margin-bottom: 0;
  }
  .upper-footer a.brand {
    margin: 0;
  }
  header h1 {
    font-size: 2rem;
  }
  h2 {
    font-size: 1.6rem;
  }
  .feature {
    padding: 1.5rem;
  }
  h1,
  h2,
  h3 {
    letter-spacing: normal;
    line-height: 1.2;
  }
}
