/*-----------------------------------
    General Styles
-----------------------------------*/
body {
  font-family: "Open Sans", sans-serif;
}
h1,
h2,
h3,
.brand {
  font-family: "Noto Serif", serif;
}
.row {
  padding: 0;
  margin: 0;
}
img {
  width: 100%;
}
/*-----------------------------------
    contact_nav Styles
-----------------------------------*/
.contact_nav {
  background-color: #ffecd1;
  color: #001524;
  padding: 15px 0;
  position: sticky;
  top: 0;
  z-index: 10;
  box-shadow: 0 5px 5px rgba(0, 0, 0, 0.034);
}
.contact_nav .content_wrap {
  padding: 20px;
}
.contact_nav a {
  color: #001524;
  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: #ffecd1;
  color: #fff;
}
/*-----------------------------------
    Header Styles
-----------------------------------*/
header {
  padding: 50px 0;
  height: auto;
  color: #fff;
}
header.main {
  background: linear-gradient(to bottom left, #ff7d00, #ffecd1);
}
header a {
  padding: 10px 20px;
  display: inline-block;
  background-color: #ff7d00;
  color: #fff;
  border-radius: 5px;
  font-weight: bold;
  transition: all 0.3s ease-in-out;
}
header a:hover {
  color: #ff7d00;
  background-color: #000;
  text-decoration: none;
}
@media (min-width: 800px) {
  header img {
    animation: move 1s ease-out both;
  }
}
@keyframes move {
  from {
    transform: scale(0);
  }
  to {
    transform: scale(1.2) translateY(50px);
  }
}

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

/*-----------------------------------
    services-section Styles
-----------------------------------*/
.services-section {
  padding: 100px 0;
  position: relative;
}
.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: #ffecd1;
  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: #ffecd1;
  color: #001524;
  border-radius: 5px;
}
.why-us-section h3 {
  margin: 20px 0;
  color: #ff7d00;
  font-weight: bold;
}
/*-----------------------------------
    contact-form Styles
-----------------------------------*/
.contact-form {
  padding: 80px 0;
}
.contact-form img.big-img {
  width: 100%;
}
.contact-form img,
.contact-page-form img {
  width: auto;
}
.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: #ff7d00;
  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: #ff7d00;
  background-color: #000;
}

/*-----------------------------------
    Footer Styles
-----------------------------------*/
footer {
  background: linear-gradient(rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.6)),
    url(../img/home_footer.jpg) center center/cover;
  color: rgb(212, 212, 212);
}
.upper-footer {
  margin: 0 0 50px;
}
.foot {
  margin-top: 30px;
}
footer h3 {
  color: #f6f6f6;
  text-transform: capitalize;
}
footer a {
  color: rgb(212, 212, 212);
  text-decoration: underline;
}
footer a:hover {
  color: #fed18c;
}
footer ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
footer i {
  font-size: 1.5em;
  padding-right: 5px;
}
.lower-footer {
  background-color: #ffecd1;
  color: #000;
  text-align: right;
  padding: 5px 0;
}
.lower-footer a {
  color: #ff7d00;
}
.lower-footer a:hover {
  color: #001524;
}
/*-----------------------------------------
    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: #ff7d00;
  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: #ff7d00;
}
header.reservation {
  background: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.5)),
    url(../img/reservation.jpg) top 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 {
  background: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.5)),
    url(../img/success.png) center center/cover;
  height: 60vh;
  padding: 60px 0;
  color: #fff;
}
section.response p {
  color: #fff;
}
